]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/beamed-chord.ly
patch::: 1.3.127.jcn2
[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 }