]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mozart-hrn-3.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / mozart-hrn-3.ly
index 4324882e35cd3002fd3614ce669f88c7366b2f9a..ae58603ecf7f1671c77c3f065c2fedf6e849ccdf 100644 (file)
@@ -28,7 +28,7 @@
         }
       }
       \fill-line {
-        $(string-append  "It has been typeset and placed in the public "
+        #(string-append  "It has been typeset and placed in the public "
                                     "domain by " maintainer ".")
       }
       \fill-line {
@@ -48,7 +48,7 @@ virtuoso that taught in Geneva.
 "
 }
 
-\version "2.15.18"
+\version "2.19.12"
 
 \include "mozart-hrn3-defs.ily"
 \include "mozart-hrn3-allegro.ily"
@@ -56,8 +56,8 @@ virtuoso that taught in Geneva.
 \include "mozart-hrn3-rondo.ily"
 
 \paper {
-  system-system-spacing #'basic-distance = 10
-  score-system-spacing #'basic-distance = 20
+  system-system-spacing.basic-distance = 10
+  score-system-spacing.basic-distance = 20
 }
 
 \book {
@@ -70,10 +70,7 @@ virtuoso that taught in Geneva.
     }
 
     \midi {
-      \context {
-        \Score
-        tempoWholesPerMinute = #(ly:make-moment 90 4)
-      }
+      \tempo 4 = 90
     }
   }
 
@@ -85,10 +82,7 @@ virtuoso that taught in Geneva.
     }
 
     \midi {
-      \context {
-        \Score
-        tempoWholesPerMinute = #(ly:make-moment 70 4)
-      }
+      \tempo 4 = 70
     }
 
     \layout { }
@@ -103,10 +97,7 @@ virtuoso that taught in Geneva.
     }
 
     \midi {
-      \context {
-        \Score
-        tempoWholesPerMinute = #(ly:make-moment 100 4)
-      }
+      \tempo 4 = 100
     }
 
     \layout { }