+2006-01-29 Nicolas Sceaux <nicolas.sceaux@free.fr>
+
+ * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
+
2006-01-28 Graham Percival <gpermus@gmail.com>
* Documentation/user/putting.itely: minor fixes (mostly tab->space).
@itemize @bullet
+
+@item Parallel editing is possible using the \parallelMusic function:
+@lilypond[verbatim,raggedright]
+\parallelMusic #'(voiceA voiceB voiceC) {
+ %% first bar group
+ r8 g'16[ c''] e''[ g' c'' e''] r8 g'16[ c''] e''[ g' c'' e''] |
+ r16 e'8. ~ e'4 r16 e'8. ~ e'4 |
+ c'2 c'2 |
+ %% second bar group
+ r8 a'16[ d''] f''[ a' d'' f''] r8 a'16[ d''] f''[ a' d'' f''] |
+ r16 d'8. ~ d'4 r16 d'8. ~ d'4 |
+ c'2 c'2 |
+}
+\new StaffGroup <<
+ \context Staff = "up" <<
+ \new Voice { \voiceOne \voiceA }
+ \new Voice { \voiceTwo \voiceB }
+ >>
+ \context Staff = "down" <<
+ \new Voice { \clef bass \voiceC }
+ >>
+>>
+@end lilypond
+
@item Alignments of staves may be tuned per system.
@lilypond[]
#(set-global-staff-size 13)