X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace.ly;h=d135c189a728142beae993a9531e14199ddcdaaa;hb=f3bf879b45350fb09eb11913fb0f15e687caa5d2;hp=aedc10df7d4b4c94ee01f0ee3f92c49fad36db8a;hpb=9f3572d98bb948c9689cd1f75401a029451fa001;p=lilypond.git diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index aedc10df7d..d135c189a7 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,14 +1,27 @@ - -\version "2.7.39" -\header { - texidoc = "Grace note spacing. " +\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. " } -\layout { ragged-right = ##t} - - -\context Voice \relative c'' { \grace { c16[ d] } c4 } - - - - +\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 +}