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