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