From 59808f18c3f33ea03a3e24714556a76bda64e5bb Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Wed, 22 Aug 2007 15:25:20 +0200 Subject: [PATCH] Include a the full example of the workaround for grace note synchronization. --- Documentation/user/basic-notation.itely | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index c03e890123..412e0c8110 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -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, -- 2.39.5