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