]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/timpani.ly
release: 1.0.8
[lilypond.git] / mutopia / Coriolan / timpani.ly
index 3c3bd64aa9b66a33f2df400518b74d12f8371163..1c7f7642cfa6e8c1fa4c78363bab8c04e3127661 100644 (file)
@@ -2,30 +2,32 @@
 filename =      "timpani.ly";
 %title =        "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
 description =   "";
-composer =      "Ludwig van Beethoven (1770-1792)";
+composer =      "Ludwig van Beethoven (1770-1827)";
 enteredby =     "JCN";
 copyright =     "public domain";
 
 
 }
 
-\version "0.1.9";
+\version "1.0.2";
 
-timpani = \melodic{
-       \octave c;      
-       r1*2 | c4-.\ff r r2 | r1*3 |
-       c4-. r r2 | r1*3 |
-       c4-. r r2 | r1 |
-       'g4-. r r2 | 'g4-. r r2 |
-       r1*5 |
-       r2 r4 'g4-. |
+timpani = \melodic \relative c {
+       R1 *2 | c4-.\ff r r2 | R1 *3 | c4-. r r2 | R1 *3 |
+       c4-. r r2 | r1 | g4-. r r2 | g4-. r r2 | R1 *5 |
+       %20
+       r2 r4 g4-. | R1*6 | r4 c-.\f r2 | R1*2 | r2 c4-.\p_"\ \ \ cresc." r |
+       r2 c4-. r | r2 c4-. r | c r c r | c1\ff-\trill |
+       %35
 }
 
 $timpani_staff = \type Staff = timpani <
-       \property Staff.instrument = "timpani"
+       \property Staff.midi_instrument = "timpani"
+       \property Staff.instrument = "2 Timpani (C-G)"
+       \property Staff.instr = "Timp."
        \clef "bass";
        \melodic< 
-               \global;
+%              \global
+               \time 4/4;
                \$timpani
        >
 >