X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-measure-length.ly;h=2400a0343a6682df3794e6f03e7c60382351a8b6;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=8cfa85df4a1b7b1a1ebd64149f8b357ed49fd697;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/regression/spacing-measure-length.ly b/input/regression/spacing-measure-length.ly index 8cfa85df4a..2400a0343a 100644 --- a/input/regression/spacing-measure-length.ly +++ b/input/regression/spacing-measure-length.ly @@ -6,7 +6,7 @@ This means that the 3/8 setting does not affect the whole rest spacing." } -\version "2.12.0" +\version "2.17.11" \layout { ragged-right = ##t @@ -14,11 +14,11 @@ This means that the 3/8 setting does not affect the whole rest spacing." \score { \new Staff \with { - \remove Separating_line_group_engraver + \remove "Separating_line_group_engraver" } { \relative c' { - \override Score.SpacingSpanner #'uniform-stretching = ##t - \set Score.proportionalNotationDuration = #(ly:make-moment 4 25) + \override Score.SpacingSpanner.uniform-stretching = ##t + \set Score.proportionalNotationDuration = #(ly:make-moment 4/25) r1 \time 3/8 r4. }