]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-damp.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / beam-damp.ly
1 \version "1.7.18"
2 \header { texidoc = "@cindex Beam Damp
3 Beams are less steep than the notes they encompass. " }
4
5 \score{
6         \notes\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         \paper{
21                 raggedright = ##t
22         }
23 }
24
25