]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/trombe.ly
release: 1.3.94
[lilypond.git] / mutopia / Coriolan / trombe.ly
index 8a47de80a466566213bd781d0ea48e53f86b3027..76d2aa0596254d49fd0405499a339a1529fce951 100644 (file)
@@ -5,24 +5,23 @@ description =  "";
 composer =      "Ludwig van Beethoven (1770-1827)";
 enteredby =     "JCN";
 copyright =     "public domain";
-
-
 }
 
-\version "1.1.66";
+\version "1.3.93";
 
 \include "trombo-1.ly"
 \include "trombo-2.ly"
 
-$trombe_staff = \context Staff = trombe <
-       \property Staff.midiInstrument = "trumpet"
-       \property Staff.instrument = "2 Trombe (C)"
-       \property Staff.instr = "Tbe."
-       \notes \context Voice=trombe < 
-%              \global
-               \time 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
 >