]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/oboi.ly
patch::: 1.3.89.jcn1
[lilypond.git] / mutopia / Coriolan / oboi.ly
1 \header{
2 filename =       "oboi.ly";
3 % %title =       "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
4 description =    "";
5 composer =       "Ludwig van Beethoven (1770-1827)";
6 enteredby =      "JCN";
7 copyright =      "public domain";
8 }
9
10 \version "1.3.88";
11
12 \include "oboe-1.ly"
13 \include "oboe-2.ly"
14
15 oboiStaff = \context VoiceCombineStaff = oboi <
16         \property VoiceCombineStaff.midiInstrument = #"oboe"
17         \property VoiceCombineStaff.instrument = #"2 Oboi"
18         \property VoiceCombineStaff.instr = #"Ob."
19         \global
20         \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
21                 \context VoiceCombineThread=one \oboeI
22                 \context VoiceCombineThread=two \oboeII
23 >