change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CCBcamilleHoraceChoeur / score.ily
blobc9a260deb879f8d7ab635c47893452f8c175005e
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 \keepWithTag #'violino1 \includeNotes "violini" >>
31         \new Staff <<
32           \global \keepWithTag #'violino2 \includeNotes "violini"
33         >>
34       >>
35       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
36     >>
37     \new ChoirStaff <<
38       \new Staff \with {
39         \camilleInstr
40         \consists "Metronome_mark_engraver"
41         \consists "Mark_engraver"
42       } \withLyrics <<
43         \global \includeNotes "camille"
44       >> \keepWithTag #'camille \includeLyrics "paroles"
45       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
46         \global \includeNotes "vhorace"
47       >> \keepWithTag #'vhorace \includeLyrics "paroles"
48     >>
49     \new ChoirStaff\with { \choeurInstr } <<
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         s16 s1*2\pageBreak s1*3\pageBreak
64         s1*3\pageBreak s1*2\pageBreak
65         s1*3\pageBreak s1*4\pageBreak
66         s1*3\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   }