]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/W.A.Mozart/cadenza.ly
release: 1.1.43
[lilypond.git] / mutopia / W.A.Mozart / cadenza.ly
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";
8 }
9
10 %{
11 Tested Features: cadenza mode
12
13 Ugh.. Wish we had grace notes....  It adds another dimension to this
14 piece of music.  %}
15
16 \version "1.0.19";
17
18
19 cad = \notes  \relative c' {
20         \property Score.instrument = "french horn"
21         \context Staff {
22         \cadenza 1;
23         \grouping 1*4;
24
25         \clef "violin";
26         c'4.\mf g8
27
28
29         [e'^"accel" () d  c b]
30         [b() c] g-\fermata
31                 \bar "empty";
32                         c, [c_"rubato" e g c]
33         e4. e8 [g () f_"rit" e d]
34
35         dis4() e4
36                 \bar "" ;
37                 r8 [c16 d] [e f g gis]
38
39         a4-> f() e g
40         f-> d() cis e
41
42         d4^\fermata
43                 \bar "" ;
44
45         r8 a [b cis]
46         [d16 cis d e]
47         f4( [  )f16 e d c]
48         b4-\turn
49         \times 2/3 { [ d8 c8 a8] }
50         g2
51                 \bar "" ;
52         [g16 c, e g] [c e, g c]
53         [e g, c e] g4^\fermata 
54                 \bar "" ;
55         [g8.(_"a tempo" e16 g8. )e16]
56         a4. g8 [f8 e8 d8 c8]
57         g2 d'2-\trill
58         c4
59         }}
60 \score {
61         \notes { \cad }
62         \midi { \tempo 4 = 90; }
63         \paper {
64         }
65 }