change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ACAhccChoeur / score.ily
blob09a036fff03dff7519fc84c2af3965ac5d24d6a1
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with { \corniInstr } <<
5         \new Staff \with { \consists "Metronome_mark_engraver" } <<
6           \transpose sib do \global
7           \keepWithTag #'corno1 \includeNotes "corni"
8         >>
9         \new Staff <<
10           \transpose sib do \global
11           \keepWithTag #'corno2 \includeNotes "corni"
12         >>
13       >>
14       \new GrandStaff \with { \flautiInstr } <<
15         \new Staff <<
16           \global \keepWithTag #'flauto1 \includeNotes "flauti"
17         >>
18         \new Staff <<
19           \global \keepWithTag #'flauto2 \includeNotes "flauti"
20         >>
21       >>
22       \new GrandStaff \with { \oboiInstr } <<
23         \new Staff <<
24           \global \keepWithTag #'oboe1 \includeNotes "oboi"
25         >>
26         \new Staff <<
27           \global \keepWithTag #'oboe2 \includeNotes "oboi"
28         >>
29       >>
30       \new Staff \with { \fagottiInstr } <<
31         \global \includeNotes "fagotti"
32       >>
33     >>
34     \new StaffGroupNoBracket <<
35       \new GrandStaff \with { \violiniInstr } <<
36         \new Staff \with { \consists "Metronome_mark_engraver" } <<
37           \global \includeNotes "violino1"
38         >>
39         \new Staff << \global \includeNotes "violino2" >>
40       >>
41       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
42     >>
43     \new ChoirStaff <<
44       \new Staff \with { \camilleInstr } \withLyrics <<
45         \global \includeNotes "camille"
46       >> \keepWithTag #'camille \includeLyrics "paroles"
47       \new Staff \with { \curiaceInstr } \withLyrics <<
48         \global \includeNotes "curiace"
49       >> \keepWithTag #'curiace \includeLyrics "paroles"
50       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
51         \global \includeNotes "horace"
52       >> \keepWithTag #'vieilhorace \includeLyrics "paroles"
53     >>
54     \new ChoirStaff \with { \choeurInstr } <<
55       \new Staff \with { \consists "Metronome_mark_engraver" }
56       \withLyrics <<
57         \global \includeNotes "vsoprano"
58       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
59       \new Staff \withLyrics <<
60         \global \includeNotes "valto"
61       >> \keepWithTag #'valto \includeLyrics "paroles"
62       \new Staff \withLyrics <<
63         \global \includeNotes "vtenor"
64       >> \keepWithTag #'vtenor \includeLyrics "paroles"
65       \new Staff \withLyrics <<
66         \global \includeNotes "vbasso"
67       >> \keepWithTag #'vbasso \includeLyrics "paroles"
68     >>
69     \new Staff \with { \bassoInstr \consists "Metronome_mark_engraver" } <<
70       \global \includeNotes "bassi"
71       \origLayout {
72         s1*2\pageBreak s1*3\pageBreak s1*3\pageBreak
73         s1*3\pageBreak s1*3\pageBreak
74       }
75     >>
76   >>
77   \layout {
78     \context { \Score \remove "Metronome_mark_engraver" }
79   }
80   \midi {
81     \context { \Voice \remove "Dynamic_performer" }
82   }