MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / spacing-multi-tuplet.ly
blob10ecffcd2eb70fb2631c3b9f375beb59753fb4fb
1 \version "2.12.0"
3 \header{
5 texidoc = "Concurrent tuplets should be equidistant on all staves.
6 Such equidistant spacing is at odds with elegant engraver spacing;
7 hence it must be switched on explicitly with the
8 @code{uniform-stretching} property of @code{SpacingSpanner}."
11 \layout{
12 \context{
13 \Score
14 \override SpacingSpanner #'uniform-stretching = ##t
18 \relative c' {
19 \context StaffGroup <<
20 \new Staff \context Voice {
21 \times 2/10 { c8[ c c c c c c c c c] }
22 \times 2/10 { c[ c c c c c c c c c] }
24 \new Staff \context Voice {
25 \times 2/11 { c8[ c c c c c c c c c c] }
26 \times 2/11 { c[ c c c c c c c c c c] }