]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/timpani.ly
patch::: 1.0.12.hwn1
[lilypond.git] / mutopia / Coriolan / timpani.ly
index 8936643c76d54243744b85689ab103207f40cdb7..bb83ba75f59f411d16924f47f33b31a140776196 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.10";
+\version "1.0.6";
 
-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 = \notes \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;
+       \notes< 
+%              \global
+               \time 4/4;
                \$timpani
        >
 >