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