X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace.ly;h=d135c189a728142beae993a9531e14199ddcdaaa;hb=f3bf879b45350fb09eb11913fb0f15e687caa5d2;hp=1ea724d436750476c5df6170148619df17556955;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index 1ea724d436..d135c189a7 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,12 +1,27 @@ - -\version "2.3.16" -\header { - texidoc = "Grace note spacing. Should it be tuned? " +\header +{ + texidoc = "Grace note runs have their own spacing variables in + @code{Score.GraceSpacing}. So differing grace note lengths inside a + run are spaced accordingly. " } - -\score { - \context Voice \relative c'' { \grace { c16[ d] } c4 } - \paper { raggedright = ##t} -} +\version "2.11.51" + +\paper { ragged-right = ##t } + +\relative c'' +{ + c4 + \grace { c16 } + c + \grace { c16 } + d + \grace { c16[ d e f] } + c + \grace { c8[ c16 d c8] } + c + \override Score.GraceSpacing #'spacing-increment = #2.0 + \grace { c4 c16 d16 } + c +}