]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-damp.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-damp.ly
1
2 \version "2.6.0"
3 \header { texidoc = "@cindex Beam Damp
4 Beams are less steep than the notes they encompass. " }
5
6 \relative c''{
7   %%            \stemUp
8   %%             a16[ b b c]
9   %%             c[ b b a]
10   %%            \stemDown
11   %%             c[ b b a]
12   %%             a[ b b c]
13   \stemUp
14   g16[ a b c]
15   c[ b a g]
16   \stemDown
17   d'[ c b a]
18   a[ b c d]
19 }
20 \layout{
21   raggedright = ##t
22 }
23
24