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