ActeDeuxSceneUnBis, take 4
[opera_libre.git] / vocal_score.ly
blob776944435f58365d76d3cd0ab68f0de771e9b9f1
1 %------------------------------------------------------------------%
2 % Opéra Libre -- vocal_score.ly %
3 % %
4 % (c) Valentin Villenave, 2008 %
5 % %
6 %------------------------------------------------------------------%
8 %%% This is the main file for the so-called vocal version, i.e. with
9 %%% piano accompaniment.
11 \version "2.12"
13 %%%%%%%%%%%%%%%%%%%%%%%%%%%% Inclusions %%%%%%%%%%%%%%%%%%%%%%%%%%%%
15 \include "italiano.ly"
17 \include "./definitions/common.ly"
18 \include "./definitions/functions.ly"
19 \include "./definitions/paper.ly"
20 \include "./definitions/layout.ly"
21 \include "./definitions/markup.ly"
22 \include "./definitions/graphics.ly"
24 \include "./texte/decoupage.ly"
25 \include "./texte/personnages.ly"
26 \include "./definitions/structure.ly"
27 \include "./texte/didascalies.ly"
28 \include "./definitions/mesures.ly"
30 \include "./texte/texte.ly"
32 \include "./voix/soprano1.ly"
33 \include "./voix/soprano2.ly"
34 \include "./voix/contralto.ly"
35 \include "./voix/tenor.ly"
36 \include "./voix/baryton1.ly"
37 \include "./voix/baryton2.ly"
39 \include "./instruments/reduction.ly"
41 %%%%%%%%%%%%%%%%%% Paper and layout declarations %%%%%%%%%%%%%%%%%%%
43 \paper {
44 \includePaper
45 %% FIXME : bug to report.
46 systemSeparatorMarkup = ""
49 \layout {
50 \includeLayout
53 %%%%%%%%%%%%%%%%%% Scene-by-scene music inclusion %%%%%%%%%%%%%%%%%%
55 Prologue = {
57 \new TopLine \PrologueMesures
58 \new ChoirStaff
60 \new Staff \new Voice = "tenor" \PrologueTenor
61 \new Lyrics \lyricsto "tenor" { \PrologueTenorTexte }
62 \new Staff \new Voice = "baryton" \PrologueBarytonDeux
63 \new Lyrics \lyricsto "baryton" { \PrologueBarytonDeuxTexte }
65 \new PianoStaff { \Accompagnement
67 \new StaffPiano = "md" \PrologueMainDroite
68 \new Dynamics << \PianoDynamics \PrologueNuances >>
69 \new StaffPiano = "mg" \PrologueMainGauche
75 ActeUnSceneUn = {
77 \new TopLine \ActeUnSceneUnMesures
78 \new ChoirStaff
80 \new Staff \new Voice = "soprano" \ActeUnSceneUnSopranoUn
81 \new Lyrics \lyricsto "soprano" { \ActeUnSceneUnSopranoUnTexte }
82 \new Staff \new Voice = "barytonUn" \ActeUnSceneUnBarytonUn
83 \new Lyrics \lyricsto "barytonUn" { \ActeUnSceneUnBarytonUnTexte }
84 \new Staff \new Voice = "barytonDeux" \ActeUnSceneUnBarytonDeux
85 \new Lyrics \lyricsto "barytonDeux" { \ActeUnSceneUnBarytonDeuxTexte }
87 \new PianoStaff { \Accompagnement
89 \new StaffPiano = "md" \ActeUnSceneUnMainDroite
90 \new Dynamics << \PianoDynamics \ActeUnSceneUnNuances >>
91 \new StaffPiano = "mg" \ActeUnSceneUnMainGauche
97 ActeUnSceneUnBis = {
99 \new TopLine \ActeUnSceneUnBisMesures
100 \new ChoirStaff
102 \new Staff \new Voice = "barytonUn" \ActeUnSceneUnBisBarytonUn
103 \new Lyrics \lyricsto "barytonUn" { \ActeUnSceneUnBisBarytonUnTexte }
104 \new Staff \new Voice = "barytonDeux" \ActeUnSceneUnBisBarytonDeux
105 \new Lyrics \lyricsto "barytonDeux" { \ActeUnSceneUnBisBarytonDeuxTexte }
107 \new PianoStaff { \Accompagnement <<
108 \new StaffPiano = "md" \ActeUnSceneUnBisMainDroite
109 \new Dynamics << \PianoDynamics \ActeUnSceneUnBisNuances >>
110 \new StaffPiano = "mg" \ActeUnSceneUnBisMainGauche
116 InterludeUn = {
118 \new TopLine \InterludeUnMesures
119 \new ChoirStaff
121 \new Staff \new Voice = "contralto" \InterludeUnContralto
122 \new Lyrics \lyricsto "contralto" { \InterludeUnContraltoTexte }
124 \new PianoStaff { \Accompagnement <<
125 \new StaffPiano = "md" \InterludeUnMainDroite
126 \new StaffPiano = "mg" \InterludeUnMainGauche
132 ActeUnSceneDeux = {
134 \new TopLine \ActeUnSceneDeuxMesures
135 \new ChoirStaff
137 \new Staff \new Voice = "soprano" \ActeUnSceneDeuxSopranoDeux
138 \new Lyrics \lyricsto "soprano" { \ActeUnSceneDeuxSopranoDeuxTexte }
139 \new Staff \new Voice = "baryton" \ActeUnSceneDeuxBarytonDeux
140 \new Lyrics \lyricsto "baryton" { \ActeUnSceneDeuxBarytonDeuxTexte }
142 \new PianoStaff { \Accompagnement
144 \new StaffPiano = "md" \ActeUnSceneDeuxMainDroite
145 \new Dynamics << \PianoDynamics \ActeUnSceneDeuxMesures >>
146 \new StaffPiano = "mg" \ActeUnSceneDeuxMainGauche
152 InterludeDeux = {
154 \new TopLine \InterludeDeuxMesures
155 \new ChoirStaff
157 \new Staff \new Voice = "contralto" \InterludeDeuxContralto
158 \new Lyrics \lyricsto "contralto" { \InterludeDeuxContraltoTexte }
160 \new PianoStaff { \Accompagnement <<
161 \new StaffPiano = "md" \InterludeDeuxMainDroite
162 \new StaffPiano = "mg" \InterludeDeuxMainGauche
168 ActeUnSceneTrois = {
170 \new TopLine \ActeUnSceneTroisMesures
171 \new ChoirStaff
173 \new Staff \new Voice = "tenor" \ActeUnSceneTroisTenor
174 \new Lyrics \lyricsto "tenor" { \ActeUnSceneTroisTenorTexte }
175 \new Staff \new Voice = "baryton" \ActeUnSceneTroisBarytonUn
176 \new Lyrics \lyricsto "baryton" { \ActeUnSceneTroisBarytonUnTexte }
178 \new PianoStaff { \Accompagnement
180 \new StaffPiano = "md" \ActeUnSceneTroisMainDroite
181 \new Dynamics << \PianoDynamics \ActeUnSceneTroisMesures >>
182 \new StaffPiano = "mg" \ActeUnSceneTroisMainGauche
188 ActeUnSceneTroisBis = {
190 \new TopLine \ActeUnSceneTroisBisMesures
191 \new ChoirStaff
193 \new Staff \new Voice = "alto" \ActeUnSceneTroisBisContralto
194 \new Lyrics \lyricsto "alto" { \ActeUnSceneTroisBisContraltoTexte }
195 \new Staff \new Voice = "barytonDeux" \ActeUnSceneTroisBisBarytonDeux
196 \new Lyrics \lyricsto "barytonDeux" { \ActeUnSceneTroisBisBarytonDeuxTexte }
198 \new PianoStaff { \Accompagnement
200 \new StaffPiano = "md" \ActeUnSceneTroisBisMainDroite
201 \new Dynamics << \PianoDynamics \ActeUnSceneTroisBisMesures >>
202 \new StaffPiano = "mg" \ActeUnSceneTroisBisMainGauche
208 ActeUnSceneTroisTer = {
210 \new TopLine \ActeUnSceneTroisTerMesures
211 \new ChoirStaff
213 \new Staff \new Voice = "soprano" \ActeUnSceneTroisTerSopranoUn
214 \new Lyrics \lyricsto "soprano" { \ActeUnSceneTroisTerSopranoUnTexte }
215 \new Staff \new Voice = "barytonUn" \ActeUnSceneTroisTerBarytonUn
216 \new Lyrics \lyricsto "barytonUn" { \ActeUnSceneTroisTerBarytonUnTexte }
218 \new PianoStaff { \Accompagnement
220 \new StaffPiano = "md" \ActeUnSceneTroisTerMainDroite
221 \new Dynamics << \PianoDynamics \ActeUnSceneTroisTerMesures >>
222 \new StaffPiano = "mg" \ActeUnSceneTroisTerMainGauche
228 ActeUnSceneQuatre = {
230 \new TopLine \ActeUnSceneQuatreMesures
231 \new ChoirStaff
233 \new Staff \new Voice = "soprano" \ActeUnSceneQuatreSopranoDeux
234 \new Lyrics \lyricsto "soprano" { \ActeUnSceneQuatreSopranoDeuxTexte }
235 \new Staff \new Voice = "alto" \ActeUnSceneQuatreContralto
236 \new Lyrics \lyricsto "alto" { \ActeUnSceneQuatreContraltoTexte }
237 \new Staff \new Voice = "tenor" \ActeUnSceneQuatreTenor
238 \new Lyrics \lyricsto "tenor" { \ActeUnSceneQuatreTenorTexte }
239 \new Staff \new Voice = "barytonUn" \ActeUnSceneQuatreBarytonUn
240 \new Lyrics \lyricsto "barytonUn" { \ActeUnSceneQuatreBarytonUnTexte }
241 \new Staff \new Voice = "barytonDeux" \ActeUnSceneQuatreBarytonDeux
242 \new Lyrics \lyricsto "barytonDeux" { \ActeUnSceneQuatreBarytonDeuxTexte }
244 \new PianoStaff { \Accompagnement
246 \new StaffPiano = "md" \ActeUnSceneQuatreMainDroite
247 \new Dynamics << \PianoDynamics \ActeUnSceneQuatreMesures >>
248 \new StaffPiano = "mg" \ActeUnSceneQuatreMainGauche
254 Entracte = {
256 \new TopLine \EntracteMesures
257 \new ChoirStaff
259 \new Staff \new Voice = "sopranoUn" \EntracteSopranoUn
260 \new Lyrics \lyricsto "sopranoUn" { \EntracteSopranoUnTexte }
261 \new Staff \new Voice = "sopranoDeux" \EntracteSopranoDeux
262 \new Lyrics \lyricsto "sopranoDeux" { \EntracteSopranoDeuxTexte }
263 \new Staff \new Voice = "alto" \EntracteContralto
264 \new Lyrics \lyricsto "alto" { \EntracteContraltoTexte }
265 \new Staff \new Voice = "tenor" \EntracteTenor
266 \new Lyrics \lyricsto "tenor" { \EntracteTenorTexte }
267 \new Staff \new Voice = "barytonUn" \EntracteBarytonUn
268 \new Lyrics \lyricsto "barytonUn" { \EntracteBarytonUnTexte }
269 \new Staff \new Voice = "barytonDeux" \EntracteBarytonDeux
270 \new Lyrics \lyricsto "barytonDeux" { \EntracteBarytonDeuxTexte }
272 \new PianoStaff { \Accompagnement
274 \new StaffPiano = "md" \EntracteMainDroite
275 \new Dynamics << \PianoDynamics \EntracteNuances >>
276 \new StaffPiano = "mg" \EntracteMainGauche
282 ActeDeuxSceneUn = {
284 \new TopLine \ActeDeuxSceneUnMesures
285 \new ChoirStaff
287 \new Staff \new Voice = "sopranoUn" \ActeDeuxSceneUnSopranoUn
288 \new Lyrics \lyricsto "sopranoUn" { \ActeDeuxSceneUnSopranoUnTexte }
289 \new Staff \new Voice = "sopranoDeux" \ActeDeuxSceneUnSopranoDeux
290 \new Lyrics \lyricsto "sopranoDeux" { \ActeDeuxSceneUnSopranoDeuxTexte }
291 \new Staff \new Voice = "contralto" \ActeDeuxSceneUnContralto
292 \new Lyrics \lyricsto "contralto" { \ActeDeuxSceneUnContraltoTexte }
294 \new PianoStaff { \Accompagnement
296 \new StaffPiano = "md" \ActeDeuxSceneUnMainDroite
297 \new Dynamics << \PianoDynamics \ActeDeuxSceneUnMesures >>
298 \new StaffPiano = "mg" \ActeDeuxSceneUnMainGauche
304 ActeDeuxSceneUnBis = {
306 \new TopLine \ActeDeuxSceneUnBisMesures
307 \new ChoirStaff
309 \new Staff \new Voice = "tenor" \ActeDeuxSceneUnBisTenor
310 \new Lyrics \lyricsto "tenor" { \ActeDeuxSceneUnBisTenorTexte }
311 \new Staff \new Voice = "barytonUn" \ActeDeuxSceneUnBisBarytonUn
312 \new Lyrics \lyricsto "barytonUn" { \ActeDeuxSceneUnBisBarytonUnTexte }
313 \new Staff \new Voice = "barytonDeux" \ActeDeuxSceneUnBisBarytonDeux
314 \new Lyrics \lyricsto "barytonDeux" { \ActeDeuxSceneUnBisBarytonDeuxTexte }
316 \new PianoStaff { \Accompagnement
318 \new StaffPiano = "md" \ActeDeuxSceneUnBisMainDroite
319 \new Dynamics << \PianoDynamics \ActeDeuxSceneUnBisMesures >>
320 \new StaffPiano = "mg" \ActeDeuxSceneUnBisMainGauche
326 ActeDeuxSceneDeux = {
328 \new TopLine \ActeDeuxSceneDeuxMesures
329 \new ChoirStaff
331 \new Staff \new Voice = "sopranoUn" \ActeDeuxSceneDeuxSopranoUn
332 \new Lyrics \lyricsto "sopranoUn" { \ActeDeuxSceneDeuxSopranoUnTexte }
333 \new Staff \new Voice = "sopranoDeux" \ActeDeuxSceneDeuxSopranoDeux
334 \new Lyrics \lyricsto "sopranoDeux" { \ActeDeuxSceneDeuxSopranoDeuxTexte }
335 \new Staff \new Voice = "contralto" \ActeDeuxSceneDeuxContralto
336 \new Lyrics \lyricsto "contralto" { \ActeDeuxSceneDeuxContraltoTexte }
337 \new Staff \new Voice = "tenor" \ActeDeuxSceneDeuxTenor
338 \new Lyrics \lyricsto "tenor" { \ActeDeuxSceneDeuxTenorTexte }
339 \new Staff \new Voice = "barytonUn" \ActeDeuxSceneDeuxBarytonUn
340 \new Lyrics \lyricsto "barytonUn" { \ActeDeuxSceneDeuxBarytonUnTexte }
341 \new Staff \new Voice = "barytonDeux" \ActeDeuxSceneDeuxBarytonDeux
342 \new Lyrics \lyricsto "barytonDeux" { \ActeDeuxSceneDeuxBarytonDeuxTexte }
344 \new PianoStaff { \Accompagnement
346 \new StaffPiano = "md" \ActeDeuxSceneDeuxMainDroite
347 \new Dynamics << \PianoDynamics \ActeDeuxSceneDeuxMesures >>
348 \new StaffPiano = "mg" \ActeDeuxSceneDeuxMainGauche
354 ActeDeuxSceneTrois = {
356 \new TopLine \ActeDeuxSceneTroisMesures
357 \new ChoirStaff
359 \new Staff \new Voice = "sopranoUn" \ActeDeuxSceneTroisSopranoUn
360 \new Lyrics \lyricsto "sopranoUn" { \ActeDeuxSceneTroisSopranoUnTexte }
361 \new Staff \new Voice = "sopranoDeux" \ActeDeuxSceneTroisSopranoDeux
362 \new Lyrics \lyricsto "sopranoDeux" { \ActeDeuxSceneTroisSopranoDeuxTexte }
363 \new Staff \new Voice = "contralto" \ActeDeuxSceneTroisContralto
364 \new Lyrics \lyricsto "contralto" { \ActeDeuxSceneTroisContraltoTexte }
365 \new Staff \new Voice = "tenor" \ActeDeuxSceneTroisTenor
366 \new Lyrics \lyricsto "tenor" { \ActeDeuxSceneTroisTenorTexte }
367 \new Staff \new Voice = "barytonUn" \ActeDeuxSceneTroisBarytonUn
368 \new Lyrics \lyricsto "barytonUn" { \ActeDeuxSceneTroisBarytonUnTexte }
369 \new Staff \new Voice = "barytonDeux" \ActeDeuxSceneTroisBarytonDeux
370 \new Lyrics \lyricsto "barytonDeux" { \ActeDeuxSceneTroisBarytonDeuxTexte }
372 \new PianoStaff { \Accompagnement
374 \new StaffPiano = "md" \ActeDeuxSceneTroisMainDroite
375 %\new Dynamics << \PianoDynamics \ActeDeuxSceneTroisMesures >>
376 \new StaffPiano = "mg" \ActeDeuxSceneTroisMainGauche
382 %%%%%%%%%%%%%%%%%%%%%%%%% The actual score %%%%%%%%%%%%%%%%%%%%%%%%%
383 %showFirstLength = s1*40
384 \book {
385 \header {
386 title = \OperaTitre
387 subtitle = \Reduction
388 poet = \OperaLivret
389 composer = \OperaPartition
390 tagline = \OperaNotice
391 } %{
392 \score {
393 \Prologue
394 \header {
395 piece = \PrologueTitre
398 \score {
399 \ActeUnSceneUn
400 \header {
401 piece = \ActeUnSceneUnTitre
404 \score {
405 \ActeUnSceneUnBis
406 \header {
407 piece = \Separateur
410 \score {
411 \InterludeUn
412 \header {
413 piece = \Interlude
416 \score {
417 \ActeUnSceneDeux
418 \header {
419 piece = \ActeUnSceneDeuxTitre
422 \score {
423 \InterludeDeux
424 \header {
425 piece = \Interlude
428 \score {
429 \ActeUnSceneTrois
430 \header {
431 piece = \ActeUnSceneTroisTitre
434 \score {
435 \ActeUnSceneTroisBis
436 \header {
437 piece = \Interlude
440 \score {
441 \ActeUnSceneTroisTer
442 \header {
443 piece = \Separateur
446 \score {
447 \ActeUnSceneQuatre
448 \header {
449 piece = \ActeUnSceneQuatreTitre
452 \score {
453 \Entracte
454 \header {
455 piece = \EntracteTitre
458 \score {
459 \ActeDeuxSceneUn
460 \header {
461 piece = \ActeDeuxSceneUnTitre
463 } %}
464 \score {
465 \ActeDeuxSceneUnBis
466 \header {
467 piece = \Separateur
469 } %{
470 \score {
471 \ActeDeuxSceneDeux
472 \header {
473 piece = \ActeDeuxSceneDeuxTitre
476 \score {
477 \ActeDeuxSceneTrois
478 \header {
479 piece = \ActeDeuxSceneTroisTitre
481 } %}