Les Horaces : 2-2 saisie et relecture
[nenuvar.git] / Salieri / LesHoraces / BABcacujh / score.ily
blob9da951242b628cc7df856ef68f6180476630ca73
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with { \oboiInstr } <<
5         \new Staff \with {
6           \consists "Metronome_mark_engraver"
7           \consists "Mark_engraver"
8         } <<
9           \global \keepWithTag #'oboe1 \includeNotes "oboi"
10         >>
11         \new Staff <<
12           \global \keepWithTag #'oboe2 \includeNotes "oboi"
13         >>
14       >>
15       \new GrandStaff \with { \clarinettiInstr } <<
16         \new Staff <<
17           \global \keepWithTag #'clarinetto1 \includeNotes "clarinetti"
18         >>
19         \new Staff <<
20           \global \keepWithTag #'clarinetto2 \includeNotes "clarinetti"
21         >>
22       >>
23       \new Staff \with { \fagottiInstr } <<
24         \global \includeNotes "fagotti"
25       >>
26     >>
27     \new StaffGroupNoBracket <<
28       \new GrandStaff \with { \violiniInstr } <<
29         \new Staff \with {
30           \consists "Metronome_mark_engraver" 
31           \consists "Mark_engraver"
32         } << \global \includeNotes "violino1" >>
33         \new Staff << \global \includeNotes "violino2" >>
34       >>
35       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
36     >>
37     \new ChoirStaff <<
38       \new Staff \with { \camilleInstr } \withLyrics <<
39         \global \includeNotes "camille"
40       >> \keepWithTag #'camille \includeLyrics "paroles"
41       \new Staff \with { \curiaceInstr } \withLyrics <<
42         \global \includeNotes "curiace"
43       >> \keepWithTag #'curiace \includeLyrics "paroles"
44       \new Staff \with { \jeuneHoraceInstr } \withLyrics <<
45         \global \includeNotes "jhorace"
46       >> \keepWithTag #'jhorace \includeLyrics "paroles"
47     >>
48     \new Staff \with {
49       \bassoInstr
50       \consists "Metronome_mark_engraver"
51       \consists "Mark_engraver"
52     } <<
53       \global \includeNotes "bassi"
54       \origLayout {
55         s1*4\pageBreak
56         \grace s4 s1*5\pageBreak s1*5\pageBreak
57         \grace s4 s1*4\pageBreak s1*4\pageBreak
58         s1*4\pageBreak s1*5\pageBreak
59       }
60     >>
61   >>
62   \layout {
63     \context {
64       \Score
65       \remove "Metronome_mark_engraver"
66       \remove "Mark_engraver"
67     }
68   }
69   \midi {
70     \context { \Voice \remove "Dynamic_performer" }
71   }