change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ACBhoraceChoeur / score.ily
blob70330d9e19a2408cd55571ed989eb6d61fb79f3a
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Trombe en ut }
6         shortInstrumentName = "Tr."
7         \consists "Metronome_mark_engraver"
8         \haraKiri
9       } << \keepWithTag #'cuivres \global
10         { \noHaraKiri s1*82\revertNoHaraKiri }
11         \keepWithTag #'trombe \includeNotes "trombe" >>
12       \new Staff \with {
13         instrumentName = \markup\center-column { Corni en fa }
14         shortInstrumentName = "Cor."
15         \haraKiri
16       } <<
17         \keepWithTag #'cuivres \global
18         { \noHaraKiri s1*82\revertNoHaraKiri }
19         \keepWithTag #'corni \includeNotes "corni"
20       >>
21       \new Staff \with { \oboiInstr \haraKiri } <<
22         { \noHaraKiri s1*82\revertNoHaraKiri }
23         \global \keepWithTag #'oboi \includeNotes "oboi"
24       >>
25       \new Staff \with { \flautiInstr \haraKiri } <<
26         { \noHaraKiri s1*82\revertNoHaraKiri }
27         \global \keepWithTag #'flauti \includeNotes "flauti"
28       >>
29       \new Staff \with { \fagottiInstr \haraKiri } <<
30         { \noHaraKiri s1*82\revertNoHaraKiri }
31         \global \keepWithTag #'fagotti \includeNotes "bassi"
32       >>
33     >>
34     \new StaffGroupNoBracket <<
35       \new GrandStaff \with { \violiniInstr } <<
36         \new Staff \with { \consists "Metronome_mark_engraver" } <<
37           \global \keepWithTag #'violino1-conducteur \includeNotes "violini"
38         >>
39         \new Staff <<
40           \global \keepWithTag #'violino2-conducteur \includeNotes "violini"
41         >>
42       >>
43       \new Staff \with { \altoInstr } <<
44         \global \keepWithTag #'alto-conducteur \includeNotes "alto"
45       >>
46     >>
47     \new Staff \with { \camilleInstr \haraKiriFirst } \withLyrics <<
48       \global \includeNotes "camille"
49     >> \keepWithTag #'camille \includeLyrics "paroles"
50     \new Staff \with { \curiaceInstr \haraKiriFirst } \withLyrics <<
51       \global \includeNotes "curiace"
52     >> \keepWithTag #'curiace \includeLyrics "paroles"
53     \new Staff \with { \jeuneHoraceInstr \haraKiriFirst } \withLyrics <<
54       \global \includeNotes "jhorace"
55     >> \keepWithTag #'jhorace \includeLyrics "paroles"
56     \new Staff \with { \vieilHoraceInstr } \withLyrics <<
57       \global \includeNotes "vhorace"
58     >> \keepWithTag #'vhorace \includeLyrics "paroles"
59     \new ChoirStaff \with { \choeurInstr \haraKiriFirst } <<
60       \new Staff \withLyrics <<
61         \global \includeNotes "vsoprano"
62       >> \keepWithTag #'choeur \includeLyrics "paroles"
63       \new Staff \withLyrics <<
64         \global \includeNotes "valto"
65       >> \keepWithTag #'choeur \includeLyrics "paroles"
66       \new Staff \withLyrics <<
67         \global \includeNotes "vtenor"
68       >> \keepWithTag #'choeur \includeLyrics "paroles"
69       \new Staff \withLyrics <<
70         \global \includeNotes "vbasso"
71       >> \keepWithTag #'choeur \includeLyrics "paroles"
72     >>
73     \new StaffGroupNoBracket <<
74       \new Staff \with { \bcbInstr \consists "Metronome_mark_engraver" } <<
75         \global \keepWithTag #'basso-conducteur \includeNotes "bassi"
76         \origLayout {
77           s1*3\pageBreak
78           s1*3\pageBreak s1*3\pageBreak
79           s1*2 s2 \bar "" \pageBreak s2 s1*2\pageBreak
80           s1*3\pageBreak s1*4\pageBreak
81           s1*4\pageBreak s1*4\pageBreak
82           s1*4\pageBreak s1*5\pageBreak
83           s1*5\pageBreak s1*5\pageBreak
84           s1*4\pageBreak s1*5\pageBreak
85           s1*4\pageBreak s1*5\pageBreak
86           s1*5\pageBreak s1*4\pageBreak
87           s1*4\pageBreak s1*4\pageBreak
88           s1*2\break s1*3\pageBreak
89           s1*2\break s1*2\pageBreak
90           s1*2 s2 \bar "" \break s2 s1\pageBreak
91           s1*3\break s1*2\pageBreak
92           s1*2\break s1*2\pageBreak
93           s1*2\break s1*2\pageBreak
94           s1*2\break s1*2\pageBreak
95           s1*2\break s1*2\pageBreak
96           s1*2\break s1*2\pageBreak
97         }
98         \modVersion {
99           \override Score.NonMusicalPaperColumn.page-break-permission = ##f
100           s1*8\pageBreak s1*8\pageBreak s1*11\pageBreak s1*13\pageBreak
101           s1*13\pageBreak s1*15\pageBreak
102           \override Score.NonMusicalPaperColumn.line-break-permission = ##f
103           s1*8\pageBreak s1*6 s2 \bar "" \pageBreak
104           s2 s1*2\break s1*4\break s1*3\pageBreak
105           s1*4\break s1*4\break s1*3\pageBreak
106           s1*3\break s1*3\break s1*3\pageBreak
107           s1*3\break s1*3\break s1*3\pageBreak
108           \revert Score.NonMusicalPaperColumn.line-break-permission
109           \revert Score.NonMusicalPaperColumn.page-break-permission
110         }
111       >>
112       \new Staff \with { \timpaniInstr \haraKiri } <<
113         \global \includeNotes "timpani"
114       >>
115     >>
116   >>
117   \layout {
118     \context { \Score \remove "Metronome_mark_engraver" }
119   }
120   \midi {
121     \context { \Voice \remove "Dynamic_performer" }
122   }