X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace.ly;h=99fda4aad7ba91ff499f07b07fbb19eacd103b11;hb=909988faa0d04a3176a71120c57573d9f84bf8f3;hp=4b63a944ebde19193cb8f6f5dd460dc80dcb0255;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index 4b63a944eb..99fda4aad7 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,12 +1,27 @@ - -\version "2.3.4" -\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.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 +}