Armide : livret acte 5
[nenuvar.git] / Lully / Opera / LWV71Armide / main.ly
blob136811552820e1c5a8182f5c03193955ef0d7997
1 \include "Lully/Opera/LWV71Armide/common.ily"
2 #(ly:set-option 'apply-vertical-tweaks #t)
3 %% Title page
4 \bookpart {
5 \paper { #(define page-breaking ly:minimal-breaking) }
6 \header {
7 title = "Armide"
8 editions = #(make-italic-markup
9 (if (eqv? #t (ly:get-option 'urtext))
10 "urtext"
11 "Conducteur"))
13 \markup\null
15 %% Table of contents
16 \bookpart {
17 \paper { #(define page-breaking ly:minimal-breaking) }
18 \markuplist \table-of-contents
20 %% Notes
21 \bookpart {
22 \paper { #(define page-breaking ly:minimal-breaking) }
23 \include "Lully/Opera/LWV71Armide/notes.ily"
25 %% Livret
26 \bookpart {
27 \paper { #(define page-breaking ly:minimal-breaking) }
28 \include "Lully/Opera/LWV71Armide/livret.ily"
30 %% Personnages
31 \bookpart {
32 \paper { #(define page-breaking ly:minimal-breaking) }
33 %\include "Lully/Opera/LWV71Armide/personnages.ily"
35 %%% Musique
36 \include "Lully/Opera/LWV71Armide/prologue.ily"
37 \include "Lully/Opera/LWV71Armide/acte1.ily"
38 \include "Lully/Opera/LWV71Armide/acte2.ily"
39 \include "Lully/Opera/LWV71Armide/acte3.ily"
40 \include "Lully/Opera/LWV71Armide/acte4.ily"
41 \include "Lully/Opera/LWV71Armide/acte5.ily"