X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fmutopia%2FW.A.Mozart%2Fmozart-hrn-3.ly;h=a63f310d9bebd0b2d811adff95e81e0fce345d5b;hb=9e7b53f94e1e3bd7b3f7a14ba11a6cae6c8e9a73;hp=b061695b191b3f838e0315b9b24b85f663a65f9c;hpb=d2e7425b88e579fe53989106965fa13eab551c92;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 b061695b19..a63f310d9b 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.8" +\version "2.11.38" + +\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: