X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fmutopia%2FW.A.Mozart%2Fmozart-hrn-3.ly;h=4e983cebb556a20fac1e4d456b3b1a5d32069cb2;hb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;hp=52ec8a658b5ef73bf48faa7ca5935b3b0c9561ba;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/mutopia/W.A.Mozart/mozart-hrn-3.ly b/input/mutopia/W.A.Mozart/mozart-hrn-3.ly index 52ec8a658b..4e983cebb5 100644 --- a/input/mutopia/W.A.Mozart/mozart-hrn-3.ly +++ b/input/mutopia/W.A.Mozart/mozart-hrn-3.ly @@ -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" @@ -12,15 +12,26 @@ 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 "1.9.4" +\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: