]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beamed-chord.ly
3687a54e6da620949bc3e53fc590c19892e5e1da
[lilypond.git] / input / regression / beamed-chord.ly
1
2 \version "2.3.17"
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   \relative c'{
16     %\stemUp
17     \clef alto
18     \time 3/4
19     r8 <d  bes >( bes') d <e g, c, c,>-> r |
20   }
21 }