]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/timpani.ly
patch::: 1.3.127.jcn4
[lilypond.git] / mutopia / Coriolan / timpani.ly
index e03d9d491ed99ec709a6878d70c9f83d035e76c9..539732b093a03492d9aefd454739856a02d1a28f 100644 (file)
@@ -1,39 +1,31 @@
-\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";
-}
 
 \version "1.3.120";
 
 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 |
-       r2 r4 g4-. |
-       R1*6 |
-       r4 c-.\f r2 |
-       R1*2 |
-       \property Voice.crescendoText = "cresc."
-       \property Voice.crescendoSpanner = "dashed-line"
-       r2 c4-.\p\< r |
-       r2 c4-. r |
-       r2 c4-. r |
-       c r c r |
-       \!c1\ff-\trill |
+       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-.|
+       R1*6|
+       r4 c-.\f r2|
+       R1*2|
+       \property Voice.crescendoText = #"cresc."
+       \property Voice.crescendoSpanner = #'dashed-line
+       r2 c4-.\p\< r|
+       r2 c4-. r|
+       r2 c4-. r|
+       c r c r|
+       \!c1\ff-\trill|
        c8 r g r g r g r|
        g4 r g r|
-       g r c r |
+       g r c r|
        c r c r|
        c r c r|
        c\sf r r2|
@@ -93,9 +85,9 @@ timpani =  \notes \relative c {
        g2:16\ff g4 g|
        g c g c|
        c2:16 c4 c|
-       c c c c |
+       c c c c|
        c2:16 c4 c|
-       c c c c |
+       c c c c|
        R1*8|
        g4 r c r|
        c r g r|
@@ -131,8 +123,8 @@ timpani =  \notes \relative c {
        R1|
        c4-. c-. r2|
        c4-. c-. r2|
-       \property Voice.decrescendoText = "dim."
-       \property Voice.decrescendoSpanner = "dashed-line"
+       \property Voice.decrescendoText = #"dim."
+       \property Voice.decrescendoSpanner = #'dashed-line
        c4\> r g r|
        R1|
        \!c4\p r r2|
@@ -145,14 +137,13 @@ timpani =  \notes \relative c {
 
 timpaniStaff =  \context Staff = timpani <
        \property Staff.midiInstrument = #"timpani"
-       \property Staff.instrument = #"2 Timpani\n(C-G)"
+       \property VoiceCombineStaff.instrument = #'((kern . 0.5)
+       (lines "2 Timpani" "(C-G)"))
        \property Staff.instr = #"Timp."
        \clef "bass";
-       \notes< 
-%              \global
-               \time 4/4;
-               \context Voice=timpani
-                       \timpani
-       >
+       \Time
+       \notes { \key c \major; }
+       \context Voice=timpani
+       \timpani
 >