]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/timpani.ly
release: 1.1.43
[lilypond.git] / mutopia / Coriolan / timpani.ly
1 \header{
2 filename =       "timpani.ly";
3 %title =         "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
4 description =    "";
5 composer =       "Ludwig van Beethoven (1770-1827)";
6 enteredby =      "JCN";
7 copyright =      "public domain";
8
9
10 }
11
12 \version "1.0.19";
13
14 timpani = \notes \relative c {
15         R1 *2 | c4-.\ff r r2 | R1 *3 | c4-. r r2 | R1 *3 |
16         c4-. r r2 | r1 | g4-. r r2 | g4-. r r2 | R1 *5 |
17         %20
18         r2 r4 g4-. | R1*6 | r4 c-.\f r2 | R1*2 | r2 c4-.\p_"\ \ \ cresc." r |
19         r2 c4-. r | r2 c4-. r | c r c r | c1\ff-\trill |
20         %35
21 }
22
23 $timpani_staff = \context Staff = timpani <
24         \property Staff.midiInstrument = "timpani"
25         \property Staff.instrument = "2 Timpani (C-G)"
26         \property Staff.instr = "Timp."
27         \clef "bass";
28         \notes< 
29 %               \global
30                 \time 4/4;
31                 \$timpani
32         >
33 >
34