]> 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 09728b4e66d8848d94161780d5b2943ac7cff871..b572c07802867461080d1ed94b782c9d18545c97 100644 (file)
@@ -1,8 +1,8 @@
 \header{
-  title =       "Konzert Nr. 3 Es dur"
-  subtitle = "für Horn und Orchester"
-  composer =    "Wolfgang Amadeus Mozart (1756-1791)"
-  enteredby =   "HWN"
+  title = "Konzert Nr. 3 Es dur"
+  subtitle = "für Horn und Orchester"
+  composer = "Wolfgang Amadeus Mozart (1756-1791)"
+  enteredby = "HWN"
   opus = "KV 447"
 
   copyright = "public domain"
   footer = "Mutopia-2002/05/21-25"
 
   tagline = \markup { \smaller
-      \column <
-          \fill-line < \footer "" >
-          \fill-line < { "This music is part of the Mutopia project,"
+      \column {
+          \fill-line { \footer "" }
+          \fill-line { { "This music is part of the Mutopia project,"
                          \typewriter { "http://sca.uwaterloo.ca/Mutopia/" }
-                        } >
-          \fill-line < #(ly:export (string-append "It has been typeset and placed in the public "
-                         "domain by "  maintainer  "."))  >
-          \fill-line < #(ly:export (string-append "Unrestricted modification and redistribution"
+                        } }
+          \fill-line { #(ly:export (string-append "It has been typeset and placed in the public "
+                         "domain by "  maintainer  "."))  }
+          \fill-line { #(ly:export (string-append "Unrestricted modification and redistribution"
                          " is permitted and encouraged---copy this music"
-                         " and share it!")) >
-          >
+                         " and share it!")) }
+          }
        }
 }
 %{
@@ -41,45 +41,43 @@ virtuoso that taught in Geneva.
 
 %}
 
-\version "2.3.16"
+\version "2.7.39"
 
 \include "mozart-hrn3-defs.ily"
 \include "mozart-hrn3-allegro.ily"
 \include "mozart-hrn3-romanze.ily"
 \include "mozart-hrn3-rondo.ily"
 
-\bookpaper {
-    betweensystempadding = 0.0
-    betweensystemspace = 20 \mm
+\paper {
+    between-system-padding = 0.0
+    between-system-space = 20 \mm
 }
 
 
 \book {
-    \score
-    {
+    \score {
        { \transpose c' bes \allegro }
-       \paper{ }
-       \header { piece = "allegro" opus = "" } 
-       \midi{ \tempo 4=90 }
+       \layout { }
+       \header { piece = "Allegro" opus = "" } 
+       \midi { \tempo 4=90 }
     }
 
-
-    \score
-    {
+    \score {
        { \transpose c' bes \romanze }
-       \header { piece = "romanze" opus = "" } 
-       \midi{ \tempo 4 = 70  }
-       \paper{}
+       \header { piece = "Romanze" opus = "" } 
+       \midi { \tempo 4 = 70  }
+       \layout {}
     }
 
-
     \score
     {
-       { \transpose c' bes     \rondo }
-       \header { piece = "rondo" opus = "" }
-       \midi{ \tempo 4 = 100 }
-       \paper { }
+       { \transpose c' bes \rondo }
+       \header { piece = "Rondo" opus = "" }
+       \midi { \tempo 4 = 100 }
+       \layout { }
     }
-
-
 }
+
+%% Local Variables:
+%% coding: utf-8
+%% End: