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