ActeDeuxSceneDeux, take 3
[opera_libre.git] / vocal_score.ly
blob1a4dca3064c9204bfbb4cd67f6af714a86334164
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
47 \layout {
48 \includeLayout
51 %%%%%%%%%%%%%%%%%% Scene-by-scene music inclusion %%%%%%%%%%%%%%%%%%
53 Prologue = {
55 \new TopLine \PrologueMesures
56 \new ChoirStaff
58 \new Staff \new Voice = "tenor" \PrologueTenor
59 \new Lyrics \lyricsto "tenor" { \PrologueTenorTexte }
60 \new Staff \new Voice = "baryton" \PrologueBarytonDeux
61 \new Lyrics \lyricsto "baryton" { \PrologueBarytonDeuxTexte }
63 \new PianoStaff { \Accompagnement
65 \new StaffPiano = "droite" \PrologueMainDroite
66 \new Dynamics << \PianoDynamics \PrologueNuances >>
67 \new StaffPiano = "gauche" \PrologueMainGauche
73 ActeUnSceneUn = {
75 \new TopLine \ActeUnSceneUnMesures
76 \new ChoirStaff
78 \new Staff \new Voice = "soprano" \ActeUnSceneUnSopranoUn
79 \new Lyrics \lyricsto "soprano" { \ActeUnSceneUnSopranoUnTexte }
80 \new Staff \new Voice = "barytonUn" \ActeUnSceneUnBarytonUn
81 \new Lyrics \lyricsto "barytonUn" { \ActeUnSceneUnBarytonUnTexte }
82 \new Staff \new Voice = "barytonDeux" \ActeUnSceneUnBarytonDeux
83 \new Lyrics \lyricsto "barytonDeux" { \ActeUnSceneUnBarytonDeuxTexte }
85 \new PianoStaff { \Accompagnement
87 \new StaffPiano = "droite" \ActeUnSceneUnMainDroite
88 \new Dynamics << \PianoDynamics \ActeUnSceneUnNuances >>
89 \new StaffPiano = "gauche" \ActeUnSceneUnMainGauche
95 ActeUnSceneUnBis = {
97 \new TopLine \ActeUnSceneUnBisMesures
98 \new ChoirStaff
100 \new Staff \new Voice = "barytonUn" \ActeUnSceneUnBisBarytonUn
101 \new Lyrics \lyricsto "barytonUn" { \ActeUnSceneUnBisBarytonUnTexte }
102 \new Staff \new Voice = "barytonDeux" \ActeUnSceneUnBisBarytonDeux
103 \new Lyrics \lyricsto "barytonDeux" { \ActeUnSceneUnBisBarytonDeuxTexte }
105 \new PianoStaff { \Accompagnement <<
106 \new StaffPiano = "droite" \ActeUnSceneUnBisMainDroite
107 \new Dynamics << \PianoDynamics \ActeUnSceneUnBisNuances >>
108 \new StaffPiano = "gauche" \ActeUnSceneUnBisMainGauche
114 ActeUnSceneDeux = {
116 \new TopLine \ActeUnSceneDeuxMesures
117 \new ChoirStaff
119 \new Staff \new Voice = "soprano" \ActeUnSceneDeuxSopranoDeux
120 \new Lyrics \lyricsto "soprano" { \ActeUnSceneDeuxSopranoDeuxTexte }
121 \new Staff \new Voice = "baryton" \ActeUnSceneDeuxBarytonDeux
122 \new Lyrics \lyricsto "baryton" { \ActeUnSceneDeuxBarytonDeuxTexte }
124 \new PianoStaff { \Accompagnement
126 \new StaffPiano = "droite" \ActeUnSceneDeuxMainDroite
127 \new Dynamics << \PianoDynamics \ActeUnSceneDeuxMesures >>
128 \new StaffPiano = "gauche" \ActeUnSceneDeuxMainGauche
134 ActeUnSceneTrois = {
136 \new TopLine \ActeUnSceneTroisMesures
137 \new ChoirStaff
139 \new Staff \new Voice = "tenor" \ActeUnSceneTroisTenor
140 \new Lyrics \lyricsto "tenor" { \ActeUnSceneTroisTenorTexte }
141 \new Staff \new Voice = "baryton" \ActeUnSceneTroisBarytonUn
142 \new Lyrics \lyricsto "baryton" { \ActeUnSceneTroisBarytonUnTexte }
144 \new PianoStaff { \Accompagnement
146 \new StaffPiano = "droite" \ActeUnSceneTroisMainDroite
147 \new Dynamics << \PianoDynamics \ActeUnSceneTroisMesures >>
148 \new StaffPiano = "gauche" \ActeUnSceneTroisMainGauche
154 ActeUnSceneTroisBis = {
156 \new TopLine \ActeUnSceneTroisBisMesures
157 \new ChoirStaff
159 \new Staff \new Voice = "alto" \ActeUnSceneTroisBisContralto
160 \new Lyrics \lyricsto "alto" { \ActeUnSceneTroisBisContraltoTexte }
161 \new Staff \new Voice = "barytonDeux" \ActeUnSceneTroisBisBarytonDeux
162 \new Lyrics \lyricsto "barytonDeux" { \ActeUnSceneTroisBisBarytonDeuxTexte }
164 \new PianoStaff { \Accompagnement
166 \new StaffPiano = "droite" \ActeUnSceneTroisBisMainDroite
167 \new Dynamics << \PianoDynamics \ActeUnSceneTroisBisMesures >>
168 \new StaffPiano = "gauche" \ActeUnSceneTroisBisMainGauche
174 ActeUnSceneTroisTer = {
176 \new TopLine \ActeUnSceneTroisTerMesures
177 \new ChoirStaff
179 \new Staff \new Voice = "soprano" \ActeUnSceneTroisTerSopranoUn
180 \new Lyrics \lyricsto "soprano" { \ActeUnSceneTroisTerSopranoUnTexte }
181 \new Staff \new Voice = "barytonUn" \ActeUnSceneTroisTerBarytonUn
182 \new Lyrics \lyricsto "barytonUn" { \ActeUnSceneTroisTerBarytonUnTexte }
184 \new PianoStaff { \Accompagnement
186 \new StaffPiano = "droite" \ActeUnSceneTroisTerMainDroite
187 \new Dynamics << \PianoDynamics \ActeUnSceneTroisTerMesures >>
188 \new StaffPiano = "gauche" \ActeUnSceneTroisTerMainGauche
194 ActeUnSceneQuatre = {
196 \new TopLine \ActeUnSceneQuatreMesures
197 \new ChoirStaff
199 \new Staff \new Voice = "soprano" \ActeUnSceneQuatreSopranoDeux
200 \new Lyrics \lyricsto "soprano" { \ActeUnSceneQuatreSopranoDeuxTexte }
201 \new Staff \new Voice = "alto" \ActeUnSceneQuatreContralto
202 \new Lyrics \lyricsto "alto" { \ActeUnSceneQuatreContraltoTexte }
203 \new Staff \new Voice = "tenor" \ActeUnSceneQuatreTenor
204 \new Lyrics \lyricsto "tenor" { \ActeUnSceneQuatreTenorTexte }
205 \new Staff \new Voice = "barytonUn" \ActeUnSceneQuatreBarytonUn
206 \new Lyrics \lyricsto "barytonUn" { \ActeUnSceneQuatreBarytonUnTexte }
207 \new Staff \new Voice = "barytonDeux" \ActeUnSceneQuatreBarytonDeux
208 \new Lyrics \lyricsto "barytonDeux" { \ActeUnSceneQuatreBarytonDeuxTexte }
210 \new PianoStaff { \Accompagnement
212 \new StaffPiano = "droite" \ActeUnSceneQuatreMainDroite
213 \new Dynamics << \PianoDynamics \ActeUnSceneQuatreMesures >>
214 \new StaffPiano = "gauche" \ActeUnSceneQuatreMainGauche
220 Entracte = {
222 \new TopLine \EntracteMesures
223 \new ChoirStaff
225 \new Staff \new Voice = "sopranoUn" \EntracteSopranoUn
226 \new Lyrics \lyricsto "sopranoUn" { \EntracteSopranoUnTexte }
227 \new Staff \new Voice = "sopranoDeux" \EntracteSopranoDeux
228 \new Lyrics \lyricsto "sopranoDeux" { \EntracteSopranoDeuxTexte }
229 \new Staff \new Voice = "alto" \EntracteContralto
230 \new Lyrics \lyricsto "alto" { \EntracteContraltoTexte }
231 \new Staff \new Voice = "tenor" \EntracteTenor
232 \new Lyrics \lyricsto "tenor" { \EntracteTenorTexte }
233 \new Staff \new Voice = "barytonUn" \EntracteBarytonUn
234 \new Lyrics \lyricsto "barytonUn" { \EntracteBarytonUnTexte }
235 \new Staff \new Voice = "barytonDeux" \EntracteBarytonDeux
236 \new Lyrics \lyricsto "barytonDeux" { \EntracteBarytonDeuxTexte }
238 \new PianoStaff { \Accompagnement
240 \new StaffPiano = "droite" \EntracteMainDroite
241 \new Dynamics << \PianoDynamics \EntracteNuances >>
242 \new StaffPiano = "gauche" \EntracteMainGauche
248 ActeDeuxSceneUn = {
250 \new TopLine \ActeDeuxSceneUnMesures
251 \new ChoirStaff
253 \new Staff \new Voice = "sopranoUn" \ActeDeuxSceneUnSopranoUn
254 \new Lyrics \lyricsto "sopranoUn" { \ActeDeuxSceneUnSopranoUnTexte }
255 \new Staff \new Voice = "sopranoDeux" \ActeDeuxSceneUnSopranoDeux
256 \new Lyrics \lyricsto "sopranoDeux" { \ActeDeuxSceneUnSopranoDeuxTexte }
257 \new Staff \new Voice = "contralto" \ActeDeuxSceneUnContralto
258 \new Lyrics \lyricsto "contralto" { \ActeDeuxSceneUnContraltoTexte }
260 \new PianoStaff { \Accompagnement
262 \new StaffPiano = "droite" \ActeDeuxSceneUnMainDroite
263 \new Dynamics << \PianoDynamics \ActeDeuxSceneUnMesures >>
264 \new StaffPiano = "gauche" \ActeDeuxSceneUnMainGauche
270 ActeDeuxSceneUnBis = {
272 \new TopLine \ActeDeuxSceneUnBisMesures
273 \new ChoirStaff
275 \new Staff \new Voice = "tenor" \ActeDeuxSceneUnBisTenor
276 \new Lyrics \lyricsto "tenor" { \ActeDeuxSceneUnBisTenorTexte }
277 \new Staff \new Voice = "barytonUn" \ActeDeuxSceneUnBisBarytonUn
278 \new Lyrics \lyricsto "barytonUn" { \ActeDeuxSceneUnBisBarytonUnTexte }
279 \new Staff \new Voice = "barytonDeux" \ActeDeuxSceneUnBisBarytonDeux
280 \new Lyrics \lyricsto "barytonDeux" { \ActeDeuxSceneUnBisBarytonDeuxTexte }
282 \new PianoStaff { \Accompagnement
284 \new StaffPiano = "droite" \ActeDeuxSceneUnBisMainDroite
285 \new Dynamics << \PianoDynamics \ActeDeuxSceneUnBisMesures >>
286 \new StaffPiano = "gauche" \ActeDeuxSceneUnBisMainGauche
292 ActeDeuxSceneDeux = {
294 \new TopLine \ActeDeuxSceneDeuxMesures
295 \new ChoirStaff
297 \new Staff \new Voice = "sopranoUn" \ActeDeuxSceneDeuxSopranoUn
298 \new Lyrics \lyricsto "sopranoUn" { \ActeDeuxSceneDeuxSopranoUnTexte }
299 \new Staff \new Voice = "sopranoDeux" \ActeDeuxSceneDeuxSopranoDeux
300 \new Lyrics \lyricsto "sopranoDeux" { \ActeDeuxSceneDeuxSopranoDeuxTexte }
301 \new Staff \new Voice = "contralto" \ActeDeuxSceneDeuxContralto
302 \new Lyrics \lyricsto "contralto" { \ActeDeuxSceneDeuxContraltoTexte }
303 \new Staff \new Voice = "tenor" \ActeDeuxSceneDeuxTenor
304 \new Lyrics \lyricsto "tenor" { \ActeDeuxSceneDeuxTenorTexte }
305 \new Staff \new Voice = "barytonUn" \ActeDeuxSceneDeuxBarytonUn
306 \new Lyrics \lyricsto "barytonUn" { \ActeDeuxSceneDeuxBarytonUnTexte }
307 \new Staff \new Voice = "barytonDeux" \ActeDeuxSceneDeuxBarytonDeux
308 \new Lyrics \lyricsto "barytonDeux" { \ActeDeuxSceneDeuxBarytonDeuxTexte }
310 \new PianoStaff { \Accompagnement
312 \new StaffPiano = "droite" \ActeDeuxSceneDeuxMainDroite
313 \new Dynamics << \PianoDynamics \ActeDeuxSceneDeuxMesures >>
314 \new StaffPiano = "gauche" \ActeDeuxSceneDeuxMainGauche
320 ActeDeuxSceneTrois = {
322 \new TopLine \ActeDeuxSceneTroisMesures
323 \new ChoirStaff
325 \new Staff \new Voice = "sopranoUn" \ActeDeuxSceneTroisSopranoUn
326 \new Lyrics \lyricsto "sopranoUn" { \ActeDeuxSceneTroisSopranoUnTexte }
327 \new Staff \new Voice = "sopranoDeux" \ActeDeuxSceneTroisSopranoDeux
328 \new Lyrics \lyricsto "sopranoDeux" { \ActeDeuxSceneTroisSopranoDeuxTexte }
329 \new Staff \new Voice = "contralto" \ActeDeuxSceneTroisContralto
330 \new Lyrics \lyricsto "contralto" { \ActeDeuxSceneTroisContraltoTexte }
331 \new Staff \new Voice = "tenor" \ActeDeuxSceneTroisTenor
332 \new Lyrics \lyricsto "tenor" { \ActeDeuxSceneTroisTenorTexte }
333 \new Staff \new Voice = "barytonUn" \ActeDeuxSceneTroisBarytonUn
334 \new Lyrics \lyricsto "barytonUn" { \ActeDeuxSceneTroisBarytonUnTexte }
335 \new Staff \new Voice = "barytonDeux" \ActeDeuxSceneTroisBarytonDeux
336 \new Lyrics \lyricsto "barytonDeux" { \ActeDeuxSceneTroisBarytonDeuxTexte }
338 \new PianoStaff { \Accompagnement
340 \new StaffPiano = "droite" \ActeDeuxSceneTroisMainDroite
341 %\new Dynamics << \PianoDynamics \ActeDeuxSceneTroisMesures >>
342 \new StaffPiano = "gauche" \ActeDeuxSceneTroisMainGauche
348 %%%%%%%%%%%%%%%%%%%%%%%%% The actual score %%%%%%%%%%%%%%%%%%%%%%%%%
350 \book {
351 \header {
352 title = \OperaTitre
353 subtitle = \Reduction
354 poet = \OperaLivret
355 composer = \OperaPartition
356 tagline = \OperaNotice
357 } %{
358 \score {
359 \Prologue
360 \header {
361 piece = \PrologueTitre
364 \score {
365 \ActeUnSceneUn
366 \header {
367 piece = \ActeUnSceneUnTitre
370 \score {
371 \ActeUnSceneUnBis
372 \header {
373 piece = \Separateur
376 \score {
377 \ActeUnSceneDeux
378 \header {
379 piece = \ActeUnSceneDeuxTitre
382 \score {
383 \ActeUnSceneTrois
384 \header {
385 piece = \ActeUnSceneTroisTitre
387 } %}
388 \score {
389 \ActeUnSceneTroisBis
390 \header {
391 piece = \Separateur
393 } %{
394 \score {
395 \ActeUnSceneTroisTer
396 \header {
397 piece = \Separateur
400 \score {
401 \ActeUnSceneQuatre
402 \header {
403 piece = \ActeUnSceneQuatreTitre
406 \score {
407 \Entracte
408 \header {
409 piece = \EntracteTitre
412 \score {
413 \ActeDeuxSceneUn
414 \header {
415 piece = \ActeDeuxSceneUnTitre
418 \score {
419 \ActeDeuxSceneUnBis
420 \header {
421 piece = \Separateur
424 \score {
425 \ActeDeuxSceneDeux
426 \header {
427 piece = \ActeDeuxSceneDeuxTitre
430 \score {
431 \ActeDeuxSceneTrois
432 \header {
433 piece = \ActeDeuxSceneTroisTitre
435 } %}