X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace.ly;h=2c76e8b36aed8e37d1448113120527125c173144;hb=d17b97bfc0e1532a08fe69f0c15089aeda5b9d5e;hp=3cbe630924af32197a6c3e137fbba2fa67fc5716;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index 3cbe630924..2c76e8b36a 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,12 +1,27 @@ - -\version "2.2.0" -\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 { - \notes \context Voice \relative c'' { \grace { c16[ d] } c4 } - \paper { raggedright = ##t} -} +\version "2.12.0" + +\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 +}