change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CFCgavotte / score.ily
blob0fc88cb1b157303ccdfa26822ef05e5531e63208
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with {
5         \oboiInstr
6         \consists "Metronome_mark_engraver"
7         \consists "Mark_engraver"
8       } <<
9         \new Staff <<
10           \global \keepWithTag #'oboe1 \includeNotes "oboi"
11         >>
12         \new Staff <<
13           \global \keepWithTag #'oboe2 \includeNotes "oboi"
14         >>
15       >>
16       \new GrandStaff \with { \fagottiInstr } <<
17         \new Staff <<
18           \global \keepWithTag #'fagotto1 \includeNotes "bassi"
19         >>
20         \new Staff <<
21           \global \keepWithTag #'fagotto2 \includeNotes "bassi"
22         >>
23       >>
24     >>
25     \new StaffGroupNoBracket <<
26       \new GrandStaff \with { \violiniInstr } <<
27         \new Staff <<
28           \global \keepWithTag #'violino1 \includeNotes "violini"
29         >>
30         \new Staff <<
31           \global \keepWithTag #'violino2 \includeNotes "violini"
32         >>
33       >>
34       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
35       \new Staff \with { \bcbInstr } <<
36         \global \keepWithTag #'basso \includeNotes "bassi"
37         \origLayout {
38           s2 s1*4\pageBreak
39           s1*6\pageBreak s1*5\pageBreak
40           s1*5\pageBreak s1*5\pageBreak
41           s1*4 s2\pageBreak s2 s1*3\pageBreak
42           s1*5 s2\pageBreak s2 s1*4\pageBreak
43           s1*3\break s1*2 s2\pageBreak s2 s1*4\pageBreak
44           s1*5\break s1*5\pageBreak s1*5\pageBreak
45           s1*5\pageBreak s1*5\pageBreak
46           s1*4\pageBreak
47         }
48       >>
49     >>
50   >>
51   \layout {
52     \context {
53       \Score
54       \remove "Metronome_mark_engraver"
55       \remove "Mark_engraver"
56     }
57   }
58   \midi {
59     \context { \Voice \remove "Dynamic_performer" }
60   }