X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-multi-tuplet.ly;h=0f11ac8677129fbf4da38a909f22d23f10d27942;hb=f127e14af04f474d20406ca0e0f76f05061ee103;hp=68ab438227938eb96ee92a7751cb28be345f2991;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/spacing-multi-tuplet.ly b/input/regression/spacing-multi-tuplet.ly index 68ab438227..0f11ac8677 100644 --- a/input/regression/spacing-multi-tuplet.ly +++ b/input/regression/spacing-multi-tuplet.ly @@ -1,35 +1,22 @@ -#(ly:set-option 'old-relative) -\version "2.1.7" -\header{ -texidoc = "Concurrent tuplets should be spaced equidistantly on -all staffs. +\version "2.19.21" -Note that this only spaces correctly (exactly) when raggedright -is. For non-raggedright, it still shows a bug: uneven spacing. -" } + \header{ + texidoc = "Concurrent tuplets should be equidistant on all staves." +} +\paper {ragged-right = ##f } -multipart = \notes \relative c'{ - \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] } - } - \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] } - } - >> - } - -\score{ - \notes { - \multipart +\relative { + \context StaffGroup << + \new Staff \context Voice { + \tuplet 10/8 { c'8[ c c c c c c c c c] } } - -% \paper { raggedright = ##t } - + \new Staff \context Voice { + \tuplet 8/8 { c8[ c c c c c c c] } + } + >> } +