change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BBAchoeur / score.ily
blob044b3add5608dcbbe3480a76541dfa17e36b4dd1
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with {
5         instrumentName = \markup\center-column { Corni in mi♭ }
6         shortInstrumentName = "Cor."
7       } <<
8         \new Staff \with {
9           \consists "Metronome_mark_engraver"
10           \consists "Mark_engraver"
11         } <<
12           \keepWithTag #'() \global
13           \keepWithTag #'corno1 \includeNotes "corni"
14         >>
15         \new Staff <<
16           \keepWithTag #'() \global
17           \keepWithTag #'corno2 \includeNotes "corni"
18         >>
19       >>
20       \new GrandStaff \with { \flautiInstr } <<
21         \new Staff <<
22           \global \keepWithTag #'flauto1 \includeNotes "flauti"
23         >>
24         \new Staff <<
25           \global \keepWithTag #'flauto2 \includeNotes "flauti"
26         >>
27       >>
28       \new GrandStaff \with {
29         instrumentName = \markup\center-column {
30           Oboi col Clarinetti
31         }
32         shortInstrumentName = \markup\center-column {
33           Ob. Cl.
34         }
35       } <<
36         \new Staff << \global \keepWithTag #'oboe1 \includeNotes "oboi" >>
37         \new Staff << \global \keepWithTag #'oboe2 \includeNotes "oboi" >>
38       >>
39       \new Staff \with { \fagottiInstr } <<
40         \global \keepWithTag #'fagotti \includeNotes "bassi"
41       >>
42     >>
43     \new StaffGroupNoBracket <<
44       \new GrandStaff \with { \violiniInstr } <<
45         \new Staff \with {
46           \consists "Metronome_mark_engraver" 
47           \consists "Mark_engraver"
48         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
49         \new Staff <<
50           \global \keepWithTag #'violino2 \includeNotes "violini"
51         >>
52       >>
53       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
54     >>
55     \new ChoirStaff <<
56       \new Staff \with { \camilleInstr } \withLyrics <<
57         \global \includeNotes "camille"
58       >> \keepWithTag #'camille \includeLyrics "paroles"
59       \new Staff \with { \jeuneHoraceInstr } \withLyrics <<
60         \global \includeNotes "jhorace"
61       >> \keepWithTag #'jhorace \includeLyrics "paroles"
62       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
63         \global \includeNotes "vhorace"
64       >> \keepWithTag #'vhorace \includeLyrics "paroles"
65     >>
66     \new ChoirStaff \with { \choeurInstr } <<
67       \new Staff \withLyrics <<
68         \global \includeNotes "vsoprano"
69       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
70       \new Staff \withLyrics <<
71         \global \includeNotes "valto"
72       >> \keepWithTag #'valto \includeLyrics "paroles"
73       \new Staff \withLyrics <<
74         \global \includeNotes "vtenor"
75       >> \keepWithTag #'vtenor \includeLyrics "paroles"
76       \new Staff \withLyrics <<
77         \global \includeNotes "vbasso"
78       >> \keepWithTag #'vbasso \includeLyrics "paroles"
79     >>
80     \new Staff \with {
81       \bassoInstr
82       \consists "Metronome_mark_engraver"
83       \consists "Mark_engraver"
84     } <<
85       \global \keepWithTag #'basso \includeNotes "bassi"
86       \origLayout  {
87         s1*3\pageBreak
88         s1*4\pageBreak s1*3\pageBreak
89         s1*3\pageBreak s1*3\pageBreak
90         s1*2\pageBreak s1*4\pageBreak
91         s1*2 s2 \bar "" \pageBreak s2 s1*2 \pageBreak
92         s1*3\pageBreak s1*2\pageBreak
93         s1*4\pageBreak
94       }
95     >>
96   >>
97   \layout {
98     \context {
99       \Score
100       \remove "Metronome_mark_engraver"
101       \remove "Mark_engraver"
102     }
103   }
104   \midi {
105     \context { \Voice \remove "Dynamic_performer" }
106   }