]> git.donarmstrong.com Git - lilypond.git/blob - input/mutopia/W.A.Mozart/mozart-hrn-3.ly
* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
[lilypond.git] / input / mutopia / W.A.Mozart / mozart-hrn-3.ly
1 \header{
2   title =        "Konzert Nr. 3 Es dur"
3   subtitle = "für Horn und Orchester"
4   composer =     "Wolfgang Amadeus Mozart (1756-1791)"
5   enteredby =    "HWN"
6   opus = "KV 447"
7
8   copyright = "public domain"
9   instrument = "Horn in F"
10   editor = "Henri Kling"
11   mutopiatitle = "Horn Concerto 3"
12   mutopiacomposer = "W.A.Mozart"
13   mutopiaopus = "KV447"
14   style = "classical"
15   maintainer = "hanwen@cs.uu.nl"
16   maintainerEmail = "hanwen@cs.uu.nl"
17   maintainerWeb = "http://www.cs.uu.nl/~hanwen/"        
18   lastupdated = "2002/May/21"
19   source = "Edition Breitkopf 2563"
20   footer = "Mutopia-2002/05/21-25"
21
22   tagline = \markup { \smaller
23       \column <
24            \fill-line < \footer "" >
25            \fill-line < { "This music is part of the Mutopia project,"
26                           \typewriter { "http://sca.uwaterloo.ca/Mutopia/" }
27                          } >
28            \fill-line < #(ly:export (string-append "It has been typeset and placed in the public "
29                           "domain by "  maintainer  "."))  >
30            \fill-line < #(ly:export (string-append "Unrestricted modification and redistribution"
31                           " is permitted and encouraged---copy this music"
32                           " and share it!")) >
33            >
34        }
35 }
36 %{
37
38 This is the Mozart 3 for horn.  It's from an Edition Breitkopf EB
39 2563, edited by Henri Kling. Henri Kling (1842-1918) was a horn
40 virtuoso that taught in Geneva. 
41
42 %}
43
44 \version "2.3.16"
45
46 \include "mozart-hrn3-defs.ily"
47 \include "mozart-hrn3-allegro.ily"
48 \include "mozart-hrn3-romanze.ily"
49 \include "mozart-hrn3-rondo.ily"
50
51
52
53
54 \book {
55 \score
56 {
57          { \transpose c' bes \allegro }
58         \paper{ }
59         \header { piece = "allegro" opus = "" } 
60         \midi{ \tempo 4=90 }
61 }
62
63
64 \score
65 {
66      { \transpose c' bes \romanze }
67         \header { piece = "romanze" opus = "" } 
68         \midi{ \tempo 4 = 70  }
69         \paper{}
70 }
71
72
73 \score
74 {
75      { \transpose c' bes        \rondo }
76         \header { piece = "rondo" opus = "" }
77         \midi{ \tempo 4 = 100 }
78         \paper { }
79 }
80
81
82 }