change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BHBchoeur / score.ily
blob5954466514b03e03bb55060e4bd5ef0700983834
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Cor. Tr. }
6         shortInstrumentName = \markup\center-column { Cor. Tr. }
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 { Ob. Cl. }
15         shortInstrumentName = \markup\center-column { Ob. Cl. }
16       } << \global \keepWithTag #'oboi \includeNotes "oboi" >>
17       \new Staff \with {
18         instrumentName = "Fl."
19         shortInstrumentName = "Fl."
20       } << \global \keepWithTag #'flauti \includeNotes "flauti" >>
21       \new Staff \with {
22         instrumentName = "Fg."
23         shortInstrumentName = "Fg."
24       } << \global \keepWithTag #'fagotti \includeNotes "bassi" >>
25     >>
26     \new StaffGroupNoBracket <<
27       \new GrandStaff \with {
28         instrumentName = "Vn."
29         shortInstrumentName = "Vn."
30       } <<
31         \new Staff \with {
32           \consists "Metronome_mark_engraver" 
33           \consists "Mark_engraver"
34         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
35         \new Staff <<
36           \global \keepWithTag #'violino2 \includeNotes "violini"
37         >>
38       >>
39       \new Staff \with {
40         instrumentName = "Vla."
41         shortInstrumentName = "Vla."
42       } << \global \includeNotes "alto" >>
43     >>
44     \new ChoirStaff <<
45       \new Staff \with {
46         \consists "Metronome_mark_engraver" 
47         \consists "Mark_engraver"
48       } \withLyrics <<
49         \global \includeNotes "vtenor1"
50       >> \keepWithTag #'vtenor1 \includeLyrics "paroles"
51       \new Staff \withLyrics <<
52         \global \includeNotes "vbasse1"
53       >> \keepWithTag #'vbasse1 \includeLyrics "paroles"
54       \new Staff \withLyrics <<
55         \global \includeNotes "vbasse2"
56       >> \keepWithTag #'vbasse2 \includeLyrics "paroles"
57     >>
58     \new ChoirStaff \with {
59       instrumentName = \markup\smallCaps Ch.
60       shortInstrumentName = \markup\smallCaps Ch.
61     } <<
62       \new Staff \with {
63         \consists "Metronome_mark_engraver" 
64         \consists "Mark_engraver"
65       } \withLyrics <<
66         \global \includeNotes "vsoprano"
67       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
68       \new Staff \withLyrics <<
69         \global \includeNotes "valto"
70       >> \keepWithTag #'valto \includeLyrics "paroles"
71       \new Staff \withLyrics <<
72         \global \includeNotes "vtenor"
73       >> \keepWithTag #'vtenor \includeLyrics "paroles"
74       \new Staff \withLyrics <<
75         \global \includeNotes "vbasso"
76       >> \keepWithTag #'vbasso \includeLyrics "paroles"
77     >>
78     \new StaffGroupNoBracket <<
79       \new Staff \with {
80         instrumentName = "B."
81         shortInstrumentName = "B."
82         \consists "Metronome_mark_engraver"
83         \consists "Mark_engraver"
84         } <<
85         \global \keepWithTag #'basso \includeNotes "bassi"
86         \origLayout {
87           s1*4\pageBreak
88           s1*3\pageBreak s1*4\pageBreak
89           s1*4\pageBreak s1*4\pageBreak
90           s1*4\pageBreak s1*4\pageBreak
91           s1*3\pageBreak s1*4\pageBreak
92           s1*4\pageBreak s1*5\pageBreak
93           s1*4\pageBreak s1*3\pageBreak
94           s1*3\pageBreak s1*3\pageBreak
95           s1*3\pageBreak s1*2\pageBreak
96           s1*3\pageBreak s1*3\pageBreak
97           s1*3\pageBreak s1*3\pageBreak
98           s1*3\pageBreak s1*2\pageBreak
99           s1*3\pageBreak s1*4\pageBreak
100           s1*4\pageBreak s1*3\pageBreak
101           s1*4\pageBreak s1*4\pageBreak
102           s1*5\pageBreak s1*4\pageBreak
103           s1*3\pageBreak s1*2\pageBreak
104         }
105       >>
106       \new Staff \with {
107         instrumentName = "Cb."
108         shortInstrumentName = "Cb."
109         \haraKiriFirst
110       } <<
111         { \startHaraKiri s1*16 \stopHaraKiri
112           s1*11 \startHaraKiri }
113         \global \keepWithTag #'cb \includeNotes "bassi"
114       >>
115       \new Staff \with {
116         instrumentName = "Timp."
117         shortInstrumentName = "Timp."
118       } << \global \includeNotes "timpani" >>
119     >>
120   >>
121   \layout {
122     indent = #(* 8 mm)
123     \context {
124       \Score
125       \remove "Metronome_mark_engraver"
126       \remove "Mark_engraver"
127     }
128   }
129   \midi {
130     \context { \Voice \remove "Dynamic_performer" }
131   }