]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-nest-beam.ly
c6e53caa47b7d43fd4d23d3198c8401332556e4c
[lilypond.git] / input / regression / tuplet-nest-beam.ly
1 \header {
2
3   texidoc = "Nested tuplets do collision resolution, also when they
4   span beams."
5   
6 }
7
8 \version "2.12.0"
9 \paper{
10   ragged-right=##t
11 }
12
13 {
14   \times 4/7 {
15     \times 4/5 { c'8 d' e' f' g' } a' b' c''
16   }
17 }