]> 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 05ea22910fbd4735fed926e3050e614c082076de..b572c07802867461080d1ed94b782c9d18545c97 100644 (file)
@@ -1,8 +1,8 @@
 \header{
-  title =       "Konzert Nr. 3 Es dur"
-  subtitle = "f\\\"ur Horn und Orchester"
-  composer =    "Wolfgang Amadeus Mozart (1756-1792)"
-  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"
   source = "Edition Breitkopf 2563"
   footer = "Mutopia-2002/05/21-25"
 
-  tagline =  "\\parbox{\hsize}{\\thefooter\\quad\\small This music is part of the Mutopia project, \\texttt{http://sca.uwaterloo.ca/Mutopia/}. It has been typeset and placed in the public domain by " + \maintainer + ". Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!}"
-
+  tagline = \markup { \smaller
+      \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"
+                         " is permitted and encouraged---copy this music"
+                         " and share it!")) }
+          }
+       }
 }
 %{
 
@@ -30,12 +41,43 @@ virtuoso that taught in Geneva.
 
 %}
 
-\version "1.7.18"
+\version "2.7.39"
+
+\include "mozart-hrn3-defs.ily"
+\include "mozart-hrn3-allegro.ily"
+\include "mozart-hrn3-romanze.ily"
+\include "mozart-hrn3-rondo.ily"
+
+\paper {
+    between-system-padding = 0.0
+    between-system-space = 20 \mm
+}
 
-\include "mozart-hrn3-defs.ly"
-\include "mozart-hrn3-allegro.ly"
-\include "mozart-hrn3-romanze.ly"
-\include "mozart-hrn3-rondo.ly"
 
+\book {
+    \score {
+       { \transpose c' bes \allegro }
+       \layout { }
+       \header { piece = "Allegro" opus = "" } 
+       \midi { \tempo 4=90 }
+    }
+
+    \score {
+       { \transpose c' bes \romanze }
+       \header { piece = "Romanze" opus = "" } 
+       \midi { \tempo 4 = 70  }
+       \layout {}
+    }
+
+    \score
+    {
+       { \transpose c' bes \rondo }
+       \header { piece = "Rondo" opus = "" }
+       \midi { \tempo 4 = 100 }
+       \layout { }
+    }
+}
 
-%% new-chords-done %%
+%% Local Variables:
+%% coding: utf-8
+%% End: