X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-strict-notespacing.ly;h=26042175f7b7ec0ba76e512c7fa7de2ba1e5256b;hb=77320a48ed671c658f04256d087880c1701eb746;hp=d88f8abb2c16419bfeaa04a214c920f193a9b629;hpb=1b6937d111e6bddf65d00fd63a99f0d83cb41836;p=lilypond.git diff --git a/input/regression/spacing-strict-notespacing.ly b/input/regression/spacing-strict-notespacing.ly index d88f8abb2c..26042175f7 100644 --- a/input/regression/spacing-strict-notespacing.ly +++ b/input/regression/spacing-strict-notespacing.ly @@ -9,10 +9,10 @@ time. This may cause collisions. " } -\version "2.7.4" +\version "2.19.21" \paper { - raggedright = ##t + ragged-right = ##t indent = 0 } \layout { @@ -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 }