]> git.donarmstrong.com Git - lilypond.git/blob - input/test/absolute-volume.ly
update syntax in .ly files.
[lilypond.git] / input / test / absolute-volume.ly
1 \header {
2     texidoc = "Absolute dynamics have effect in MIDI files."
3 }
4
5 \version "1.7.6"
6
7 \score{
8 \notes\relative c''{
9 %segfault in engraver
10 a1-\ppp 
11 a1-\pp
12 a-\p
13 a-\mp
14 a-\mf
15 a-\f
16 a-\ff
17 a\fff
18 a\sf
19 }
20 \paper{
21 }
22 \midi{
23 \tempo 1 = 60
24 }
25 }
26 %% new-chords-done %%