]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/dynamic-absolute-volume.ly
Test more parts of Page_turn_engraver
[lilypond.git] / input / no-notation / dynamic-absolute-volume.ly
1
2 \version "2.10.0"
3 \header {
4     texidoc = "@cindex Dynamic Absolute Volume
5 Absolute dynamics have an effect on MIDI files.
6 "
7 }
8
9
10 \score{
11 \relative c''{
12 %segfault in engraver
13 a1\ppp 
14 a1\pp
15 a\p
16 a\mp
17 a\mf
18 a\f
19 a\ff
20 a\fff
21 a\sf
22 }
23 \layout{ ragged-right = ##t }
24
25   \midi {
26     \context {
27       \Score
28       tempoWholesPerMinute = #(ly:make-moment 60 1)
29       }
30     }
31
32
33 }
34