]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/timpani.ly
release: 1.3.118
[lilypond.git] / mutopia / Coriolan / timpani.ly
index 03d915813219057d87108a749c23b9eb9ae0758b..3426d0cad9a0453b73beb80813069f846f1e0fe8 100644 (file)
@@ -1,24 +1,22 @@
 \header{
-filename =      "timpani.ly";
-%title =        "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
-composer =      "Ludwig van Beethoven (1770-1827)";
-enteredby =     "JCN";
-copyright =     "public domain";
-
-
+filename =      "timpani.ly";
+xtitle =        "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
+description =   "";
+composer =      "Ludwig van Beethoven (1770-1827)";
+enteredby =     "JCN";
+copyright =     "public domain";
 }
 
-\version "1.3.4";
+\version "1.3.117";
 
-timpani = \notes \relative c {
+timpani =  \notes \relative c {
        R1*2 |
        c4-.\ff r r2 |
        R1*3 |
        c4-. r r2 |
        R1*3 |
        c4-. r r2 |
-       r1 |
+       R1 |
        g4-. r r2 |
        g4-. r r2 |
        R1*5 |
@@ -145,16 +143,16 @@ timpani = \notes \relative c {
        R1*18|
 }
 
-$timpani_staff = \context Staff = timpani <
+timpaniStaff =  \context Staff = timpani <
        \property Staff.midiInstrument = #"timpani"
-       \property Staff.instrument = #"2 Timpani (C-G)"
+       \property Staff.instrument = #"2 Timpani\n(C-G)"
        \property Staff.instr = #"Timp."
        \clef "bass";
        \notes< 
 %              \global
                \time 4/4;
-               \context VoiceOne=timpani
-                       \$timpani
+               \context Voice=timpani
+                       \timpani
        >
 >