X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-multi-tuplet.ly;h=0f11ac8677129fbf4da38a909f22d23f10d27942;hb=79c17e0eaedca79e5f7605f5b9f92db27c68e679;hp=bab9232a8d1b7113ec43676e601aaa1352c96622;hpb=fbe8b9bf789f4a9833e1581dbb6ba4fce71a6cd2;p=lilypond.git diff --git a/input/regression/spacing-multi-tuplet.ly b/input/regression/spacing-multi-tuplet.ly index bab9232a8d..0f11ac8677 100644 --- a/input/regression/spacing-multi-tuplet.ly +++ b/input/regression/spacing-multi-tuplet.ly @@ -1,29 +1,19 @@ -\version "2.17.11" +\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 { - \tuplet 10/2 { c8[ c c c c c c c c c] } - \tuplet 10/2 { 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 { - \tuplet 11/2 { c8[ c c c c c c c c c c] } - \tuplet 11/2 { c[ c c c c c c c c c c] } + \tuplet 8/8 { c8[ c c c c c c c] } } >> }