change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BGBensemble / score.ily
blob778401c77c447f9329ea20c14f63bdeb3bbe21b3
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 { \oboiInstr } <<
21         \new Staff << \global \keepWithTag #'oboe1 \includeNotes "oboi" >>
22         \new Staff << \global \keepWithTag #'oboe2 \includeNotes "oboi" >>
23       >>
24       \new Staff \with { \fagottiInstr } <<
25         \global \keepWithTag #'fagotti \includeNotes "bassi"
26       >>
27     >>
28     \new StaffGroupNoBracket <<
29       \new GrandStaff \with { \violiniInstr } <<
30         \new Staff \with {
31           \consists "Metronome_mark_engraver" 
32           \consists "Mark_engraver"
33         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
34         \new Staff <<
35           \global \keepWithTag #'violino2 \includeNotes "violini"
36         >>
37       >>
38       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
39     >>
40     \new ChoirStaff <<
41       \new Staff \with {
42         \camilleInstr
43         \consists "Metronome_mark_engraver" 
44         \consists "Mark_engraver"
45       } \withLyrics <<
46         \global \includeNotes "camille"
47       >> \keepWithTag #'camille \includeLyrics "paroles"
48       \new Staff \with { \curiaceInstr } \withLyrics <<
49         \global \includeNotes "curiace"
50       >> \keepWithTag #'curiace \includeLyrics "paroles"
51       \new Staff \with { \jeuneHoraceInstr } \withLyrics <<
52         \global \includeNotes "jhorace"
53       >> \keepWithTag #'jhorace \includeLyrics "paroles"
54       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
55         \global \includeNotes "vhorace"
56       >> \keepWithTag #'vhorace \includeLyrics "paroles"
57     >>
58     \new Staff \with {
59       \bassoInstr
60       \consists "Metronome_mark_engraver"
61       \consists "Mark_engraver"
62     } <<
63       \global \keepWithTag #'basso \includeNotes "bassi"
64       \origLayout {
65         s1*2\pageBreak
66         s1*3\pageBreak s1*3\pageBreak
67         s1*2 s2 \bar "" \pageBreak s2 s1*2\pageBreak
68         s1*2 s2 \bar "" \pageBreak s2 s1*2\pageBreak
69         s1*3\pageBreak s1*3\pageBreak
70         s1*3\pageBreak s1*3\pageBreak
71         s1*3\pageBreak s1*3\pageBreak
72         s1*2 s2 \bar "" \pageBreak s2 s1*2\pageBreak
73         s1*4\pageBreak s1*3\pageBreak
74         s1*3\pageBreak s1*3\pageBreak
75         s1*3\pageBreak s1*5\pageBreak
76         s1*4\pageBreak s1*4\pageBreak
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   }