]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/timpani.ly
release: 0.1.62
[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-1792)";
6 enteredby =      "JCN";
7 copyright =      "public domain";
8
9
10 }
11
12 \version "0.1.10";
13
14 timpani = \melodic{
15         \octave c;      
16         R1 *2 | c4-.\ff r r2 | R1 *3 |
17         c4-. r r2 | R1 *3 |
18         c4-. r r2 | r1 |
19         'g4-. r r2 | 'g4-. r r2 |
20         R1 *5 |
21         r2 r4 'g4-. |
22 }
23
24 $timpani_staff = \type Staff = timpani <
25         \property Staff.instrument = "timpani"
26         \clef "bass";
27         \melodic< 
28                 \global;
29                 \$timpani
30         >
31 >
32