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