]> git.donarmstrong.com Git - lilypond.git/blob - input/test/auto-beam-triplet.ly
4f3e4b7f62c421743ac9040b55cb1fb9af34323e
[lilypond.git] / input / test / auto-beam-triplet.ly
1 \score{
2         \notes\relative c''{
3                 c8 c c c
4                 \times 2/3 { c c c c c c}
5         }
6         \paper{
7                 % urg, avoid crash
8                 \translator{
9                         \VoiceContext
10                         \remove Tuplet_engraver;
11                 }
12         }
13 }