From 5ba2cc020588fe55567e369a980980b22976a4f6 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Fri, 30 May 2008 23:31:18 +0100 Subject: [PATCH] Fix \relative madness in strict-grace-spacing snippet. --- Documentation/user/rhythms.itely | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 -- 2.39.2