]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/music-box.ly
* scm/define-context-properties.scm
[lilypond.git] / input / test / music-box.ly
index 9d8fe6fabde65d37d6f46fc323a2dd7462ff09c7..af8efd382b493fbe4fae78b7dc92dcc56ab59169 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.7"
+\version "2.9.16"
 \sourcefilename "music-box.ly"
 
 \include "deutsch.ly"
@@ -133,8 +133,14 @@ prelude =
        line-width = 18.0 \cm
    }
 
-   \midi {
-       \tempo 4 = 80
-   }
+   
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 80 4)
+      }
+    }
+
+
 }