]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/W.A.Mozart/horn-concerto-3/cadenza.ly
414eb16df2cbb0529d6d7804b2866a398a1f0571
[lilypond.git] / mutopia / W.A.Mozart / horn-concerto-3 / cadenza.ly
1 \header{
2   title =        "Konzert Nr. 3 Es dur";
3   subtitle = "Cadenza ad lib.";
4   enteredby =    "HWN";
5   copyright = "public domain";
6   instrument = "Horn in Es";
7
8   mutopiatitle =         "Cadenza for horn concerto no. 3";
9   mutopiacomposer = "Anon.";
10   style = "classical";
11   tagline =    "\\\\This music is part of the Mutopia project, http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by Han-Wen Nienhuys.\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!";
12   maintainer = "hanwen@cs.uu.nl";
13   lastupdated = "1999/Oct/16";
14   source = "Breitkopf & Haertel + own modifications";
15 }
16
17
18
19 %{
20
21 This is a cadenza to Mozart 3, as given to me by Arthur Verhofstad
22 (one of my teachers). The source is unknown
23
24 Lots more can be found in Uijlenspiegel 1998 no. 1, in an article by
25 Herman Jeurissen.
26
27 %}
28
29 \version "1.3.4";
30
31
32 cad = \notes  \relative c' {
33         \property Score.midiInstrument = "french horn"
34         \context Staff {
35         \emptyText
36         \cadenzaOn
37         
38
39         \clef "violin";
40         c'4.\mf g8
41
42
43         [e'^"accel" () d  c b]
44         [b() c] g-\fermata
45                 \bar "empty";
46                         c, ~ [c^\turn_"rubato" e g c]
47         e4. e8 [g () f_"rit" e d]
48
49         dis4() e4
50                 \bar "" ;
51                 r8 [c16 d] [e f g gis]
52
53         a4-> f,() e g'
54         f-> d,() cis e'
55
56         d4^\fermata
57                 \bar "" ;
58
59         r8 a [b cis]
60         \grace { e8( }
61         [d16 cis d e]
62         f4 ~ [f16 e d c]
63         b4-\turn
64         \times 2/3 { [ d8 c8 a8] }
65         g2~
66                 \bar "" ;
67         [g16 c, e g] [c e, g c]
68         [e g, c e] g4^\fermata 
69                 \bar "" ;
70         [g8.(_"a tempo" e16 g8. )e16]
71         a4. g8 [f8 e8 d8 c8]
72         g2 d'2-\trill
73         \grace { [c32 d] }
74          c4
75         } }
76         
77 \score {
78         \notes { \cad }
79 %       \midi { \tempo 4 = 90; }
80         \paper {  casting_algorithm = \Wordwrap;}
81
82 }