]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/W.A.Mozart/mozart-hrn-3.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / mutopia / W.A.Mozart / mozart-hrn-3.ly
index 5091326ac325d8c8fc9a112d6a2ffeb14860ed70..a63f310d9bebd0b2d811adff95e81e0fce345d5b 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"
   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"
 
-  textagline = "\\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!}"
-  
-  %% TODO: handle \footer, \head[er] properly
   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 < { "It has been typeset and placed in the public "
-                         "domain by "  \maintainer  "." } >
-          \fill-line < { "Unrestricted modification and redistribution "
-                         "is permitted and encouraged---copy this music "
-                         "and share it!" } >
-          >
+      \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!")) }
+          }
        }
 }
 %{
@@ -44,12 +41,66 @@ virtuoso that taught in Geneva.
 
 %}
 
-\version "2.1.28"
+\version "2.11.38"
 
-\include "mozart-hrn3-defs.ly"
-\include "mozart-hrn3-allegro.ly"
-\include "mozart-hrn3-romanze.ly"
-\include "mozart-hrn3-rondo.ly"
+\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)
+      }
+    }
+
+
+    }
+
+    \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: