]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-triplet.ly
e445b5b96742c64a55cefe9eb799000fdb2d9e52
[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.1.26"
8
9 \score{
10         \notes\relative c''{
11                 c8 c c c
12                 \times 4/6 { c c c c c c}
13         }
14     \paper { raggedright= ##t }
15 }