]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/oboi.ly
patch::: 1.3.136.jcn1
[lilypond.git] / mutopia / Coriolan / oboi.ly
1
2 \version "1.3.120";
3
4 \include "oboe-1.ly"
5 \include "oboe-2.ly"
6
7 oboiStaff =  \context Staff = oboi <
8         \property Staff.midiInstrument = #"oboe"
9         \property Staff.instrument = #"Oboi"
10         \property Staff.instr = #"Ob."
11         \global
12         \context Voice=one \partcombine Voice
13                 \context Thread=one \oboeI
14                 \context Thread=two \oboeII
15 >