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