]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-beam.ly
* buildscripts/mf-to-table.py (base): break table every three
[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
10 \score { \notes \context Voice\relative c'' {
11 \times 2/3 { r  c8-[ c8] }
12 \times 2/3 {  c8-[ c c] }
13 \times 2/3 {  c16-[ c16]  c8-[ c8] }
14 }}
15