]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/triplet.ly
patch::: 1.5.3.jcn1
[lilypond.git] / input / bugs / triplet.ly
1 \header {
2 texidoc="manual beam override is ignored in first triplet"
3 }
4
5 \score {
6   \context Voice \notes\relative c'' {
7     \times 2/3 { < [ a8 c > < a c > < a c ] > }
8     \times 2/3 < { [ a8 a a ] } { c c c ] } >
9   }
10 }