X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-strict-notespacing.ly;h=cfe63c8bc8f0624fed98a80ef84467660062738f;hb=c0ae8834560b64fdbb5d2352dc55e3006eb9104f;hp=63792bd589079b346ce1cb0d2d1a13c16412385d;hpb=079be3c9a14d13e594cb1c1924058322a93ca1b5;p=lilypond.git diff --git a/input/regression/spacing-strict-notespacing.ly b/input/regression/spacing-strict-notespacing.ly index 63792bd589..cfe63c8bc8 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.12.0" +\version "2.17.11" \paper { ragged-right = ##t @@ -23,14 +23,14 @@ time. This may cause collisions. " \relative c'' << - \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] } c2 } \new Staff { - c2 \times 2/3 { c8 \clef bass cis,, c } + c2 \tuplet 3/2 { c8 \clef bass cis,, c } c4 c1 }