lilypond-1.3.126
[lilypond.git] / mutopia / W.A.Mozart / cadenza.ly
blob1294d1f505b7857910b07fe7ce76c4acf09eb5c8
1 \header{
2 filename = "cadenza.ly";
3 title = "Cadenza ad libitum";
4 description = "Cadenza to Mozart Horn concerto 3";
5 composer = "unknown";
6 enteredby = "HWN";
7 copyright = "public domain";
11 Tested Features: cadenza mode
14 \version "1.2.0";
17 cad = \notes \relative c' {
18 \property Score.instrument = "french horn"
19 \context Staff {
20 \cadenza 1;
23 \clef "violin";
24 c'4.\mf g8
27 [e'^"accel" () d c b]
28 [b() c] g-\fermata
29 \bar "empty";
30 c, ~ [c^\turn_"rubato" e g c]
31 e4. e8 [g () f_"rit" e d]
33 dis4() e4
34 \bar "" ;
35 r8 [c16 d] [e f g gis]
37 a4-> f() e g
38 f-> d() cis e
40 d4^\fermata
41 \bar "" ;
43 r8 a [b cis]
44 \grace { e8( }
45 [d16 cis d e]
46 f4 ~ [f16 e d c]
47 b4-\turn
48 \times 2/3 { [ d8 c8 a8] }
49 g2~
50 \bar "" ;
51 [g16 c, e g] [c e, g c]
52 [e g, c e] g4^\fermata
53 \bar "" ;
54 [g8.(_"a tempo" e16 g8. )e16]
55 a4. g8 [f8 e8 d8 c8]
56 g2 d'2-\trill
57 \grace { [c32 d] }
59 } }
61 \score {
62 \notes { \cad }
63 % \midi { \tempo 4 = 90; }
64 \paper { casting_algorithm = \Wordwrap;}