From: Neil Puttock Date: Fri, 30 May 2008 22:31:18 +0000 (+0100) Subject: Fix \relative madness in strict-grace-spacing snippet. X-Git-Tag: release/2.11.48-1~17^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5ba2cc020588fe55567e369a980980b22976a4f6;p=lilypond.git Fix \relative madness in strict-grace-spacing snippet. --- diff --git a/Documentation/user/rhythms.itely b/Documentation/user/rhythms.itely index a6b736c665..f2365278cc 100644 --- a/Documentation/user/rhythms.itely +++ b/Documentation/user/rhythms.itely @@ -2486,20 +2486,16 @@ Grace notes may be forced to use align with regular notes in other staves by setting @code{strict-grace-spacing} to ##t: -@lilypond[relative=2,ragged-right] +@lilypond[verbatim,quote,relative=2] << \override Score.SpacingSpanner #'strict-grace-spacing = ##t \new Staff { - c'4 - \afterGrace - c'4 - { c'16[ c'8 c'16] } - c'4 + c4 + \afterGrace c4 { c16[ c8 c16] } + c4 r } \new Staff { - c'16[ c'16 c'16 c'16] - c'16[ c'16 c'16 c'16] - c'4 + c16 c c c c c c c c4 r } >> @end lilypond