X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-multi-tuplet.ly;h=10ecffcd2eb70fb2631c3b9f375beb59753fb4fb;hb=1deba1fe151bc7929ddc8211042abe2b09a3f8e2;hp=f1a9c78289706c224b7d8165b2fcf46c73840b39;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/spacing-multi-tuplet.ly b/input/regression/spacing-multi-tuplet.ly index f1a9c78289..10ecffcd2e 100644 --- a/input/regression/spacing-multi-tuplet.ly +++ b/input/regression/spacing-multi-tuplet.ly @@ -1,34 +1,32 @@ -\version "2.3.22" -\header{ -texidoc = "Concurrent tuplets should be equidistant on all staffs. +\version "2.12.0" -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. +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}." +} +\layout{ + \context{ + \Score + \override SpacingSpanner #'uniform-stretching = ##t + } +} -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 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] } } - -% \layout { raggedright = ##t } - + \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] } + } + >> } +