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