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