]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-beam.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-beam.ly
1
2 \version "2.19.21"
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 \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