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