]> git.donarmstrong.com Git - lilypond.git/blob - input/cadenza.ly
445ec088231c126635b0d2e92bcd3102cbc6d0d9
[lilypond.git] / input / cadenza.ly
1 %
2 % Cadenza to Mozart Horn/3
3 %
4
5 cad = music { $
6         \duration { 8}
7         \textstyle "italic" 
8         'c4._"f" g8
9         \textstyle  "roman" 
10                                         ['e^"accel" ()'d 'c b]
11         [b()'c] g-\fermata
12                 \mark"br1"
13                         c [c_"rubato" e g 'c]
14         \octave{'}
15         e4. e [g ()f_"rit" e d]
16
17         \duration{16}
18         dis4()e4
19                 \mark"br2"
20                 r8 [c d] [e f g gis]
21         \duration{4}
22         a-> `f()`e g
23         f-> `d()`cis e
24         \duration{8}    
25         d4^\fermata
26                 \mark"br3"
27
28         r8 `a [`b cis]
29         \duration{16}   [d cis d e]
30         f4()[f e d c]
31         `b4
32         \octave{} \plet{2/3} ['d8 'c8 a8]
33         \plet{1/1}
34         g2
35                 \mark "br4"
36         [g c e g] ['c e g 'c]\octave{'} 
37         [e `g c e] g4^\fermata %()% BUG!
38                 \mark "br5"
39         [g8.(_"a tempo" e g8. )e]
40         a4. g8 [f8 e8 d8 c8]
41         `g2 d2^"tr"
42         c4
43         $}
44
45         score {
46         staff { melodic
47                 music { cad }
48         }
49         commands {
50                 meter 4*4
51                 cadenza 1
52                 grouping 1
53                 goto "br1"
54                 bar "empty"
55                 goto "br2"
56                 bar "empty"
57                 goto "br3"
58                 bar "empty"
59                 goto "br4"
60                 bar "empty"
61                 goto "br5"
62                 bar "empty"
63         }
64 }