From: Nicolas Sceaux Date: Sun, 29 Jan 2006 11:38:13 +0000 (+0000) Subject: add \parallelMusic news. X-Git-Tag: release/2.7.30~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af0befc7215f3a6461e2221f0264629c807eeb62;p=lilypond.git add \parallelMusic news. --- diff --git a/ChangeLog b/ChangeLog index c4daecfdd5..ea03e8d044 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-29 Nicolas Sceaux + + * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news. + 2006-01-28 Graham Percival * Documentation/user/putting.itely: minor fixes (mostly tab->space). diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 90048cfd4f..cfc81ec629 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -46,6 +46,30 @@ the @uref{../,LilyPond Documentation} @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)