]> git.donarmstrong.com Git - lilypond.git/blob - input/cadenza.ly
release: 0.0.27
[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         \command { \clef \violin }
11         'c4._"f" g8
12         \textstyle  "roman" 
13
14         ['e^"accel" ()'d 'c b]
15         [b()'c] g-\fermata
16                 \command { \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                 \command { \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                 \command { \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{} \plet{2/3} ['d8 'c8 a8]
37         \plet{1/1}
38         g2
39                 \command { \bar \empty }
40         [g c e g] ['c e g 'c]\octave{'} 
41         [e `g c e] g4^\fermata %()% BUG!
42                 \command { \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         commands {
55                 meter 4*4
56                 cadenza 1
57                 grouping 1*4
58         }
59 }