]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/oboi.ly
73d216c8698850597e6381b88848554d6b27d58e
[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 }
11
12 \version "1.3.59";
13
14 \include "oboe-1.ly"
15 \include "oboe-2.ly"
16
17 oboiStaff = \context Staff = oboi <
18         \property Staff.midiInstrument = #"oboe"
19         \property Staff.instrument = #"2 Oboi"
20         \property Staff.instr = #"Ob."
21         \global
22         \context Voice=one \partcombine Voice
23                 \context Thread=one \oboeI
24                 \context Thread=two \oboeII
25 >