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