X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace.ly;h=99fda4aad7ba91ff499f07b07fbb19eacd103b11;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=437a03a69498bb2cdbe759b84caf3498c87bf2dd;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index 437a03a694..99fda4aad7 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,14 +1,27 @@ - -\version "2.7.13" -\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 { raggedright = ##t} - - -\context Voice \relative c'' { \grace { c16[ d] } c4 } - - - - +\version "2.19.21" + +\paper { ragged-right = ##t } + +\relative +{ + c''4 + \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 +}