]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/trombe.ly
release: 1.3.32
[lilypond.git] / mutopia / Coriolan / trombe.ly
index 54fe26bdc66d3362119eef76b87692cf89b945ce..64ce71f818c8210eb984226d96aea9b5cf91723f 100644 (file)
@@ -9,20 +9,23 @@ copyright =    "public domain";
 
 }
 
-\version "1.0.19";
+\version "1.3.4";
 
 \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 < 
+       \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;
-               \$trombo1
-               \$trombo2
+               \context VoiceOne=tromboi
+                       \$trombo1
+               \context VoiceTwo=tromboii
+                       \$trombo2
        >
 >