]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/dynamic-absolute-volume.ly
*** empty log message ***
[lilypond.git] / input / test / dynamic-absolute-volume.ly
index ade535bf4d8c45b3473a14c72879d06d0cc2fb35..0aa9ae74fb29580403d4e86f6d2238d87efc93ac 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.7.18"
+
+\version "2.1.30"
 \header {
     texidoc = "@cindex Dynamic Absolute Volume
-Absolute dynamics have effect in MIDI files.
+Absolute dynamics have an effect on MIDI files.
 "
 }
 
@@ -9,13 +10,13 @@ Absolute dynamics have effect in MIDI files.
 \score{
 \notes\relative c''{
 %segfault in engraver
-a1-\ppp 
-a1-\pp
-a-\p
-a-\mp
-a-\mf
-a-\f
-a-\ff
+a1\ppp 
+a1\pp
+a\p
+a\mp
+a\mf
+a\f
+a\ff
 a\fff
 a\sf
 }