]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/dynamic-absolute-volume.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / dynamic-absolute-volume.ly
index 6a6397c54cdf9a363188a0fd59393da799fa5d21..8c3a24cd1c8fe1ce1599a659bea186e3958614f3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.39"
+\version "2.10.0"
 \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)
+      }
+    }
+
+
 }