change default font and note style
[nenuvar.git] / Salieri / LesHoraces / AADcamille / score.ily
blob480dcbc91e793f610c483c5e0c5e87e1a4c8d33a
1 \score {
2   \new StaffGroupNoBar <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with { \violiniInstr } <<
5         \new Staff \with { \consists "Metronome_mark_engraver" } <<
6           \global \includeNotes "violino1"
7         >>
8         \new Staff <<
9           \global \includeNotes "violino2"
10         >>
11       >>
12       \new Staff \with { \altoInstr } <<
13         \global \includeNotes "alto"
14       >>
15     >>
16     \new ChoirStaff <<
17       \new Staff \with {
18         instrumentName = \markup\center-column\smallCaps {
19           "Une suivante" "de Camille"
20         }
21         shortInstrumentName = "S."
22         \consists "Metronome_mark_engraver"
23       } \withLyrics <<
24         \global \includeNotes "suivante"
25       >> \keepWithTag #'suivante \includeLyrics "paroles"
26       \new Staff \with {
27         instrumentName = \markup\smallCaps Camille
28         shortInstrumentName = "C."
29       } \withLyrics <<
30         \global \includeNotes "camille"
31       >> \keepWithTag #'camille \includeLyrics "paroles"
32     >>
33     \new Staff \with { \bassoInstr \consists "Metronome_mark_engraver" } <<
34       \global \includeNotes "bassi"
35       \origLayout {
36         s1 s2 \bar "" \break s2 s1\pageBreak
37         s1*2\break s1*2\pageBreak
38         s1*2\break
39       }
40     >>
41   >>
42   \layout {
43     \context { \Score \remove "Metronome_mark_engraver" }
44   }
45   \midi {
46     \context { \Voice \remove "Dynamic_performer" }
47   }