X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace.ly;h=533bed935397e6273f30c81af3a9a4374f04b65c;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=e86f1b5be9891a4207e435c58b4bf88bb96dcb9b;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index e86f1b5be9..533bed9353 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,10 +1,27 @@ -\version "1.5.68" -\header { - texidoc = "Grace note spacing. Should 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 { linewidth =-1. } -} +\version "2.14.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 +}