]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-tuplet-end.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / part-combine-tuplet-end.ly
1 \header {
2   
3   texidoc = "End tuplets events are sent to the starting context, so
4 even after a switch, a tuplet ends correctly."
5   
6 }
7
8 \version "2.14.0"
9
10 \new Staff <<
11   \partcombine
12   \relative c'' {
13     r2
14     \times 2/3 { g8[ g g] }
15     \times 2/3 { g[ g g] } g1
16   }
17   \relative c'' { R1 g1 }
18 >>
19