X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-proportional.ly;h=4cd8c339469676f3612aab728df710a71e5937c1;hb=faa73e45e2049ea74fc8e0405b64cc5854e747e7;hp=2cc2b6cfd15731ce542e3b26ac4f5fdea1f88a33;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/regression/spacing-proportional.ly b/input/regression/spacing-proportional.ly index 2cc2b6cfd1..4cd8c33946 100644 --- a/input/regression/spacing-proportional.ly +++ b/input/regression/spacing-proportional.ly @@ -6,15 +6,15 @@ to the distance for the given duration." } -\version "2.12.0" +\version "2.19.21" \paper { ragged-right = ##t } -\relative c'' +\relative << - \set Score.proportionalNotationDuration = #(ly:make-moment 1 16) - \new Staff { c8[ c c c c c] c4 c2 r2 } - \new Staff { c2 \times 2/3 { c8 c c } c4 c1 } + \set Score.proportionalNotationDuration = #(ly:make-moment 1/16) + \new Staff { c''8[ c c c c c] c4 c2 r2 } + \new Staff { c2 \tuplet 3/2 { c8 c c } c4 c1 } >>