]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/dynamic-absolute-volume.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / no-notation / dynamic-absolute-volume.ly
index c91d8a02bf6dd2f7e3c049a8719238ba52f7ca9b..6a6397c54cdf9a363188a0fd59393da799fa5d21 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.9.16"
+\version "2.7.39"
 \header {
     texidoc = "@cindex Dynamic Absolute Volume
 Absolute dynamics have an effect on MIDI files.
@@ -21,14 +21,8 @@ a\fff
 a\sf
 }
 \layout{ ragged-right = ##t }
-
-  \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 60 1)
-      }
-    }
-
-
+\midi{
+\tempo 1 = 60
+}
 }