]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/fagotti.ly
a5226850a4f6b03a90bc26d1a240565bb238bd50
[lilypond.git] / mutopia / Coriolan / fagotti.ly
1
2 \version "1.3.120";
3
4 \include "fagotto-1.ly"
5 \include "fagotto-2.ly"
6
7 fagottiStaff =  \context Staff = fagotti <
8         \property Staff.midiInstrument = #"bassoon"
9         \property Staff.instrument = #"2 Fagotti"
10         \property Staff.instr = #"Fg."
11         \clef "bass";
12         %\property Staff.clefGlyph = #"clefs-F"
13         %\property Staff.clefPosition = #2
14         \global
15         \context Voice=one \partcombine Voice
16                 \context Thread=one \fagottoI
17                 \context Thread=two \fagottoII
18 >
19