]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-tuplet-end.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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.19.21"
9
10 \new Staff <<
11   \partcombine
12   \relative c'' {
13     r2
14     \tuplet 3/2 { g8[ g g] }
15     \tuplet 3/2 { g[ g g] } g1
16   }
17   \relative { R1 g'1 }
18 >>
19