]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
* buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
[lilypond.git] / Documentation / topdocs / NEWS.tely
index 5e3fd267ff955ed8a9cb5c8a148ab2443435801a..27dafed49022add0559989f970cd96d020041f6c 100644 (file)
@@ -53,19 +53,16 @@ This is done with the \parallelMusic function,
   
 @lilypond[verbatim,raggedright]
 \parallelMusic #'(voiceA voiceB) {
-  %% first bar group
   r8     g'16[ c''] e''[ g' c'' e''] r8     g'16[ c''] e''[ g' c'' e''] |
   c'2                                c'2                                |
   r8     a'16[ d''] f''[ a' d'' f''] r8     a'16[ d''] f''[ a' d'' f''] |
   c'2                                c'2                                |
 }
 \new StaffGroup <<
-  \context Staff = "up" <<
+  \new Staff
     \new Voice \voiceA 
-  >>
-  \context Staff = "down" <<
+  \new Staff
     \new Voice \voiceC 
-  >>
 >> 
 @end lilypond