]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
* Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
[lilypond.git] / Documentation / topdocs / NEWS.tely
index cfc81ec6291e834bc517601764af393ae596634c..5e3fd267ff955ed8a9cb5c8a148ab2443435801a 100644 (file)
@@ -47,29 +47,30 @@ the @uref{../,LilyPond Documentation}
 
 @itemize @bullet
 
-@item Parallel editing is possible using the \parallelMusic function:  
+@item
+Music may for multiple parts can be interleaved, similar to MUP input.
+This is done with the \parallelMusic function,
+  
 @lilypond[verbatim,raggedright]
-\parallelMusic #'(voiceA voiceB voiceC) {
+\parallelMusic #'(voiceA voiceB) {
   %% 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 }
+    \new Voice \voiceA 
   >>
   \context Staff = "down" <<
-    \new Voice { \clef bass \voiceC }
+    \new Voice \voiceC 
   >>
 >> 
 @end lilypond
 
+This feature was contributed by Nicolas Sceaux.
+
 @item Alignments of staves may be tuned per system.   
 @lilypond[]
 #(set-global-staff-size 13)