change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CCArecit / score.ily
blobeae98bc4793ca9cf80e8e0629a9b2357c1a6f241
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         \camilleInstr
18         \consists "Metronome_mark_engraver" 
19         \consists "Mark_engraver"
20       } \withLyrics <<
21         \global \includeNotes "camille"
22       >> \keepWithTag #'camille \includeLyrics "paroles"
23       \new Staff \with {
24         instrumentName = \markup\smallCaps "Un Romain"
25         shortInstrumentName = \markup\smallCaps "Ro."
26       } \withLyrics <<
27         \global \includeNotes "romain"
28       >> \keepWithTag #'romain \includeLyrics "paroles"
29       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
30         \global \includeNotes "vhorace"
31       >> \keepWithTag #'vhorace \includeLyrics "paroles"
32     >>
33     \new Staff \with {
34       \bassoInstr
35       \consists "Metronome_mark_engraver"
36       \consists "Mark_engraver"
37     } <<
38       \global \keepWithTag #'basso \includeNotes "bassi"
39       \origLayout {
40         s1 s2 \bar "" \break s2 s1\pageBreak
41         s1*2\break s1*2\pageBreak 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   }