]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-damp.ly
3858df20c53d05452334cc6549a58d8e0fbc8c00
[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 \score{
7         \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         \layout{
22                 raggedright = ##t
23         }
24 }
25
26