X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-strict-notespacing.ly;h=6e17724c1f3844a9091f4458bb87a4f96f2d46ba;hb=99b6f3aa3558b01c9d4158b19a1f1794c534f89c;hp=63792bd589079b346ce1cb0d2d1a13c16412385d;hpb=3bafaae8bf353619d2f97036e874f1c9cb787adf;p=lilypond.git diff --git a/input/regression/spacing-strict-notespacing.ly b/input/regression/spacing-strict-notespacing.ly index 63792bd589..6e17724c1f 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.28" \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] } + \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 }