]> 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 219de62fc25ee260c456395c08b4d9676ecb3f40..8c3a24cd1c8fe1ce1599a659bea186e3958614f3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.4.0"
+\version "2.10.0"
 \header {
     texidoc = "@cindex Dynamic Absolute Volume
 Absolute dynamics have an effect on MIDI files.
@@ -20,9 +20,15 @@ a\ff
 a\fff
 a\sf
 }
-\layout{ raggedright = ##t }
-\midi{
-\tempo 1 = 60
-}
+\layout{ ragged-right = ##t }
+
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 60 1)
+      }
+    }
+
+
 }