change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CDEchoeur / score.ily
blobef2d177eaa539eec3577d4acb8047b70aa196e29
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Corni in C }
6         shortInstrumentName = "Cor."
7         \consists "Metronome_mark_engraver"
8         \consists "Mark_engraver"
9       } <<
10         \keepWithTag #'() \global
11         { \keepWithTag #'corni \includeNotes "corni" s2 }
12       >>
13       \new Staff \with { 
14         instrumentName = \markup\center-column { Oboi col Clarinetti }
15         shortInstrumentName = \markup\center-column { Ob. Cl. }
16       } << \global \keepWithTag #'oboi \includeNotes "oboi" >>
17       \new Staff \with { \fagottiInstr } <<
18         \global \keepWithTag #'fagotti \includeNotes "bassi"
19       >>
20       \new Staff \with { \timpaniInstr } <<
21         \global { \includeNotes "timpani" s2 }
22       >>
23     >>
24     \new StaffGroupNoBracket <<
25       \new GrandStaff \with { \violiniInstr } <<
26         \new Staff \with {
27           \consists "Metronome_mark_engraver" 
28           \consists "Mark_engraver"
29         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
30         \new Staff <<
31           \global \keepWithTag #'violino2 \includeNotes "violini" >>
32       >>
33       \new Staff \with { \altoInstr } <<
34         \global \includeNotes "alto"
35       >>
36     >>
37     \new Staff \with { \vieilHoraceInstr } \withLyrics <<
38       \global \includeNotes "vhorace"
39     >> \keepWithTag #'vhorace \includeLyrics "paroles"
40     \new ChoirStaff \with { \choeurInstr } <<
41       \new Staff \withLyrics <<
42         \global \includeNotes "vsoprano"
43       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
44       \new Staff \withLyrics <<
45         \global \includeNotes "valto"
46       >> \keepWithTag #'valto \includeLyrics "paroles"
47       \new Staff \withLyrics <<
48         \global \includeNotes "vtenor"
49       >> \keepWithTag #'vtenor \includeLyrics "paroles"
50       \new Staff \withLyrics <<
51         \global \includeNotes "vbasso"
52       >> \keepWithTag #'vbasso \includeLyrics "paroles"
53     >>
54     \new ChoirStaff \with {
55       instrumentName = \markup\smallCaps\center-column {
56         "Chœur de" Romains
57       }
58       shortInstrumentName = \markup\smallCaps\center-column { Ch. Ro. }
59     } <<
60       \new Staff \withLyrics <<
61         \global \includeNotes "valto2"
62       >> \keepWithTag #'valto2 \includeLyrics "paroles"
63       \new Staff \withLyrics <<
64         \global \includeNotes "vtenor2"
65       >> \keepWithTag #'vtenor2 \includeLyrics "paroles"
66       \new Staff \withLyrics <<
67         \global \includeNotes "vbasso2"
68       >> \keepWithTag #'vbasso2 \includeLyrics "paroles"
69     >>
70     \new StaffGroupNoBracket <<
71       \new Staff \with { \bassoInstr } <<
72         \global \keepWithTag #'basso \includeNotes "bassi"
73         \origLayout {
74           s1*2\pageBreak s1*3\pageBreak
75           s1*3\pageBreak
76         }
77       >>
78     >>
79   >>
80   \layout {
81     \context {
82       \Score
83       \remove "Metronome_mark_engraver"
84       \remove "Mark_engraver"
85     }
86   }
87   \midi {
88     \context { \Voice \remove "Dynamic_performer" }
89   }