]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/oboi.ly
release: 1.3.111
[lilypond.git] / mutopia / Coriolan / oboi.ly
index a6814311b4eda158a525a8034797821ef2852ea0..b061eb417516507d0f68029d828f427c05bd595b 100644 (file)
@@ -5,26 +5,19 @@ description =  "";
 composer =      "Ludwig van Beethoven (1770-1827)";
 enteredby =     "JCN";
 copyright =     "public domain";
-
-
 }
 
-\version "1.3.59";
+\version "1.3.110";
 
 \include "oboe-1.ly"
 \include "oboe-2.ly"
 
-$oboi_staff = \context Staff = oboi <
-       \property Staff.midiInstrument = #"oboe"
-       \property Staff.instrument = #"2 Oboi"
-       \property Staff.instr = #"Ob."
-       %\notes \context Voice=oboi < 
-       \notes \context Staff=oboi < 
-               \global
-               \context VoiceOne=oboei
-                       \$oboe1
-               \context VoiceTwo=oboeii
-                       \$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
 >
-