]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dynamic-absolute-volume.ly
Removed file; it was a duplicate of beam-isknee.ly
[lilypond.git] / input / test / dynamic-absolute-volume.ly
1 \version "1.7.18"
2 \header {
3     texidoc = "@cindex Dynamic Absolute Volume
4 Absolute dynamics have effect in MIDI files.
5 "
6 }
7
8
9 \score{
10 \notes\relative c''{
11 %segfault in engraver
12 a1-\ppp 
13 a1-\pp
14 a-\p
15 a-\mp
16 a-\mf
17 a-\f
18 a-\ff
19 a\fff
20 a\sf
21 }
22 \paper{ raggedright = ##t }
23 \midi{
24 \tempo 1 = 60
25 }
26 }
27 %% new-chords-done %%