]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-beam.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / tuplet-beam.ly
1 \version "1.7.18"
2 \header {
3
4 texidoc = "In combination with a beam, the bracket of the tuplet
5 bracket is removed. This only happens if there is one beam, as long as
6 the bracket."
7
8 }
9     \paper { raggedright= ##t }
10
11 \score { \notes \context Voice\relative c'' {
12 \times 2/3 { r  c8-[ c8] }
13 \times 2/3 {  c8-[ c c] }
14 \times 2/3 {  c16-[ c16]  c8-[ c8] }
15 }}
16