]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-beam.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / tuplet-beam.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
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 { \notes \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