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