change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CDBrecit / score.ily
blobf3ff0105e487b8b2854385184516ffda158e71cd
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 {
17         instrumentName = \markup\smallCaps "Une femme"
18         shortInstrumentName = \markup\smallCaps "Fe."
19         \consists "Metronome_mark_engraver" 
20         \consists "Mark_engraver"
21       } \withLyrics <<
22         \global \includeNotes "femme"
23       >> \keepWithTag #'femme \includeLyrics "paroles"
24       \new Staff \with { \camilleInstr \haraKiri } \withLyrics <<
25         \global \includeNotes "camille"
26       >> \keepWithTag #'camille \includeLyrics "paroles"
27       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
28         \global \includeNotes "vhorace"
29       >> \keepWithTag #'vhorace \includeLyrics "paroles"
30     >>
31     \new Staff \with {
32       \bassoInstr
33       \consists "Metronome_mark_engraver"
34       \consists "Mark_engraver"
35     } <<
36       \global \keepWithTag #'basso \includeNotes "bassi"
37       \origLayout {
38         s1*2\break s1*2\pageBreak s1*2\break s1*2\pageBreak
39         s1*2\break s1*2\pageBreak s1*2\break s1*2\pageBreak
40         s1*2\break s1*2\pageBreak s1*2\break s1*2\pageBreak
41         s1*2\break
42       }
43     >>
44   >>
45   \layout {
46     \context {
47       \Score
48       \remove "Metronome_mark_engraver"
49       \remove "Mark_engraver"
50     }
51   }
52   \midi {
53     \context { \Voice \remove "Dynamic_performer" }
54   }