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