syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / Lully / Opera / LWV61Phaeton / EAGchoeur / score.ily
blob4943e1b2391f2c48c682907cfb8ca24f5110c081
1 \score {
2   <<
3     \origVersion\new StaffGroupNoBar <<
4       \new Staff <<
5         \new Voice = "dessus" \with { autoBeaming = ##f } <<
6           \global \includeNotes "voix-dessus"
7         >>
8         \lyricsto "dessus" \new Lyrics { \includeLyrics "paroles1" }
9         \lyricsto "dessus" \new Lyrics { \includeLyrics "paroles2" }
10       >>
11       \new Staff <<
12         \new Voice = "haute-contre" \with { autoBeaming = ##f } <<
13           \global \includeNotes "voix-haute-contre"
14         >>
15         \lyricsto "haute-contre" \new Lyrics { \includeLyrics "paroles1" }
16         \lyricsto "haute-contre" \new Lyrics { \includeLyrics "paroles2" }
17       >>
18       \new Staff <<
19         \new Voice = "taille" \with { autoBeaming = ##f } <<
20           \global \includeNotes "voix-taille"
21         >>
22         \lyricsto "taille" \new Lyrics { \includeLyrics "paroles1" }
23         \lyricsto "taille" \new Lyrics { \includeLyrics "paroles2" }
24       >>
25       \new Staff <<
26         \new Voice = "basse" \with { autoBeaming = ##f } <<
27           \global \includeNotes "voix-basse"
28         >>
29         \lyricsto "basse" \new Lyrics { \includeLyrics "paroles1" }
30         \lyricsto "basse" \new Lyrics { \includeLyrics "paroles2" }
31       >>
32       \new Staff << \global \includeNotes "dessus" >>
33       \new Staff << \global \includeNotes "haute-contre" >>
34       \new Staff << \global \includeNotes "taille" >>
35       \new Staff << \global \includeNotes "quinte" >>
36       \new Staff << \global \includeNotes "basse" >>
37       \new Staff <<
38         \global \includeNotes "basse"
39         \includeFigures "chiffres"
40       >>
41     >>
43     \modVersion\new StaffGroupNoBar <<
44       \new StaffGroupNoBracket <<
45         \new Staff << \global \includeNotes "dessus" >>
46         \new Staff << \global \includeNotes "haute-contre" >>
47         \new Staff << \global \includeNotes "taille" >>
48         \new Staff << \global \includeNotes "quinte" >>
49         \new Staff << \global \includeNotes "basse" >>
50       >>
51       \new ChoirStaff <<
52         \new Staff <<
53           \new Voice = "dessus" \with { autoBeaming = ##f } <<
54             \global \includeNotes "voix-dessus"
55           >>
56           \lyricsto "dessus" \new Lyrics { \includeLyrics "paroles1" }
57           \lyricsto "dessus" \new Lyrics { \includeLyrics "paroles2" }
58         >>
59         \new Staff <<
60           \new Voice = "haute-contre" \with { autoBeaming = ##f } <<
61             \global \includeNotes "voix-haute-contre"
62           >>
63           \lyricsto "haute-contre" \new Lyrics { \includeLyrics "paroles1" }
64           \lyricsto "haute-contre" \new Lyrics { \includeLyrics "paroles2" }
65         >>
66         \new Staff <<
67           \new Voice = "taille" \with { autoBeaming = ##f } <<
68             \global \includeNotes "voix-taille"
69           >>
70           \lyricsto "taille" \new Lyrics { \includeLyrics "paroles1" }
71           \lyricsto "taille" \new Lyrics { \includeLyrics "paroles2" }
72         >>
73         \new Staff <<
74           \new Voice = "basse" \with { autoBeaming = ##f } <<
75             \global \includeNotes "voix-basse"
76           >>
77           \lyricsto "basse" \new Lyrics { \includeLyrics "paroles1" }
78           \lyricsto "basse" \new Lyrics { \includeLyrics "paroles2" }
79         >>
80       >>
81       \new Staff <<
82         \global \includeNotes "basse"
83         \includeFigures "chiffres"
84       >>
85     >>
86   >>
87   \layout { }
88   \midi { }