lilypond-0.0.38
[lilypond.git] / input / cadenza.ly
blob76095fc06e4e3fe6128313726c4a2fbb293ccfb6
2 % Cadenza to Mozart Horn/3
4 % author: unknown. Copyright: none
7 cad = music { $
8 \duration { 8}
9 \textstyle "italic"
10 \clef \violin
11 'c4._"f" g8
12 \textstyle "roman"
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]
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
32 r8 `a [`b cis]
33 \duration{16} [d cis d e]
34 f4()[f e d c]
35 `b4
36 \octave{} ['d8 'c8 a8]2/3
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"
48 score {
49 staff { melodic
50 music { cad }
52 commands {
53 cadenza {1}
54 grouping{1*4}
56 paper {}
57 midi { tempo 4:80 }