X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace.ly;h=3d64bb03e8a9a4ed88f00ea9813064aad0633677;hb=b38989c86d64ef41025672f9bd2d2fcfd6cd700e;hp=3b4b32bfa7b4f381662d647124cf211346e3f69d;hpb=20091095d3ac112fa0d0c55c8e2b8092584be4b2;p=lilypond.git diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index 3b4b32bfa7..3d64bb03e8 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,9 +1,27 @@ -\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.17.28" + +\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 +}