]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/fagotti.ly
c829f89afa2f5d9fa0a791382d9b95e9081e0d6d
[lilypond.git] / mutopia / Coriolan / fagotti.ly
1 \header{
2 filename =       "fagotti.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.59";
11
12 \include "fagotto-1.ly"
13 \include "fagotto-2.ly"
14
15 fagottiStaff = \context Staff = fagotti <
16         \property Staff.midiInstrument = #"bassoon"
17         \property Staff.instrument = #"2 Fagotti"
18         \property Staff.instr = #"Fg."
19         \clef "bass";
20         \global
21         \context Voice=one \partcombine Voice
22                 \context Thread=one \fagottoI
23                 \context Thread=two \fagottoII
24 >
25