]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/fagotti.ly
patch::: 1.3.59.uu2.jcn1
[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 }
11
12 \version "1.3.42";
13
14 \include "fagotto-1.ly"
15 \include "fagotto-2.ly"
16
17 $fagotti_staff = \context Staff = fagotti <
18         \property Staff.midiInstrument = #"bassoon"
19         \property Staff.instrument = #"2 Fagotti"
20         \property Staff.instr = #"Fg."
21         \clef "bass";
22         %\notes \context Voice=fagotti < 
23         \notes \context Staff=fagotti < 
24                 \global
25                 \context VoiceOne=fagottoi
26                         \$fagotto1
27                 \context VoiceTwo=fagottoii
28                         \$fagotto2
29         >
30 >
31