]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-beam.ly
8e2c87b42c422d72fd7be0862c0ee43380bd783d
[lilypond.git] / input / regression / tuplet-beam.ly
1
2 \version "2.9.11"
3 \header {
4
5   texidoc = "In combination with a beam, the bracket of the tuplet
6 bracket is removed. This only happens if there is one beam, as long as
7 the bracket."
8
9 }
10 \layout { ragged-right= ##t }
11
12 \context Voice\relative c'' {
13   \times 2/3 { r  c8[ c8] }
14   \times 2/3 {  c8[ c c] }
15   \times 2/3 {  c16[ c16]  c8[ c8] }
16 }
17