]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/oboi.ly
release: 1.3.111
[lilypond.git] / mutopia / Coriolan / oboi.ly
index 4df66776c70771b80cb20d3b002fd08c15bfbec1..b061eb417516507d0f68029d828f427c05bd595b 100644 (file)
@@ -5,23 +5,19 @@ description =  "";
 composer =      "Ludwig van Beethoven (1770-1827)";
 enteredby =     "JCN";
 copyright =     "public domain";
-
-
 }
 
-\version "1.0.3";
+\version "1.3.110";
 
 \include "oboe-1.ly"
 \include "oboe-2.ly"
 
-$oboi_staff = \type Staff = oboi <
-       \property Staff.midi_instrument = "oboe"
-       \property Staff.instrument = "2 Oboi"
-       \property Staff.instr = "Ob."
-       \notes \type Voice=oboi < 
-               \global
-               \$oboe1
-               \$oboe2
-       >
+oboiStaff = \context VoiceCombineStaff = oboi <
+       \property VoiceCombineStaff.midiInstrument = #"oboe"
+       \property VoiceCombineStaff.instrument = #"2 Oboi"
+       \property VoiceCombineStaff.instr = #"Ob."
+       \global
+       \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
+               \context VoiceCombineThread=one \oboeI
+               \context VoiceCombineThread=two \oboeII
 >
-