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