]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/trombe.ly
release: 1.3.94
[lilypond.git] / mutopia / Coriolan / trombe.ly
index 2d70dd71a91035d73a2e2f2c0ed5f24947c0925a..76d2aa0596254d49fd0405499a339a1529fce951 100644 (file)
@@ -2,24 +2,26 @@
 filename =      "trombe.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.3.93";
 
 \include "trombo-1.ly"
 \include "trombo-2.ly"
 
-$trombe_staff = \type Staff = trombe <
-       \melodic< 
-%              \global;
-               \meter 4/4;
-               \$trombo1
-               \$trombo2
-       >
+trombeStaff = \context VoiceCombineStaff = trombe <
+       \context VoiceCombineStaff=trombe {
+               \property VoiceCombineStaff.midiInstrument = #"trumpet"
+               \property VoiceCombineStaff.instrument = #"2 Trombe\n(C)"
+               \property VoiceCombineStaff.instr = #"Tbe.\n(C)"
+               \skip 1*314; 
+               \bar "|."; 
+       }
+       \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
+               \context VoiceCombineThread=one \tromboI
+               \context VoiceCombineThread=two \tromboII
 >