Hippolyte et Aricie : correction frémissement des flots
[nenuvar.git] / Rameau / Opera / HippolyteEtAricie / CFCthesee / score.ily
blobea90bbfebef970f8b63a822e0512198ca925b28c
1 \score {
2   <<
3     \origVersion\new StaffGroupNoBar <<
4       \new Staff \withLyrics <<
5         \characterName \markup Thésée
6         \global \includeNotes "voix"
7       >> \includeLyrics "paroles"
8       \new Staff <<
9         \instrumentName \markup { \concat { P \super ers } violons }
10         \global \keepWithTag #'violon1 \includeNotes "violons-parties"
11         { s1*18 s2. s2.^"Violons" }
12       >>
13       \new Staff \with { \haraKiri } <<
14         \instrumentName \markup { \concat { 2 \super es } violons }
15         \global \keepWithTag #'violon2 \includeNotes "violons-parties"
16         { s1*18 s2. \startHaraKiri }
17       >>
18       \new Staff <<
19         \instrumentName \markup \center-column {
20           \line { Parties et }
21           \line { \concat { 3 \super es } violons }
22         }
23         \global \keepWithTag #'haute-contre \includeNotes "violons-parties"
24         { s1*18 s2.^"Parties" s2.^"Haute contre" }
25       >>
26       \new Staff \with { \haraKiriFirst } <<
27         { \startHaraKiri s1*18 s2. \stopHaraKiri }
28         \global \keepWithTag #'taille \includeNotes "violons-parties"
29         { s1*18 s2. s2.^"Tailles" }
30       >>
31       \new Staff = "violoncelle" <<
32         \instrumentName "Violoncel."
33         \global
34         \new Voice <<
35           \includeNotes "violoncelle"
36           { s1*17 s2 \change Staff = "basse" s2
37             s2.^"Violon cel." s2.^"Violons celle" }
38         >>
39       >>
40       \new Staff = "basse" <<
41         \instrumentName \markup { Basse de violon }
42         \global
43         \new Voice <<
44           \keepWithTag #'basse1 \includeNotes "basse"
45           { s1*17 s2 \change Staff = "basson" s2
46             s2.^"Clavecin et Basses de violons"
47             s2.^"Clavecin et Basses violon" }
48         >>
49       >>
50       \new Staff = "basson" <<
51         \instrumentName \markup Bassons
52         \global
53         \new Voice <<
54           \includeNotes "basson"
55           { s1*17 s2 \change Staff = "violoncelle" s2
56             s2.^"Bassons" s2.^"Bassons" }
57         >>
58       >>
59       \new Staff \with { \haraKiri } <<
60         \instrumentName \markup \center-column {
61           "Basse du Petit" "chœur et" "contre Basse"
62         }
63         \global \keepWithTag #'basse2 \includeNotes "basse"
64         { s1*10 \startHaraKiri }
65       >>
66     >>
67     
68     \modVersion\new StaffGroupNoBar <<
69       \new StaffGroupNoBracket <<
70         \new Staff <<
71           \instrumentName \markup { \concat { P \super ers } violons }
72           \global \keepWithTag #'violon1 \includeNotes "violons-parties"
73           { s1 s1*17 \break s2.^"Violons" }
74         >>
75         \new Staff \with { \haraKiri } <<
76           \instrumentName \markup { \concat { 2 \super es } violons }
77           \global \keepWithTag #'violon2 \includeNotes "violons-parties"
78           { s1*18 \startHaraKiri }
79         >>
80         \new Staff <<
81           \instrumentName \markup \center-column {
82             \line { Parties et }
83             \line { \concat { 3 \super es } violons }
84           }
85           \global \keepWithTag #'haute-contre \includeNotes "violons-parties"
86           { s1*18 s2.^"Haute contre" }
87         >>
88         \new Staff \with { \haraKiriFirst } <<
89           { \startHaraKiri s1*18 s2. \stopHaraKiri }
90           \global \keepWithTag #'taille \includeNotes "violons-parties"
91           { s1*18 s2.^"Tailles" }
92         >>
93         \new Staff <<
94           \instrumentName \markup Bassons
95           \global \includeNotes "basson"
96           { s1*18 s2.^"Bassons" }
97         >>
98         \new Staff <<
99           \instrumentName "Violoncel."
100           \global \includeNotes "violoncelle"
101           { s1*18 s2.^"Violons celle" }
102         >>
103         \new Staff \with { \haraKiri } <<
104           \instrumentName \markup { Basse de violon }
105           \global \keepWithTag #'basse1 \includeNotes "basse"
106           { s1*18 \startHaraKiri }
107         >>
108       >>
109       \new Staff \withLyrics <<
110         \characterName \markup Thésée
111         \global \includeNotes "voix"
112       >> \includeLyrics "paroles"
113       \new Staff <<
114         \instrumentName \markup \center-column {
115           "Basse du Petit" "chœur et" "contre Basse"
116         }
117         \global \keepWithTag #'basse2 \includeNotes "basse"
118         \includeFigures "chiffres"
119         { s1*18 s2.^"Clavecin et Basses violon" }
120       >>
121     >>
122   >>
123   \layout {
124     indent = \largeindent
125     ragged-last = #(eqv? #t (ly:get-option 'urtext))
126   }
127   \midi { }