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