From: Trevor Daniels Date: Thu, 28 Aug 2008 09:01:07 +0000 (+0100) Subject: NR 1.2.6.1 Grace notes X-Git-Tag: release/2.11.58-1~32^2~12^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ab0df6b7db115fcafe4822a0e89f59a4128209e;p=lilypond.git NR 1.2.6.1 Grace notes Add warning not to place predefs immediately before grace notes --- diff --git a/Documentation/user/rhythms.itely b/Documentation/user/rhythms.itely index feffd2a408..dddf38f6c6 100644 --- a/Documentation/user/rhythms.itely +++ b/Documentation/user/rhythms.itely @@ -2700,6 +2700,11 @@ durations in the other staves. For the above example \new Staff { c4 \bar "|:" \grace s16 d2. } >> @end lilypond +Predefined commands, like @code{\voiceOne}, which are intended to +change the behaviour of the notation after a grace note, may not +be effective if placed immediately before the grace note -- they +should be placed after it. + Grace sections should only be used within sequential music expressions. Nesting or juxtaposing grace sections is not supported, and might produce crashes or other errors.