]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/W.A.Mozart/mozart-hrn-3.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / mutopia / W.A.Mozart / mozart-hrn-3.ly
index ee04c99579bd3a2b46fc58f0641e32861f535703..4e983cebb556a20fac1e4d456b3b1a5d32069cb2 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"
   mutopiacomposer = "W.A.Mozart"
   mutopiaopus = "KV447"
   style = "classical"
-  maintainer = "hanwen@cs.uu.nl"
-  maintainerEmail = "hanwen@cs.uu.nl"
-  maintainerWeb = "http://www.cs.uu.nl/~hanwen/"       
+  maintainer = "hanwen@xs4all.nl"
+  maintainerEmail = "hanwen@xs4all.nl"
+  maintainerWeb = "http://www.xs4all.nl/~hanwen/"      
   lastupdated = "2002/May/21"
   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://mutopiaproject.org/" }
+                        } }
+          \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,66 @@ virtuoso that taught in Geneva.
 
 %}
 
-\version "2.1.28"
+\version "2.12.0"
+
+\include "mozart-hrn3-defs.ily"
+\include "mozart-hrn3-allegro.ily"
+\include "mozart-hrn3-romanze.ily"
+\include "mozart-hrn3-rondo.ily"
+
+\paper {
+    between-system-space = 20 \mm
+}
+
+
+\book {
+    \score {
+       { \transpose c' bes \allegro }
+       \layout { }
+       \header { piece = "Allegro" opus = "" } 
+       
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 90 4)
+      }
+    }
 
-\include "mozart-hrn3-defs.ly"
-\include "mozart-hrn3-allegro.ly"
-\include "mozart-hrn3-romanze.ly"
-\include "mozart-hrn3-rondo.ly"
 
+    }
 
+    \score {
+       { \transpose c' bes \romanze }
+       \header { piece = "Romanze" opus = "" } 
+       
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 70 4)
+      }
+    }
+
+
+       \layout {}
+    }
+
+    \score
+    {
+       { \transpose c' bes \rondo }
+       \header { piece = "Rondo" opus = "" }
+       
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 100 4)
+      }
+    }
+
+
+       \layout { }
+    }
+}
 
+%% Local Variables:
+%% coding: utf-8
+%% End: