]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-triplet.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / auto-beam-triplet.ly
1
2 \header
3 {
4   texidoc = "Automatic beaming is also done on tuplets."
5 }
6
7 \version "2.17.11"
8 \layout { ragged-right= ##t }
9
10 \relative c''{
11   c8 c c c
12   \tuplet 6/4 { c c c c c c}
13 }