change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CFAhoracesChoeur / score.ily
blobb924a62365d25f8a864e38e76a6f9075a15b8ff0
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with {
5         instrumentName = \markup\center-column { Trombe in C }
6         shortInstrumentName = "Tr."
7       } <<
8         \new Staff \with {
9           \consists "Metronome_mark_engraver"
10           \consists "Mark_engraver"
11         } <<
12           \keepWithTag #'() \global
13           \keepWithTag #'tromba1 \includeNotes "trombe"
14         >>
15         \new Staff <<
16           \keepWithTag #'() \global
17           \keepWithTag #'tromba2 \includeNotes "trombe"
18         >>
19       >>
20       \new GrandStaff \with { 
21         instrumentName = \markup\center-column {
22           Oboe col Clarinetti
23         }
24         shortInstrumentName = \markup\center-column { Ob. Cl. }
25       } <<
26         \new Staff <<
27           \global \keepWithTag #'oboe1 \includeNotes "oboi"
28         >>
29         \new Staff <<
30           \global \keepWithTag #'oboe2 \includeNotes "oboi"
31         >>
32       >>
33       \new Staff \with { \fagottiInstr } <<
34         \global \keepWithTag #'fagotti \includeNotes "bassi"
35       >>
36     >>
37     \new StaffGroupNoBracket <<
38       \new GrandStaff \with { \violiniInstr } <<
39         \new Staff \with {
40           \consists "Metronome_mark_engraver" 
41           \consists "Mark_engraver"
42         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
43         \new Staff <<
44           \global \keepWithTag #'violino2 \includeNotes "violini"
45         >>
46       >>
47       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
48     >>
49     \new ChoirStaff \with { } <<
50       \new Staff \with {
51         \jeuneHoraceInstr
52         \consists "Metronome_mark_engraver"
53         \consists "Mark_engraver"
54       } \withLyrics <<
55         \global \includeNotes "jhorace"
56       >> \keepWithTag #'jhorace \includeLyrics "paroles"
57       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
58         \global \includeNotes "vhorace"
59       >> \keepWithTag #'vhorace \includeLyrics "paroles"
60     >>
61     \new ChoirStaff \with { \choeurInstr } <<
62       \new Staff \withLyrics <<
63         \global \includeNotes "vsoprano"
64       >> \keepWithTag #'vchoeur \includeLyrics "paroles"
65       \new Staff \withLyrics <<
66         \global \includeNotes "valto"
67       >> \keepWithTag #'vchoeur \includeLyrics "paroles"
68       \new Staff \withLyrics <<
69         \global \includeNotes "vtenor"
70       >> \keepWithTag #'vchoeur \includeLyrics "paroles"
71       \new Staff \withLyrics <<
72         \global \includeNotes "vbasso"
73       >> \keepWithTag #'vchoeur \includeLyrics "paroles"
74     >>
75     \new StaffGroupNoBracket <<
76       \new Staff \with { \bassoInstr } <<
77         \global \keepWithTag #'basso \includeNotes "bassi"
78         \origLayout {
79           s1*3\pageBreak
80           s1*3\pageBreak s1*3\pageBreak
81           s1*3\pageBreak s1*3\pageBreak
82           s1*3\pageBreak s1*2 s2\bar "" \pageBreak
83           s2 s1*2\pageBreak s1*3\pageBreak
84           s1*3\pageBreak s1*3\pageBreak
85           s1*2\pageBreak s1*3\pageBreak
86           s1*3\pageBreak s1*3\pageBreak
87           s1*3\pageBreak s1*3\pageBreak
88           s1*2 s2 \bar "" \pageBreak
89         }
90       >>
91       \new Staff \with { \timpaniInstr } <<
92         \global \includeNotes "timpani"
93       >>
94     >>
95   >>
96   \layout {
97     \context {
98       \Score
99       \remove "Metronome_mark_engraver"
100       \remove "Mark_engraver"
101     }
102   }
103   \midi {
104     \context { \Voice \remove "Dynamic_performer" }
105   }