Update .ly files.
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
blobf6b578fdf0e1d93ebb8dbee42cbbc5943765a93f
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}."
13 \relative c' {
14 \new Score \with
16 \override SpacingSpanner #'uniform-stretching = ##t
18 \context StaffGroup <<
19 \new Staff \context Voice {
20 \times 2/10 { c8[ c c c c c c c c c] }
21 \times 2/10 { c[ c c c c c c c c c] }
23 \new Staff \context Voice {
24 \times 2/11 { c8[ c c c c c c c c c c] }
25 \times 2/11 { c[ c c c c c c c c c c] }