fix auto midi generation and other minor mods
[music.git] / victoria / missa-trahe-me-post-te / gloria.ly
1 \version "2.18.0"
2 #(set-global-staff-size 16)
3
4 italicas=\override LyricText.font-shape = #'italic
5 rectas=\override LyricText.font-shape = #'upright
6
7
8 \header{
9   composer="Tomás Luis de Victoria"
10   title="2. GLORIA IN EXCELSIS DEO"
11   subtitle="de la misa Trahe me post te"
12   footer="Editado con LilyPond"
13   tagline=""
14   poet = "(original en claves altas)"
15 }
16
17
18 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
19
20 global={
21   \key bes \major \time 2/2 
22   \override Score.BarNumber.font-size = #2
23   \override Score.BarNumber.self-alignment-X = #LEFT
24 }
25
26 inton=\relative c {
27   \set Score.timing = ##f
28   f4 d4( f4) f4 g4 a4( bes4) g4( f2 g4) f4 d4( ees4 f4) f2
29 }
30
31 textinton = \lyricmode {
32   Glo -- ri -- a in ex --  cel -- sis De -- o.
33 }
34
35 cantus={
36   \transpose c' bes {
37     R1*4/4 |
38     R1*4/4 |
39     R1*4/4 |
40     c''4. c''8 b'4 c'' |
41     %5
42     d''2 c''4 e'' |
43     e'' e'' f'' e'' |
44     d'' e''4. e''8 e''4 |
45     f'' e''8 e'' d''4 d'' |
46     c''8 e'' e'' e'' f''4 d'' |
47     %10
48     e'' e''4. e''8 e''4 |
49     f'' f''8 f'' f''2 |
50     e''4 e''2 d''4 |
51     e'' a' b' e'' |
52     d''  c''8[ d'' e'' f''] g''4 ~ |
53     %15
54     g'' fis'' g''2 |
55     r r4 e'' |
56     d'' d'' c'' a' |
57     c'' c'' d''2 |
58     e'' r |
59     %20
60     r r4 e'' |
61     c'' c'' d''2 |
62     b'4 c''2 a'4 |
63     b'4. b'8 g'4  a'8[ b'] |
64     c''[ d'' e'' f''] g''4 c'' |
65     %25
66     e''2 d'' ~ |
67     d''1 \bar "||" \break
68     r2 g'' |
69     e''4 c'' d''2 |
70     c''4 e''2 d''4 |
71     %30
72     c'' b' a' c'' ~ |
73     c'' b' a' g' |
74     a'8[ f'] f''2  e''8[ d''] |
75     c''[ d'' e'' c''] d''2 |
76     c'' r4 g'' ~ |
77     %35
78     g'' f'' e''2 |
79     d'' c'' |
80     r4 g''2 f''4 |
81     e''2 d'' |
82     c''1 ~
83     %40
84     c''  \bar "||" \break
85     e''2 f''4 f''8 f'' |
86     f'' e'' d''4 d'' d''8 d'' |
87     e'' e'' e''4 e'' cis'' |
88     d'' d''8 d'' d'' d'' d''4 |
89     %45
90     d'' d''2 e''4 |
91     e'' f''4. f''8 f'' f'' |
92     e'' d'' d''4 d''2 |
93     r4 e'' c''2 |
94     c''4 c'' d'' c'' |
95     %50
96     d'' g''2 fis''4 |
97     g''2 r4 g'' ~ |
98     g'' f'' e'' d'' |
99     f'' e'' d'' g'' ~ |
100     g'' e'' e''2 |
101     %55
102     r4 e'' f''2 |
103     e''4 e''2 d''4 |
104     e''1 ~ | 
105     e'' |
106     r2 r4 e'' |
107     %60
108     f''2 e''4 e'' |
109     c'' d'' e'' e'' |
110     d''1 |
111     r4 d''2 e''4 |
112     c''2 c'' ~ |
113     %65
114     c'' r |
115     R1*4/4 |
116     r4 e'' e'' e'' |
117     f'' e''8 e'' d''4 e'' |
118     r c''4. d''8 e''4 |
119     %70
120     d''8[ c''] c''2 b'4 |
121     c''1 ~ |
122     c'' ~ |
123     c'' \bar "|."
124   }
125 }
126
127 altus={
128   \transpose c' bes {
129     R1*4/4 |
130     R1*4/4 |
131     R1*4/4 |
132     R1*4/4 |
133     %5
134     r4 g' g' g' |
135     a' g' f' g' ~ |
136     g'8 g' g'4 c' c'' ~ |
137     c'' c'' a' g' |
138     a'2 r |
139     %10
140     r4 g'4. g'8 g'4 |
141     a' a'8 a' a'2 |
142     g'1 |
143     R1*4/4 |
144     R1*4/4 |
145     %15
146     r4 c'' b' b' |
147     a'8[ b' c'' a'] b'4 c'' |
148     a'2 a'4 a' ~ |
149     a' g' a' g' |
150     g'1 |
151     %20
152     R1*4/4 |
153     r4 a' f' f' |
154     g' e' f'2 |
155     d'4 e'4. e'8 c'4 |
156     f'  e'8[ d'] c'4 g' |
157     %25
158     g'2 g' ~ |
159     g'1 |
160     c''2 b'4 g' |
161     a'2 g' |
162     r4 c''2 b'4 |
163     %30
164     a' g' a' f' |
165     e'2 r4 c'' ~ |
166     c'' b' a' g' |
167     a'2 g'4 g' ~ |
168     g' f' e'2 |
169     %35
170     d' c'4 c'' ~ |
171     c'' b' a'2 |
172     g'4. a'8 b'4 a' |
173     c''8[ b' a' g'] f'4 g' |
174     a'8[ g' f' e'] f'2 |
175     %40
176     c'1 |
177     c''2 c''4 c''8 c'' |
178     c'' c'' b'4 a'2 |
179     r e' |
180     fis'4 fis'8 fis' fis' g'  g'[ fis'] |
181     %45
182     g'4 b'2 c''4 |
183     c'' c''4. c''8 c'' c'' |
184     c'' b' a'4 b'2 |
185     R1*4/4 |
186     R1*4/4 |
187     %50
188     r2 r4 c'' ~ |
189     c'' b' a' g' |
190     c'' a' r b'8 b' |
191     c'' a' c''2 b'4 |
192     c'' g'2 a'4 |
193     %55
194     a' c'' a' b' ~ |
195     b' c''2  b'8[ a'] |
196     b'2 a'4 c'' |
197     b' a' c''4. b'8 |
198     a'4 g' g'2 |
199     %60
200     R1*4/4 |
201     R1*4/4 |
202     R1*4/4 |
203     r4 b'2 c''4 |
204     a'2 g'4 g' |
205     %65
206     a' c''  c''8[ b' a' g'] |
207     a'4 f'  g'8[ f' e' d'] |
208     e'2 r |
209     r r4 e' |
210     e' e' f' g'8 g' |
211     %70
212     a'4 a' g'2 |
213     e'4 e'8 e' f'4 g' |
214     a'1 |
215     g'
216   }
217 }
218
219 altusdos={
220   \transpose c' bes {
221     g'4. g'8 g'4 g' |
222     a' g' f' g' |
223     g'8[ f' e' d'] e'4 e'8 e' |
224     e'4 fis' g'2 |
225     %5
226     f'4 d' e'2 ~ |
227     e' r |
228     R1*4/4 |
229     R1*4/4 |
230     r8 c'' c'' c'' a'4 g' |
231     %10
232     g' c''4. c''8 c''4 |
233     c'' c''8 c'' c''2 |
234     c'' r4 g' ~ |
235     g' fis' g' e' |
236     g'2 c'4 d' |
237     %15
238     e' c' r g' |
239     f'4 f' e' c' |
240     d'8[ e' f' g']  a'[ b'] c''4 |
241     a' c''2 b'4 |
242     c''2 r2 |
243     %20 
244     r4 g'2 e'4 |
245     e'4 f'2 d'4 |
246     e'2 c'4 d' ~ |
247     d'8 d' b4 c'2 |
248     a4 c'4.  d'8[ e' f'] |
249     %25
250     g'[ c'] c''2 b'4 |
251     b'1 |
252     R1*4/4 |
253     c''2 b'4 g' |
254     a'2 g' |
255     %30
256     r r4 a' ~ |
257     a' g' f' e' |
258     f' d' c'2 |
259     r4 c''2 b'4 |
260     c''2 g'4. a'8 |
261     %35
262     b'4 a' c''2 |
263     g'4 g'2 f'4 |
264     e'2 d' |
265     c'4 c''4. a'8 b'4 |
266     c''8[ b' a' g'] a'2 |
267     %40
268     g'1 |
269     g'2 a'4 a'8 a' |
270     a' g' g'4 f' a'8 a' |
271     c'' c'' b'4 cis'' a' |
272     a' a'8 a' a' bes' a'4 |
273     %45
274     g' g'2 g'4 |
275     g' a'4. a'8 a' a' |
276     g' g'  g'[ fis'] g'2 ~ |
277     g' r |
278     R1*4/4 |
279     %50
280     R1*4/4 |
281     R1*4/4 |
282     r4 c''2 b'4 |
283     a' g' g'2 |
284     g' r4 c'' ~ |
285     %55
286     c'' a' a' d' |
287     g'2 a'4 a' ~ |
288     a' gis' a'2 |
289     r4 e' a' g' |
290     f' d' e'8 g' a'4 ~ |
291     %60
292     a' b'2 c''4 |
293     c''  b'8[ a'] b'4 c'' |
294     b'  a'8[ g'] a'4 a' |
295     b' g'2 g'4 |
296     f'2 e' |
297     %65
298     r4 g' a' c'' |
299     c'' b' c'' g' |
300     g' g' a' g'8 g' |
301     f'4 g'  g'8[ f' e' d'] |
302     c'2 c' |
303     %70
304     r r4 g' |
305     g' g' a' g'8 g' |
306     f'4 c' f'2 ~ |
307     f'4  e'8[ d'] e'2
308   }
309 }
310
311 tenor={
312   \transpose c' bes {
313     r2 e'4. e'8 |
314     e'4 e' f' e' |
315     d' g' g' c' ~ |
316     c'8 c' c' c' d'4 c' ~ |
317     %5
318     c' b c'2 |
319     R1*4/4 |
320     r2 g'4. g'8 |
321     a'[ g']  g'[ f'16 e'] f'4 d' |
322     e'8 e' e' c' d' c'4 b8 |
323     %10
324     c'2 r4 c' ~ |
325     c'8 c' c'4 c' c'8 c' |
326     c'2 g |
327     r4 d'2 cis'4 |
328     d' e' a b8 b |
329     %15
330     c'2 d' |
331     r4 a' g' g' |
332     f' d' f'2 ~ |
333     f'4 e' f' g' |
334     c' e'8 e' e'4 d'8 b |
335     %20
336     c'4 d' e'2 |
337     R1*4/4 |
338     R1*4/4 |
339     r4 g'2 f'4 |
340     a'  g'8[ f'] e'4. d'8 |
341     %25
342     c'2 d' ~ |
343     d'1 |
344     R1*4/4 |
345     R1*4/4 |
346     R1*4/4 |
347     %30
348     R1*4/4 |
349     R1*4/4 |
350     R1*4/4 |
351     R1*4/4 |
352     R1*4/4 |
353     %35
354     R1*4/4 |
355     R1*4/4 |
356     R1*4/4 |
357     R1*4/4 |
358     R1*4/4 |
359     %40
360     R1*4/4 |
361     c'2 c'4 c'8 c' |
362     c' c' d'4 d' f'8 f' |
363     g' a'  a'[ gis'] a'4 a |
364     d' d'8 d' d' g d'4 |
365     %45
366     g d'2 c'4 |
367     c' c'4. c'8 c' c' |
368     c' d' d'4 d' g' |
369     e'2 e'4 e' |
370     f' e' d' f' ~ |
371     %50
372     f'8[ e'] d'4 c'2 |
373     d'4 g' e'2 |
374     c' g' |
375     c' d' |
376     e'1 ~ |
377     %55
378     e'2 r |
379     R1*4/4 |
380     r4 e' e'2 |
381     e' e'4. d'8 |
382     c'4 b c' a |
383     %60
384     r d' g'2 |
385     a' g'4 a' ~ |
386     a'8[ g'] g'2 fis'4 |
387     g' d'2 c'4 |
388     c'2 c'4 c' |
389     %65
390     f' e' f'4. e'8 |
391     f'4 d' c'2 ~ |
392     c' r |
393     r r4 g' |
394     g' a' a' g'8 g' |
395     %70
396     f'4 f' d'2 |
397     c'1 ~ |
398     c' ~ |
399     c'
400   }
401 }
402
403 bassus={
404   \transpose c' bes {
405     r2 c'4. c'8 |
406     c'4 c' d' c' |
407     b c'  c'8[ b a g] |
408     a4 a8 a g4 e |
409     %5
410     f g c c' |
411     c' c' d' c' |
412     b c'4. c'8 c'4 |
413     f c'8 c' d'4 bes |
414     a8 a a a f4 g |
415     %10
416     c c'4. c'8 c'4 |
417     f f8 f f2 |
418     c4 c'2 b4 |
419     c' d' g a |
420     b c'2 b4 |
421     %15
422     a2 g |
423     R1*4/4 |
424     R1*4/4 |
425     R1*4/4 |
426     r4 c'8 c' c'4 b8 g |
427     %20
428     a4 b c' c' |
429     a a bes2 |
430     g4 a2 f4 |
431     g4. g8 e4 f ~ |
432     f c c2 ~ |
433     %25
434     c g ~ |
435     g1 |
436     R1*4/4 |
437     R1*4/4 |
438     R1*4/4 |
439     %30
440     R1*4/4 |
441     R1*4/4 |
442     R1*4/4 |
443     R1*4/4 |
444     R1*4/4 |
445     %35
446     R1*4/4 |
447     R1*4/4 |
448     R1*4/4 |
449     R1*4/4 |
450     R1*4/4 |
451     %40
452     R1*4/4 |
453     c2 f4 f8 f |
454     f c g4 d d'8 d' |
455     c' a e'4 a2 |
456     R1*4/4 |
457     %45
458     r4 g2 c4 |
459     c f4. f8 f f |
460     c' g d4 g2 |
461     r4 c' a2 |
462     a4 a bes a |
463     %50
464     bes2 a |
465     g c' |
466     a g |
467     f4 c g2 |
468     c4 c'2 a4 |
469     %55
470     a a d'2 |
471     e' f' |
472     e'4 e a2 |
473     gis4 a4.  g16[ f] e4 |
474     f g c c' |
475     %60
476     d'2 e' |
477     f' e'4 c' |
478     d'1 |
479     r4 g2 e4 |
480     f2 c |
481     %65
482     R1*4/4 |
483     R1*4/4 |
484     r4 c' c' c' |
485     d' c'8 c' b4 c' |
486     c'8[ b a g] f4 e |
487     %70
488     f2 g |
489     c4 c'8 c' f4 e |
490     f1 |
491     c
492   }
493 }
494
495 textocantus=\lyricmode{
496   bo -- nae vo -- lun -- ta -- tis. 
497   Lau -- da -- mus te.
498   Be -- ne -- di -- ci -- mus te.
499   Ad -- o -- ra -- mus te.
500   Glo -- ri -- fi -- ca -- mus te.
501   Gra -- ti -- as a -- gi -- mus ti -- bi,
502   pro -- pter mag -- nam glo -- ri -- am tu -- _ _ _ _ _ am.
503   Do -- mi -- ne De -- us,
504   Rex coe -- le -- stis,
505   Do -- mi -- ne Fi -- li u -- ni -- ge -- ni -- te,
506   Je -- _ _ _ _ _ _ su Chri -- ste. __
507   Do -- mi -- ne De -- us A -- gnus De -- _ i,
508   A -- gnus De -- _ _ _ _ _ _ _ _ _ _ _ i,
509   Fi -- li -- us Pa -- tris,
510   Fi -- li -- us Pa -- tris. __
511   Qui tol -- lis pec -- ca -- ta mun -- di mi -- se -- re -- re no -- bis.
512   Qui tol -- lis pec -- ca -- ta mun -- di,
513   su -- sci -- pe de -- pre -- ca -- ti -- o -- nem no -- stram.
514   Qui se -- des ad dex -- te -- ram Pa -- _ tris,
515   mi -- se -- re -- re no -- _ bis.
516   Quo -- ni -- am tu so -- lus san -- _ ctus. __
517   Tu so -- lus Al -- tis -- _ _ si -- mus,
518   Je -- su Chri -- ste. __
519   in glo -- ri -- a De -- i Pa -- tris.
520   A -- _ _ _ _ _ _ men. __
521 }
522
523 textoaltus=\lyricmode{
524   Lau -- da -- mus te.
525   Be -- ne -- di -- ci -- mus te.
526   Ad -- do -- ra -- mus te.
527   Gra -- ti -- as a -- gi -- mus ti -- bi,
528   Do -- mi -- ne De -- _ _ _ _ us,
529   Rex coe -- le -- _ _ _ stis,
530   Do -- mi -- ne Fi -- li u -- ni -- ge -- ni -- te,
531   Je -- _ _ _ su Chri -- ste. __
532   Do -- mi -- ne De -- us A -- gnus De -- _ _ _ i,
533   A -- gnus De -- _ _ i,
534   Fi -- li -- us Pa -- tris,
535   Fi -- li -- us Pa -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ tris.
536   Qui tol -- lis pec -- ca -- ta mun -- di,
537   qui tol -- lis pec -- ca -- ta mun -- _ di,
538   su -- sci -- pe de -- pre -- ca -- ti -- o -- nem no -- stram.
539   mi -- se -- re -- re no -- bis,
540   mi -- se -- re -- re no -- _ bis.
541   Quo -- ni -- am tu so -- lus__ san -- _ _ _ ctus.
542   Tu so -- lus Do -- _ _ mi -- nus
543   Je -- su Chri -- ste.
544   Cum San -- cto Spi -- _ _ _ _ ri -- tu __ _ _ _ _ 
545   in glo -- ri -- a De -- i Pa -- tris.
546   A -- men,
547   De -- i Pa -- tris. 
548   A -- men.
549 }
550
551 textoaltusdos=\lyricmode{
552   Et in ter -- ra pax ho -- mi -- ni -- bus __ _ _ _ _ 
553   bo -- nae vo -- lun -- ta -- _ _ tis. __
554   Glo -- ri -- fi -- ca -- mus te.
555   Gra -- ti -- as a -- gi -- mus ti -- bi,
556   pro -- pter mag -- nam glo -- ri -- am tu -- am.
557   Do -- mi -- ne De -- us,
558   Rex _ _ _ _ _ _ coe -- le -- _ stis,
559   Do -- mi -- ne Fi -- li u -- ni -- ge -- ni -- te,
560   Je -- su Chri -- _ _ _ _ _ _ _ ste.
561   Do -- mi -- ne De -- us A -- _ gnus De -- _ _ i,
562   Fi -- li -- us Pa -- _ _ _ _ tris,
563   Fi -- li -- us Pa -- tris,
564   Fi -- li -- us Pa -- _ _ _ _ tris.
565   Qui tol -- lis pec -- ca -- ta mun -- di mi -- se -- re -- re no -- bis.
566   Qui tol -- lis pec -- ca -- ta mun -- di,
567   su -- sci -- pe de -- pre -- ca -- ti -- o -- nem no -- _ stram. __
568   mi -- se -- re -- re no -- bis.
569   Quo -- ni -- am tu so -- lus san -- _ ctus.
570   Tu so -- lus Do -- mi -- nus,
571   tu so -- lus Al -- tis -- _ _ _ _ _ _ _ _ si -- mus
572   Je -- su Chri -- ste.
573   Cum San -- cto Spi -- ri -- tu in glo -- ri -- a De -- i Pa -- tris.
574   A -- _ _ _ _ men,
575   in glo -- ri -- a De -- i Pa -- tris.
576   A -- _ _ men. 
577 }
578
579 textotenor=\lyricmode{
580   Et in ter -- ra pax ho -- mi -- ni -- bus bo -- nae vo -- lun -- ta -- _ _ tis.
581   Ad -- o -- ra -- _ _ _ _ _ mus te.
582   Glo -- ri -- fi -- ca -- mus _ te.
583   Gra -- ti -- as a -- gi -- mus ti -- bi,
584   pro -- pter mag -- nam glo -- ri -- am tu -- am.
585   Do -- mi -- ne De -- us,
586   Rex __ coe -- le -- _ stis,
587   De -- us Pa -- ter o -- mni -- po -- tens.
588   Je -- su Chri -- _ _ _ _ _ ste. __
589   Qui tol -- lis pec -- ca -- ta mun -- di mi -- se -- re -- re no -- _ bis.
590   Qui tol -- lis pec -- ca -- ta mun -- di,
591   su -- sci -- pe de -- pre -- ca -- ti -- o -- nem no -- stram.
592   Qui se -- des ad dex -- te -- ram Pa -- _ _ _ tris, 
593   mi -- se -- re -- re no -- bis. __ _
594   Tu so -- lus Do -- _ _ mi -- nus.
595   Tu,
596   tu so -- lus Al -- tis -- _ _ si -- mus,
597   Je -- su Chri -- ste. 
598   cum San -- cto Spi -- _ _ ri -- tu __
599   in glo -- ri -- a De -- i Pa -- tris.
600   A -- men. __ 
601 }
602
603 textobassus=\lyricmode{
604   Et in ter -- ra pax ho -- mi -- ni -- bus __ _ _ _ _ 
605   bo -- nae vo -- lun -- ta -- _ tis.
606   Lau -- da -- mus te.
607   Be -- ne -- di -- ci -- mus te.
608   Ad -- o -- ra -- mus te.
609   Glo -- ri -- fi -- ca -- mus te.
610   Gra -- ti -- as a -- gi -- mus ti -- bi,
611   pro -- pter mag -- nam glo -- ri -- am tu -- _ _ am.
612   De -- us Pa -- ter o -- mni -- po -- tens.
613   Do -- mi -- ne Fi -- li u -- ni -- ge -- ni -- te,
614   Je -- su Chri -- ste. __
615   Qui tol -- lis pec -- ca -- ta mun -- di mi -- se -- re -- re no -- bis.
616   su -- sci -- pe de -- pre -- ca -- ti -- o -- nem no -- stram.
617   Qui se -- des ad dex -- te -- ram Pa -- tris,
618   mi -- se -- _ re -- re no -- bis.
619   Quo -- ni -- am tu so -- lus san -- ctus.
620   Tu so -- lus Do -- _ _ _ _ mi -- nus.
621   Tu so -- lus Al -- tis -- si -- mus,
622   Je -- su Chri -- ste.
623   in glo -- ri -- a De -- i Pa -- tris.
624   A -- _ _ _ _ _ _ _ men,
625   De -- i pa -- tris.
626   A -- men.
627
628 }
629
630 \score {
631   \new Staff <<
632     \new Voice = "int" { \global \inton }
633     \new Lyrics = "int" \lyricsto "int" \textinton
634   >>
635   \layout {
636     line-width=19.2 \cm
637     interscoreline= 0.0 \cm
638     interscorelinefill= 1.0
639     textheight= 26.8 \cm
640     %   first-page-number = no
641     \context { \Lyrics \override LyricText.font-size = #2 }
642     %   \context { \Staff \RemoveEmptyStaves }
643     \context { \Score \override BarNumber.padding = #2 }
644
645     \context {
646       \Staff     
647       \clef "G_8"
648       \remove "Time_signature_engraver"
649       \remove "Bar_engraver"
650       \hide Stem
651     }
652     \context {
653       \Voice
654       %      \override Stem.length = #0
655     }
656     \context {
657       \Score
658       barAlways = ##f
659     }
660   }
661
662 }
663
664 \score {
665   
666   
667   \new ChoirStaff <<
668     \new Staff = "v1" {
669       \set Staff.instrumentName = "Cantus"
670       \set Staff.shortInstrumentName = "C"
671       \clef treble
672       \new Voice = "v1" {
673         \global
674         \cantus
675       }
676     }
677     \new Lyrics = "v1"
678
679     \context Lyrics="v1" {
680       \lyricsto "v1" {
681         \textocantus
682       }
683     }
684     
685     \new ChoirStaff  \with { systemStartDelimiter=#'SystemStartBrace } <<
686       \new Staff = "v2" {
687         \set Staff.instrumentName = "Altus 1"
688         \set Staff.shortInstrumentName = "A1"
689         \clef treble
690         \new Voice = "v2" {
691           \global
692           \altus
693         }
694       }
695       \new Lyrics = "v2"
696
697       \context Lyrics="v2" {
698         \lyricsto "v2" {
699           \textoaltus
700         }
701       }
702
703       \new Staff = "v3" {
704         \set Staff.instrumentName = "Altus 2"
705         \set Staff.shortInstrumentName = "A2"
706         \clef treble
707         \new Voice = "v3" {
708           \global
709           \altusdos
710         }
711       }
712       \new Lyrics = "v3"
713
714       \context Lyrics="v3" {
715         \lyricsto "v3" {
716           \textoaltusdos
717         }
718       }
719     >>
720
721     \new Staff = "v4" {
722       \set Staff.instrumentName = "Tenor"
723       \set Staff.shortInstrumentName = "T"
724       \clef "G_8"
725       \new Voice = "v4" {
726         \global
727         \tenor
728       }
729     }
730     \new Lyrics = "v4"
731
732     \context Lyrics="v4" {
733       \lyricsto "v4" {
734         \textotenor
735       }
736     }
737
738     \new Staff = "v5" {
739       \set Staff.instrumentName = "Bassus"
740       \set Staff.shortInstrumentName = "B"
741       \clef bass
742       \new Voice = "v5" {
743         \global
744         \bassus
745       }
746     }
747     
748     \context Lyrics="v5" {
749       \lyricsto "v5" {
750         \textobassus
751       }
752     }
753   >>
754   %
755
756   \midi { \tempo 4 = 120 }
757
758   \layout {
759     line-width=19.2 \cm
760     interscoreline= 0.0 \cm
761     interscorelinefill= 1.0
762     textheight= 26.8 \cm
763     %   first-page-number = no
764     \context { \Lyrics \override LyricText.font-size = #2 }
765     \context { \Staff \RemoveEmptyStaves }
766     \context { \Score \override BarNumber.padding = #2 }
767     \context {
768       \Voice
769       \consists "Ambitus_engraver"
770     }
771  %  \set Score.defaultBarType = #"'"
772   }
773 }
774
775
776
777
778
779 \paper {
780   print-page-number = ##f
781 }
782 %
783
784
785
786
787
788
789
790
791
792 %{
793 convert-ly (GNU LilyPond) 2.18.2  convert-ly: Processing `'...
794 Applying conversion: 1.5.33, 1.5.38, 1.5.40, 1.5.49, 1.5.52, 1.5.56,
795 1.5.58, 1.5.59, 1.5.62, 1.5.67, 1.5.68, 1.5.71, 1.5.72, 1.6.5, 1.7.1,
796 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.10, 1.7.11, 1.7.13, 1.7.15,
797 1.7.16, 1.7.17, 1.7.18, 1.7.19, 1.7.22, 1.7.23, 1.7.24, 1.7.28, 1.9.0,
798 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 1.9.6, 1.9.7, 1.9.8, 2.1.1, 2.1.2,
799 2.1.3, 2.1.4, 2.1.7, 2.1.10, 2.1.11, 2.1.12, 2.1.13, 2.1.14, 2.1.15,
800 2.1.16, 2.1.17, 2.1.18, 2.1.19, 2.1.20, 2.1.21, 2.1.22, 2.1.23,
801 2.1.24, 2.1.25, 2.1.26, 2.1.27, 2.1.28, 2.1.29, 2.1.30, 2.1.31,
802 2.1.33, 2.1.34, 2.1.36, 2.2.0, 2.3.1, 2.3.2,  Not smart enough to
803 convert textheight. Please refer to the manual for details, and update
804 manually. Page layout has been changed, using paper size and margins.
805 textheight is no longer used. 2.3.4, 2.3.6, 2.3.8, 2.3.9, 2.3.10,
806 2.3.11, 2.3.12, 2.3.16, 2.3.17, 2.3.18, 2.3.22, 2.3.23, 2.3.24,
807 2.3.25, 2.4.0, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.12, 2.5.13, 2.5.17,
808 2.5.18, 2.5.21, 2.5.25, 2.6.0, 2.7.0, 2.7.1, 2.7.2, 2.7.4, 2.7.6,
809 2.7.10, 2.7.11, 2.7.12, 2.7.13, 2.7.14, 2.7.15, 2.7.22, 2.7.24,
810 2.7.28, 2.7.29, 2.7.30, 2.7.31, 2.7.32, 2.7.32, 2.7.36, 2.7.40, 2.9.4,
811 2.9.6, 2.9.9, 2.9.11, 2.9.13, 2.9.16, 2.9.19, 2.10.0, 2.11.2, 2.11.3,
812 2.11.5, 2.11.6, 2.11.10, 2.11.11, 2.11.13, 2.11.15, 2.11.23, 2.11.35,
813 2.11.38, 2.11.46, 2.11.48, 2.11.50, 2.11.51, 2.11.52, 2.11.53,
814 2.11.55, 2.11.57, 2.11.60, 2.11.61, 2.11.62, 2.11.64, 2.12.0, 2.12.3,
815 Not smart enough to convert oldaddlyrics. oldaddlyrics is no longer
816 supported.           Use addlyrics or lyrsicsto instead. Please refer
817 to the manual for details, and update manually. convert-ly: error:
818 Error while converting Stopping at last successful rule   convert-ly:
819 warning: There was 1 error.
820 %}
821
822
823 %{
824 convert-ly (GNU LilyPond) 2.18.2  convert-ly: Processing `'...
825 Applying conversion: 2.12.3, 2.13.0, 2.13.1, 2.13.4, 2.13.10, 2.13.16,
826 2.13.18, 2.13.20, 2.13.27, 2.13.29, 2.13.31, 2.13.36, 2.13.39,
827 2.13.40, 2.13.42, 2.13.44, 2.13.46, 2.13.48, 2.13.51, 2.14.0, 2.15.7,
828 2.15.9, 2.15.10, 2.15.16, 2.15.17, 2.15.18, 2.15.19, 2.15.20, 2.15.25,
829 2.15.32, 2.15.39, 2.15.40, 2.15.42, 2.15.43, 2.16.0, 2.17.0, 2.17.4,
830 2.17.5, 2.17.6, 2.17.11, 2.17.14, 2.17.15, 2.17.18, 2.17.19, 2.17.20,
831 2.17.25, 2.17.27, 2.17.29, 2.17.97, 2.18.0
832 %}