]> git.donarmstrong.com Git - lilypond.git/blob - input/cadenza.ly
b8a31404d8676f2e5d44dd02c7e09157f6fc00d1
[lilypond.git] / input / cadenza.ly
1 %
2 % Cadenza to Mozart Horn/3
3 %
4 % author: unknown. Copyright: none
5 %
6 \version "0.0.54";
7
8 cad = \melodic  {
9                 \cadenza 1;
10                 \grouping 1*4;\duration  8;\octave c';
11
12         \clef \violin ;
13         c'4.\mf g8
14
15
16         [e'^"accel" ()d' c' b]
17         [b()c'] g-\fermata
18                 \bar \empty;
19                         c [c_"rubato" e g c']
20         \octave c'';
21         e4. e [g ()f_"rit" e d]
22
23         \duration 16;
24         dis4()e4
25                 \bar \empty ;
26                 r8 [c d] [e f g gis]
27         \duration 4;
28         a-> 'f()'e g
29         f-> 'd()'cis e
30         \duration 8;    
31         d4^\fermata
32                 \bar \empty ;
33
34         r8 'a ['b cis]
35         \duration 16;   [d cis d e]
36         f4()[f e d c]
37         'b4
38         \octave c'; [d'8 c'8 a8]2/3
39         g2
40                 \bar \empty ;
41         [g c e g] [c' e g c']\octave c''; 
42         [e 'g c e] g4^\fermata %()% BUG!
43                 \bar \empty ;
44         [g8.(_"a tempo" e g8. )e]
45         a4. g8 [f8 e8 d8 c8]
46         'g2 d2^"tr"
47         c4
48         }
49
50 \score {
51         \staff { melodicregs cad }
52         \paper {
53         
54                 \unitspace 14\mm
55                 \geometric 1.4}
56         \midi { \tempo 4:90 }
57 }