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