]> git.donarmstrong.com Git - lilypond.git/commitdiff
Include a the full example of the workaround for grace note synchronization.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 22 Aug 2007 13:25:20 +0000 (15:25 +0200)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 22 Aug 2007 13:25:20 +0000 (15:25 +0200)
Documentation/user/basic-notation.itely

index c03e8901239ec3f41453b8b32ab533df936e0cd4..412e0c81101baf69c54a0ab21907e0389f59833c 100644 (file)
@@ -2562,9 +2562,10 @@ care when you mix staves with grace notes and staves without, for example,
 This can be remedied by inserting grace skips of the corresponding
 durations in the other staves. For the above example
 
-@example
-\new Staff @{ c4 \bar "|:" \grace s16 d4 @}
-@end example
+@lilypond[quote,ragged-right,relative=2,verbatim,fragment]
+<< \new Staff { e4 \bar "|:" \grace c16 d4 }
+   \new Staff { c4 \bar "|:" \grace s16 d4 } >>
+@end lilypond
 
 Grace sections should only be used within sequential music
 expressions.  Nesting or juxtaposing grace sections is not supported,