change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BEEcamilleCuriace / score.ily
blobefc0b24a35d9e3743b3a5b9d8d6be9fdf92fcef2
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         \clarinettiInstr
6         \consists "Metronome_mark_engraver"
7         \consists "Mark_engraver"
8       } <<
9         \global \keepWithTag #'clarinetti \includeNotes "clarinetti"
10       >>
11       \new Staff \with { \oboiInstr } <<
12         \global \keepWithTag #'oboi \includeNotes "oboi"
13       >>
14       \new Staff \with { \fagottiInstr } <<
15         \global \keepWithTag #'fagotti \includeNotes "fagotti"
16       >>
17     >>
18     \new StaffGroupNoBracket <<
19       \new GrandStaff \with { \violiniInstr } <<
20         \new Staff \with {
21           \consists "Metronome_mark_engraver" 
22           \consists "Mark_engraver"
23         } << \global \includeNotes "violino1" >>
24         \new Staff <<
25           \global \includeNotes "violino2"
26         >>
27       >>
28       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
29     >>
30     \new ChoirStaff <<
31       \new Staff \with { \camilleInstr } \withLyrics <<
32         \global \includeNotes "camille"
33       >> \keepWithTag #'camille \includeLyrics "paroles"
34       \new Staff \with { \curiaceInstr } \withLyrics <<
35         \global \includeNotes "curiace"
36       >> \keepWithTag #'curiace \includeLyrics "paroles"
37     >>
38     \new Staff \with {
39       \bassoInstr
40       \consists "Metronome_mark_engraver"
41       \consists "Mark_engraver"
42     } <<
43       \global \keepWithTag #'basso \includeNotes "bassi"
44       \origLayout {
45         s2*5\pageBreak
46         s2*5\pageBreak s2*5\pageBreak
47         s2*4\pageBreak
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   }