]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-triplet.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / auto-beam-triplet.ly
1 \header
2 {
3 texidoc = "Automatic beaming is also done on tuplets."
4 }
5
6 \version "1.7.18"
7
8 \score{
9         \notes\relative c''{
10                 c8 c c c
11                 \times 4/6 { c c c c c c}
12         }
13         \paper{ }
14 }