]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-tuplet-single.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / part-combine-tuplet-single.ly
1
2 \header {
3   texidoc = "Tuplets in combined parts only print one bracket."
4   }
5
6 \paper { ragged-right = ##T }
7
8 \version "2.19.21"
9
10 \score {
11   <<
12     \new Staff {
13       \partcombine
14       \relative {
15         \tuplet 3/2 { d''4 d d ~ } d2
16       }
17       \relative {
18         \tuplet 3/2 { b'4 a g ~ } g2
19       }
20     }
21   >>
22 }