change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BEAcamilleCuriace / score.ily
blobea73eebd4bda7a5e8c9e6703160b5067bf1600ac
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         \flautiInstr
6         \consists "Metronome_mark_engraver"
7         \consists "Mark_engraver"
8       } << \keepWithTag #'flauti \includeNotes "flauti" >>
9       \new Staff \with { \oboiInstr } <<
10         \global \keepWithTag #'oboi \includeNotes "oboi"
11       >>
12       \new Staff \with { \fagottiInstr } <<
13         \global \keepWithTag #'fagotti \includeNotes "fagotti"
14       >>
15     >>
16     \new StaffGroupNoBracket <<
17       \new GrandStaff \with { \violiniInstr } <<
18         \new Staff \with {
19           \consists "Metronome_mark_engraver" 
20           \consists "Mark_engraver"
21         } << \global \includeNotes "violino1" >>
22         \new Staff <<
23           \global \includeNotes "violino2"
24         >>
25       >>
26       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
27     >>
28     \new ChoirStaff <<
29       \new Staff \with { \camilleInstr \haraKiri } \withLyrics <<
30         \global \includeNotes "camille"
31       >> \keepWithTag #'camille \includeLyrics "paroles"
32       \new Staff \with { \curiaceInstr } \withLyrics <<
33         \global \includeNotes "curiace"
34       >> \keepWithTag #'curiace \includeLyrics "paroles"
35     >>
36     \new Staff \with {
37       \bassoInstr
38       \consists "Metronome_mark_engraver"
39       \consists "Mark_engraver"
40     } <<
41       \global \includeNotes "bassi"
42       \origLayout {
43         s1*3\pageBreak s1*2 s2 \bar "" \pageBreak
44         s2 s1*2\pageBreak
45       }
46     >>
47   >>
48   \layout {
49     \context {
50       \Score
51       \remove "Metronome_mark_engraver"
52       \remove "Mark_engraver"
53     }
54   }
55   \midi {
56     \context { \Voice \remove "Dynamic_performer" }
57   }