]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/dynamic-absolute-volume.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / dynamic-absolute-volume.ly
index 22324fa3aa620bf748901741254fbfd44c1cf9fd..b7df4e727b46c1370744f87ec612c0f00b2e2035 100644 (file)
@@ -1,21 +1,22 @@
-\version "1.7.18"
+
+\version "2.3.4"
 \header {
     texidoc = "@cindex Dynamic Absolute Volume
-Absolute dynamics have effect in MIDI files.
+Absolute dynamics have an effect on MIDI files.
 "
 }
 
 
 \score{
-\notes\relative c''{
+\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
 }
@@ -24,4 +25,4 @@ a\sf
 \tempo 1 = 60
 }
 }
-%% new-chords-done %%
+