Les Horaces / premier intermède : 1-18
[nenuvar.git] / Salieri / LesHoraces / ADFchoeur / score.ily
blobd4eef9373ad4ba0dd8a055ea360de3cc8b029aa2
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Corni en mi♭ }
6         shortInstrumentName = "Cor."
7         \consists "Metronome_mark_engraver"
8         \consists "Mark_engraver"
9       } <<
10         \keepWithTag #'() \global
11         \keepWithTag #'corni \includeNotes "corni"
12       >>
13       \new GrandStaff \with {
14         instrumentName = \markup\center-column {
15           Flauti Oboi Clarinetti
16         }
17         shortInstrumentName = \markup\center-column {
18           Fl. Ob. Cl.
19         }
20       } <<
21         \new Staff <<
22           \global \keepWithTag #'oboe1 \includeNotes "oboi"
23         >>
24         \new Staff <<
25           \global \keepWithTag #'oboe2 \includeNotes "oboi"
26         >>
27       >>
28       \new GrandStaff \with { \fagottiInstr } <<
29         \new Staff <<
30           \global \keepWithTag #'fagotto1 \includeNotes "fagotti"
31         >>
32         \new Staff <<
33           \global \keepWithTag #'fagotto2 \includeNotes "fagotti"
34         >>
35       >>
36     >>
37     \new StaffGroupNoBracket <<
38       \new GrandStaff \with { \violiniInstr } <<
39         \new Staff \with {
40           \consists "Metronome_mark_engraver" 
41           \consists "Mark_engraver"
42         } << \global \includeNotes "violino1" >>
43         \new Staff << \global \includeNotes "violino2" >>
44       >>
45       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
46     >>
47     \new ChoirStaff \with { \choeurInstr } <<
48       \new Staff \withLyrics <<
49         \global \includeNotes "vsoprano"
50       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
51       \new Staff \withLyrics <<
52         \global \includeNotes "valto"
53       >> \keepWithTag #'valto \includeLyrics "paroles"
54       \new Staff \withLyrics <<
55         \global \includeNotes "vtenor"
56       >> \keepWithTag #'vtenor \includeLyrics "paroles"
57       \new Staff \withLyrics <<
58         \global \includeNotes "vbasso"
59       >> \keepWithTag #'vbasso \includeLyrics "paroles"
60     >>
61     \new Staff \with {
62       \bassoInstr
63       \consists "Metronome_mark_engraver"
64       \consists "Mark_engraver"
65     } <<
66       \global \includeNotes "bassi"
67       \modVersion { s8 s1*4\break }
68       \origLayout {
69         s8 s1*2\pageBreak s1*4\pageBreak
70         s1*4\pageBreak \grace s4
71       }
72     >>
73   >>
74   \layout {
75     \context {
76       \Score
77       \remove "Metronome_mark_engraver"
78       \remove "Mark_engraver"
79     }
80   }
81   \midi {
82     \context { \Voice \remove "Dynamic_performer" }
83   }