]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/oboi.ly
release: 1.3.118
[lilypond.git] / mutopia / Coriolan / oboi.ly
index 1c90c9e922842682a30c07827d41c525271636ac..11968850791dd2a20f7478616b3a0707f66597b9 100644 (file)
@@ -1,27 +1,23 @@
 \header{
-filename =      "oboi.ly";
+filename =      "oboi.ly";
 % %title =      "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
-composer =      "Ludwig van Beethoven (1770-1827)";
-enteredby =     "JCN";
-copyright =     "public domain";
-
-
+description =   "";
+composer =      "Ludwig van Beethoven (1770-1827)";
+enteredby =     "JCN";
+copyright =     "public domain";
 }
 
-\version "1.0.2";
+\version "1.3.117";
 
 \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."
-       \melodic \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
 >
-