change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BBBhoracesChoeur / score.ily
bloba058d282e3643c04b0e4b6816a5fbc2afc31e2f9
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with {
5         instrumentName = \markup\center-column { Trombe [en do] }
6         shortInstrumentName = "Tr."
7       } <<
8         \new Staff \with {
9           \consists "Metronome_mark_engraver"
10           \consists "Mark_engraver"
11         } <<
12           \keepWithTag #'() \global
13           \keepWithTag #'tromba1 \includeNotes "trombe"
14         >>
15         \new Staff <<
16           \keepWithTag #'() \global
17           \keepWithTag #'tromba2 \includeNotes "trombe"
18         >>
19       >>
20       \new GrandStaff \with { \oboiInstr } <<
21         \new Staff <<
22           \global \keepWithTag #'oboe1 \includeNotes "oboi"
23         >>
24         \new Staff <<
25           \global \keepWithTag #'oboe2 \includeNotes "oboi"
26         >>
27       >>
28       \new Staff \with { \fagottiInstr } <<
29         \global \keepWithTag #'fagotti \includeNotes "bassi"
30       >>
31     >>
32     \new StaffGroupNoBracket <<
33       \new GrandStaff \with { \violiniInstr } <<
34         \new Staff \with {
35           \consists "Metronome_mark_engraver" 
36           \consists "Mark_engraver"
37         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
38         \new Staff <<
39           \global \keepWithTag #'violino2 \includeNotes "violini"
40         >>
41       >>
42       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
43     >>
44     \new ChoirStaff <<
45       \new Staff \with { \jeuneHoraceInstr } \withLyrics <<
46        \global \includeNotes "jhorace"
47       >> \keepWithTag #'jhorace \includeLyrics "paroles"
48       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
49         \global \includeNotes "vhorace"
50       >> \keepWithTag #'vhorace \includeLyrics "paroles"
51     >>
52     \new ChoirStaff \with { \choeurInstr } <<
53       \new Staff \withLyrics <<
54         { s2.*19 s1*8\noHaraKiri }
55         \global \includeNotes "vhaute-contre"
56       >> \keepWithTag #'choeur \includeLyrics "paroles"
57       \new Staff \withLyrics <<
58         { s2.*19 s1*8\noHaraKiri }
59         \global \includeNotes "vtaille"
60       >> \keepWithTag #'choeur \includeLyrics "paroles"
61       \new Staff \withLyrics <<
62         { s2.*19 s1*8\noHaraKiri }
63         \global \includeNotes "vbasse"
64       >> \keepWithTag #'choeur \includeLyrics "paroles"
65     >>
66     \new StaffGroupNoBracket <<
67       \new Staff \with {
68         \bassoInstr
69         \consists "Metronome_mark_engraver"
70         \consists "Mark_engraver"
71       } <<
72         \global \keepWithTag #'basso \includeNotes "bassi"
73         \origLayout {
74           s2.*4\break s2.*5\pageBreak
75           s2.*2\break s2.*3\pageBreak s2.*3\break s2.*2 s1 \pageBreak s1*3\pageBreak
76           s1*3\pageBreak s1*3\pageBreak
77           s1*2 s2 \bar "" \pageBreak s2 s1*2\pageBreak
78           s1*3\pageBreak s1*3\pageBreak
79           s1*3\pageBreak s1*3\pageBreak
80           s1*3\pageBreak s1*3\pageBreak
81         }
82       >>
83       \new Staff \with { \timpaniInstr } <<
84         \global \includeNotes "timpani"
85       >>
86     >>
87   >>
88   \layout {
89     \context {
90       \Score
91       \remove "Metronome_mark_engraver"
92       \remove "Mark_engraver"
93     }
94   }
95   \midi {
96     \context { \Voice \remove "Dynamic_performer" }
97   }