]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/trombe.ly
release: 1.3.94
[lilypond.git] / mutopia / Coriolan / trombe.ly
index 64ce71f818c8210eb984226d96aea9b5cf91723f..76d2aa0596254d49fd0405499a339a1529fce951 100644 (file)
@@ -5,27 +5,23 @@ description =  "";
 composer =      "Ludwig van Beethoven (1770-1827)";
 enteredby =     "JCN";
 copyright =     "public domain";
-
-
 }
 
-\version "1.3.4";
+\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 < 
-       \notes \context Staff=trombe < 
-%              \global
-               \time 4/4;
-               \context VoiceOne=tromboi
-                       \$trombo1
-               \context VoiceTwo=tromboii
-                       \$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
 >