]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/W.A.Mozart/mozart-hrn-3.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / mutopia / W.A.Mozart / mozart-hrn-3.ly
index 302939a014bcb382fbed6002b104ffcbf72efdac..b572c07802867461080d1ed94b782c9d18545c97 100644 (file)
@@ -41,7 +41,7 @@ virtuoso that taught in Geneva.
 
 %}
 
-\version "2.9.16"
+\version "2.7.39"
 
 \include "mozart-hrn3-defs.ily"
 \include "mozart-hrn3-allegro.ily"
@@ -59,29 +59,13 @@ virtuoso that taught in Geneva.
        { \transpose c' bes \allegro }
        \layout { }
        \header { piece = "Allegro" opus = "" } 
-       
-  \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 90 4)
-      }
-    }
-
-
+       \midi { \tempo 4=90 }
     }
 
     \score {
        { \transpose c' bes \romanze }
        \header { piece = "Romanze" opus = "" } 
-       
-  \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 70 4)
-      }
-    }
-
-
+       \midi { \tempo 4 = 70  }
        \layout {}
     }
 
@@ -89,15 +73,7 @@ virtuoso that taught in Geneva.
     {
        { \transpose c' bes \rondo }
        \header { piece = "Rondo" opus = "" }
-       
-  \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 100 4)
-      }
-    }
-
-
+       \midi { \tempo 4 = 100 }
        \layout { }
     }
 }