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