]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-beam.ly
e697258f3edd38caf12d484357ce71204c6d0ac4
[lilypond.git] / input / regression / tuplet-beam.ly
1
2 \version "2.3.17"
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     \paper { raggedright= ##t }
11
12 \score {  \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