X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-strict-notespacing.ly;h=26042175f7b7ec0ba76e512c7fa7de2ba1e5256b;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=6acf1411cbdcadbe9c31f3f97473ea496ca59832;hpb=6d910958ea621e4ab878a118bd77e61ae210a6ef;p=lilypond.git diff --git a/input/regression/spacing-strict-notespacing.ly b/input/regression/spacing-strict-notespacing.ly index 6acf1411cb..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.11.51" +\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 }