X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-strict-notespacing.ly;h=26042175f7b7ec0ba76e512c7fa7de2ba1e5256b;hb=c001bb5d89b90e26c03228ddf26a6e85bf4fb967;hp=250366491cf94d253e104133bb694355e9ce2538;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;p=lilypond.git diff --git a/input/regression/spacing-strict-notespacing.ly b/input/regression/spacing-strict-notespacing.ly index 250366491c..26042175f7 100644 --- a/input/regression/spacing-strict-notespacing.ly +++ b/input/regression/spacing-strict-notespacing.ly @@ -9,7 +9,7 @@ time. This may cause collisions. " } -\version "2.16.0" +\version "2.19.21" \paper { ragged-right = ##t @@ -21,16 +21,16 @@ time. This may cause collisions. " } } -\relative c'' +\relative << - \override Score.SpacingSpanner #'strict-note-spacing = ##t - \set Score.proportionalNotationDuration = #(ly:make-moment 1 16) + \override Score.SpacingSpanner.strict-note-spacing = ##t + \set Score.proportionalNotationDuration = #(ly:make-moment 1/16) \new Staff { - c8[ c \clef alto c c \grace { d16 } c8 c] c4 c2 - \grace { c16[ c16] } + c''8[ c \clef alto c c \grace { d16 } c8 c] c4 c2 + \grace { c16 c16 } c2 } \new Staff { - c2 \times 2/3 { c8 \clef bass cis,, c } + c2 \tuplet 3/2 { c8 \clef bass cis,, c } c4 c1 }