X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace.ly;h=aedc10df7d4b4c94ee01f0ee3f92c49fad36db8a;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=c4a1c466f8a63d5eab482afa177bd7ebffd778e1;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index c4a1c466f8..aedc10df7d 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,27 +1,14 @@ -\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. " + +\version "2.7.39" +\header { + texidoc = "Grace note spacing. " } -\version "2.9.13" - -\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 -} +\layout { ragged-right = ##t} + + +\context Voice \relative c'' { \grace { c16[ d] } c4 } + + + +