change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CGBchoeur / score.ily
blobcb88f9c9645d81eb936d61a30b175e56fac84b72
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with {
5         instrumentName = \markup\center-column { Corni col Trombe in C }
6         shortInstrumentName = \markup\center-column { Cor. Tr. }
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 { \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 \with { \choeurInstr } <<
45       \new Staff \withLyrics <<
46         \global \includeNotes "vsoprano"
47       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
48       \new Staff \withLyrics <<
49         \global \includeNotes "valto"
50       >> \keepWithTag #'valto \includeLyrics "paroles"
51       \new Staff \withLyrics <<
52         \global \includeNotes "vtenor"
53       >> \keepWithTag #'vtenor \includeLyrics "paroles"
54       \new Staff \withLyrics <<
55         \global \includeNotes "vbasso"
56       >> \keepWithTag #'vbasso \includeLyrics "paroles"
57     >>
58     \new StaffGroupNoBracket <<
59       \new Staff \with {
60         \bcbInstr
61         \consists "Metronome_mark_engraver" 
62         \consists "Mark_engraver"
63       } <<
64         \global \keepWithTag #'basso \includeNotes "bassi"
65         \origLayout { s4 s1*3\pageBreak }
66       >>
67       \new Staff \with { \timpaniInstr } <<
68         \global \includeNotes "timpani"
69       >>
70     >>
71   >>
72   \layout {
73     \context {
74       \Score
75       \remove "Metronome_mark_engraver"
76       \remove "Mark_engraver"
77     }
78   }
79   \midi {
80     \context { \Voice \remove "Dynamic_performer" }
81   }