X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-uniform-stretching.ly;h=3cb7b884b8bd8760ea9bdf8738c2fd6847924731;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=bbd35c36a6383764e0c7be342dc7ea14bf0f6591;hpb=730c54a571ab3b6c30e02be5f93c876abee0f9a7;p=lilypond.git diff --git a/input/regression/spacing-uniform-stretching.ly b/input/regression/spacing-uniform-stretching.ly index bbd35c36a6..3cb7b884b8 100644 --- a/input/regression/spacing-uniform-stretching.ly +++ b/input/regression/spacing-uniform-stretching.ly @@ -6,16 +6,16 @@ } -\version "2.10.0" +\version "2.19.21" -\relative c'' +\relative << - \override Score.SpacingSpanner #'uniform-stretching = ##t + \override Score.SpacingSpanner.uniform-stretching = ##t \new Staff { - c16[ c c c c c c c c c16] + c''16[ c c c c c c c c c16] } \new Staff { - \times 6/7 { c16 c c cis c c c } + \tuplet 7/6 { c16 c c cis c c c } c8[ c32 c32 c16] }