]> git.donarmstrong.com Git - lilypond.git/blob - input/mozart-hrn-3.ly
''
[lilypond.git] / input / mozart-hrn-3.ly
1 \header{
2   title =        "Konzert Nr. 3 Es dur"
3   subtitle = "f\\\"ur Horn und Orchester"
4   composer =     "Wolfgang Amadeus Mozart (1756-1792)"
5   enteredby =    "HWN"
6   opus = "K.V. 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/March/26"
19   source = "Edition Breitkopf 2563"
20
21   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!}"
22
23 }
24 %{
25
26 This is the Mozart 3 for horn.  It's from an Edition Breitkopf EB
27 2563, edited by Henri Kling. Henri Kling (1842-1918) was a horn
28 virtuoso that taught in Geneva. 
29
30 %}
31
32
33 #(set! point-and-click line-column-location)
34
35 longgrace = \property Voice.Stem \override #'flag-style = #'()
36 endlonggrace = \property Voice.Stem \revert #'flag-style
37 ritenuto = \textscript #'(italic  "rit.")
38
39 \version "1.5.47"
40
41 \paper{
42  \translator { \ScoreContext
43         skipBars = ##t
44         midiInstrument = #"french horn"
45         RehearsalMark \override #'font-series = #'bold
46         Stem \override #'thickness = #1.3
47   }
48  \translator { \StaffContext
49                MinimumVerticalExtent = #'(-4.5 . 4.5)
50                }
51   indent = 10. \mm
52   linewidth = 189. \mm
53 }
54
55 \include "mozart-hrn3-allegro.ly"
56 \include "mozart-hrn3-romanze.ly"
57 \include "mozart-hrn3-rondo.ly"
58
59