X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-multi-tuplet.ly;h=0f11ac8677129fbf4da38a909f22d23f10d27942;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=6fe2acea27d2c0d9d95a42bd3a64de150a8d1547;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/input/regression/spacing-multi-tuplet.ly b/input/regression/spacing-multi-tuplet.ly index 6fe2acea27..0f11ac8677 100644 --- a/input/regression/spacing-multi-tuplet.ly +++ b/input/regression/spacing-multi-tuplet.ly @@ -1,29 +1,19 @@ -\version "2.14.0" +\version "2.19.21" \header{ - texidoc = "Concurrent tuplets should be equidistant on all staves. -Such equidistant spacing is at odds with elegant engraver spacing; -hence it must be switched on explicitly with the -@code{uniform-stretching} property of @code{SpacingSpanner}." + texidoc = "Concurrent tuplets should be equidistant on all staves." } -\layout{ - \context{ - \Score - \override SpacingSpanner #'uniform-stretching = ##t - } -} +\paper {ragged-right = ##f } -\relative c' { +\relative { \context StaffGroup << \new Staff \context Voice { - \times 2/10 { c8[ c c c c c c c c c] } - \times 2/10 { c[ c c c c c c c c c] } + \tuplet 10/8 { c'8[ c c c c c c c c c] } } \new Staff \context Voice { - \times 2/11 { c8[ c c c c c c c c c c] } - \times 2/11 { c[ c c c c c c c c c c] } + \tuplet 8/8 { c8[ c c c c c c c] } } >> }