]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/W.A.Mozart/cadenza.ly
partial: 0.1.65.jcn
[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 "0.1.14";
17
18
19 cad = \melodic  {
20         \property Score.instrument = "french horn"
21         \type Staff {
22         \cadenza 1;
23         \grouping 1*4;
24         \octave c';
25
26         \clef "violin";
27         c'4.\mf g8
28
29
30         [e'^"accel" () d' c' b]
31         [b() c'] g-\fermata
32                 \bar "empty";
33                         c [c_"rubato" e g c']
34         \octave c'';
35         e4. e8 [g () f_"rit" e d]
36
37         dis4() e4
38                 \bar "" ;
39                 r8 [c16 d] [e f g gis]
40
41         a4-> f,() e, g
42         f-> d,() cis, e
43
44         d4^\fermata
45                 \bar "" ;
46
47         r8 a, [b, cis]
48         [d16 cis d e]
49         f4() [f16 e d c]
50         b,4-\turn
51         \octave c'; [2/3 d'8 c'8 a8]1/1
52         g2
53                 \bar "" ;
54         [g16 c e g] [c' e g c']\octave c''; 
55         [e g, c e] g4^\fermata 
56                 \bar "" ;
57         [g8.(_"a tempo" e16 g8. )e16]
58         a4. g8 [f8 e8 d8 c8]
59         g,2 d2-\trill
60         c4
61         }}
62 \score {
63         \melodic { \cad }
64         \midi { \tempo 4 = 90; }
65         \paper {
66         }
67 }