]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/beamed-chord.ly
51b1fbdb9345488507bd3c18f38bdeaa2938cc87
[lilypond.git] / input / bugs / beamed-chord.ly
1 \version "1.3.148"
2
3 \header{
4 texidoc = "Beam thinks that first two notes should be stem down.  Can be fixed by uncommenting \stemUp"
5 }
6
7 \score{
8   \notes\relative c'{
9     %\stemUp
10     \clef alto
11     \time 3/4
12     r8 <d ( bes > ) bes' d <e-> g, c, c,> r |
13   }
14 }