X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace.ly;h=58548a92a455186a60a4f093f4c6dafa357befab;hb=c0ae8834560b64fdbb5d2352dc55e3006eb9104f;hp=e8c7c31740dcd18a5332d7ec8783e88cbd6de7a8;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index e8c7c31740..58548a92a4 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,12 +1,27 @@ - -\version "2.1.22" -\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 { raggedright = ##t} -} +\version "2.17.6" + +\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 +}