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