X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-multi-tuplet.ly;h=6fe2acea27d2c0d9d95a42bd3a64de150a8d1547;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=ce1c883ea9992f1640e117b8d1d6336ffc6e481c;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/spacing-multi-tuplet.ly b/input/regression/spacing-multi-tuplet.ly index ce1c883ea9..6fe2acea27 100644 --- a/input/regression/spacing-multi-tuplet.ly +++ b/input/regression/spacing-multi-tuplet.ly @@ -1,34 +1,32 @@ -\version "2.1.30" -\header{ -texidoc = "Concurrent tuplets should be equidistant on all staffs. +\version "2.14.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 = \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 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] } } - -% \paper { 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] } + } + >> } +