]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/N.W.Gade/parts.ly
patch::: 1.1.31.mb2
[lilypond.git] / mutopia / N.W.Gade / parts.ly
1 \header{
2 title =         "Imellan Fjeldene. Ouverture";
3 composer =      "Niels W Gade";
4 enteredby =     "Mats Bengtsson";
5 latexheaders =  "\\input global";
6 copyright =     "Mats Bengtsson, 1999. Non-commersial copying welcome.\\\\" +
7                 "Typeset from handwritten parts at Statens Musikbibliotek, " +
8                 "Stockholm, Sweden";
9 }
10
11 \version "1.0.14";
12
13 \include "global.ly"
14 \include "wood.ly"
15 \include "brass.ly"
16 \include "strings.ly"
17
18 my_paper = \paper {
19   textheight = 275.0 \mm;
20   \translator {
21     \OrchestralPartStaffContext
22     textScriptPadding = 5.0;
23   }
24 \translator{\VoiceContext
25 \remove Auto_beam_engraver;
26 }
27   \translator { 
28     \ScoreContext
29     SkipBars = 1;
30     markScriptPadding = "6.0";
31     textstyle = "italic";
32   }
33 }
34 %{
35 \score{
36   \type Staff <
37     \global
38     \marks
39     \oboe
40     \oboehelp
41   >
42   \header{
43     instrument = "Oboe";
44   }
45   \paper{
46     \my_paper;
47     output = "oboe";
48   }
49   \midi {
50     \tempo 4=120;
51   }
52 }
53
54 \score{
55   \type Staff <
56     \global
57     \marks
58     \flauto
59     \flautohelp
60   >
61   \header{
62     instrument = "Flauto";
63   }
64   \paper{
65     \my_paper;
66     output = "flauto";
67   }
68   \midi {
69     \tempo 4=120;
70   }
71 }
72
73 \score{
74   \type Staff <
75     \globalNoKey
76     \marks
77     \clarI
78   >
79   \header{
80     instrument = "Clarinetto I in B\\textflat";
81   }
82   \paper{
83     \my_paper;
84     output = "clarI";
85   }
86   \midi {
87     \tempo 4=120;
88   }
89 }
90
91 \score{
92   \type Staff <
93     \globalNoKey
94     \marks
95     \clarII
96   >
97   \header{
98     instrument = "Clarinetto II in B\\textflat";
99   }
100   \paper{
101     \my_paper;
102     output = "clarII";
103   }
104   \midi {
105     \tempo 4=120;
106   }
107 }
108
109 \score{
110   \type Staff <
111     \global
112     \marks
113     \fagotto
114   >
115   \header{
116     instrument = "Fagotto";
117   }
118   \paper{
119     \my_paper;
120     output = "fagotto";
121   }
122   \midi {
123     \tempo 4=120;
124   }
125 }
126
127 \score{
128   \type Staff <
129     \globalNoKey
130     \marks
131     \corI
132     \corIhelp
133   >
134   \header{
135     instrument = "Corno I in F";
136   }
137   \paper{
138     \my_paper;
139     output = "corI";
140   }
141   \midi {
142     \tempo 4=120;
143   }
144 }
145 %}
146 \score{
147   \type Staff <
148     \globalNoKey
149     \marks
150     \corII
151     \corIIhelp
152   >
153   \header{
154     instrument = "Corno II in F";
155   }
156   \paper{
157     \my_paper;
158     output = "corII";
159   }
160   \midi {
161     \tempo 4=120;
162   }
163 }
164 %{
165 \score{
166   \type Staff <
167     \globalNoKey
168     \marks
169     \trpI
170     \trpIhelp
171   >
172   \header{
173     instrument = "Tromba I in B\\textflat";
174   }
175   \paper{
176     \my_paper;
177     output = "trpI";
178   }
179   \midi {
180     \tempo 4=120;
181   }
182 }
183
184 \score{
185   \type Staff <
186     \globalNoKey
187     \marks
188     \trpII
189     \trpIIhelp
190   >
191   \header{
192     instrument = "Tromba II in B\\textflat";
193   }
194   \paper{
195     \my_paper;
196     output = "trpII";
197   }
198   \midi {
199     \tempo 4=120;
200   }
201 }
202
203 \score{
204   \type Staff <
205     \globalNoKey
206     \marks
207     \timpani
208     \timphelp
209   >
210   \header{
211     instrument = "Timpani";
212   }
213   \paper{
214     \my_paper;
215     output = "timpani";
216   }
217   \midi {
218     \tempo 4=120;
219   }
220 }
221
222 \score{
223   \type Staff <
224     \global
225     \marks
226     \viI
227   >
228   \header{
229     instrument = "Violino I";
230   }
231   \paper{
232     \my_paper;
233     output = "viI";
234   }
235   \midi {
236     \tempo 4=120;
237   }
238 }
239
240 \score{
241   \type Staff <
242     \global
243     \marks
244 %    \notes{s2.*32 s2*141 \break}
245     \viII
246   >
247   \header{
248     instrument = "Violino II";
249   }
250   \paper{
251     \my_paper;
252     output = "viII";
253   }
254   \midi {
255     \tempo 4=120;
256   }
257 }
258
259 \score{
260   \type Staff <
261     \global
262     \marks
263     \notes{s2.*32 s2*142 \break}
264     \vla
265   >
266   \header{
267     instrument = "Viola";
268   }
269   \paper{
270     \my_paper;
271     output = "viola";
272   }
273   \midi {
274     \tempo 4=120;
275   }
276 }
277
278 \score{
279   \type Staff <
280     \global
281     \marks
282     \vlc
283   >
284   \header{
285     instrument = "Violoncello";
286   }
287   \paper{
288     \my_paper;
289     output = "violoncello";
290   }
291   \midi {
292     \tempo 4=120;
293   }
294 }
295
296 \score{
297   \type Staff <
298     \global
299     \marks
300     \cb
301   >
302   \header{
303     instrument = "Contrabasso";
304   }
305   \paper{
306     \my_paper;
307     output = "cb";
308   }
309   \midi {
310     \tempo 4=120;
311   }
312 }
313 %}