]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/oboi.ly
release: 1.3.111
[lilypond.git] / mutopia / Coriolan / oboi.ly
index 86ba75309c66b944159a7f5607f56d28dcc2e11e..b061eb417516507d0f68029d828f427c05bd595b 100644 (file)
@@ -2,24 +2,22 @@
 filename =      "oboi.ly";
 % %title =      "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
 description =   "";
-composer =      "Ludwig van Beethoven (1770-1792)";
+composer =      "Ludwig van Beethoven (1770-1827)";
 enteredby =     "JCN";
 copyright =     "public domain";
-
-
 }
 
-\version "0.1.14";
+\version "1.3.110";
 
 \include "oboe-1.ly"
 \include "oboe-2.ly"
 
-$oboi_staff = \type Staff = oboi <
-       \property Staff.instrument = "oboe"
-       \melodic< 
-               \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
 >
-