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