More notes, and major code optimizations.
[opera_libre.git] / texte / personnages.ly
blobae04474514862fe58e78cc609700736cb003a589
1 %------------------------------------------------------------------%
2 % Opéra Libre -- personnages.ly %
3 % %
4 % (c) Lewis Trondheim & Valentin Villenave, 2008 %
5 % %
6 %------------------------------------------------------------------%
9 SopranoUnName= "Le Docteur"
10 SopranoUnShortName= "Doct."
12 SopranoDeuxName= "La Reine"
13 SopranoDeuxShortName= "Reine."
15 ContraltoName= "Dieu"
16 ContraltoShortName= "Dieu."
18 TenorName= "Le Chef"
19 TenorShortName= "Chef."
21 BarytonUnName= "L'Étranger"
22 BarytonUnShortName= "Étr."
24 BarytonDeuxName= "Le Roi"
25 BarytonDeuxShortName= "Roi."
27 doct = \markup \column { \hspace #0 \fill-line { \smallCaps \SopranoUnName } \hspace #0 }
28 reine = \markup \column { \hspace #0 \fill-line { \smallCaps \SopranoDeuxName } \hspace #0 }
29 dieu = \markup \column { \hspace #0 \fill-line { \smallCaps \ContraltoName } \hspace #0 }
30 chef = \markup \column { \hspace #0 \fill-line { \smallCaps \TenorName } \hspace #0 }
31 etr = \markup \column { \hspace #0 \fill-line { \smallCaps \BarytonUnName } \hspace #0 }
32 roi = \markup \column { \hspace #0 \fill-line { \smallCaps \BarytonDeuxName } \hspace #0 }