change default font and note style
[nenuvar.git] / Salieri / LesHoraces / AAFcamilleChoeur / score.ily
blob1f48172eb6d7c6e9444451c10c15ec6e119dff66
1 \score {
2   \new StaffGroupNoBar <<
3     \new GrandStaff \with {
4       instrumentName = \markup\center-column {
5         "Clarinetti" "et fagotti"
6         }
7       shortInstrumentName = \markup\center-column { Cl. Fg. }
8     } <<
9       \new Staff \with { \consists "Metronome_mark_engraver" } <<
10         \global \includeNotes "fagotto1"
11       >>
12       \new Staff << \global \includeNotes "fagotto2" >>
13     >>
14     \new StaffGroupNoBracket <<
15       \new GrandStaff \with { \violiniInstr } <<
16         \new Staff << \global \includeNotes "violino1" >>
17         \new Staff << \global \includeNotes "violino2" >>
18       >>
19       \new GrandStaff \with { \violaInstr } <<
20         \new Staff << \global \includeNotes "alto1" >>
21         \new Staff << \global \includeNotes "alto2" >>
22       >>
23     >>
24     \new ChoirStaff \with {
25       instrumentName = \markup\smallCaps ChÅ“ur
26       shortInstrumentName = "Ch."
27     } <<
28       \new Staff \with { \consists "Metronome_mark_engraver" } \withLyrics <<
29         \global \includeNotes "choeur1"
30       >> \keepWithTag #'choeur \includeLyrics "paroles"
31       \new Staff \withLyrics <<
32         \global \includeNotes "choeur2"
33       >> \keepWithTag #'choeur \includeLyrics "paroles"
34     >>
35     \new Staff \with {
36       instrumentName = \markup\smallCaps Camille
37       shortInstrumentName = "C."
38     } \withLyrics <<
39       \global \includeNotes "camille"
40     >> \keepWithTag #'camille \includeLyrics "paroles"
41     \new Staff \with {
42       \vccbInstr
43       \consists "Metronome_mark_engraver"
44     } <<
45       \global \keepWithTag #'bassi \includeNotes "bassi"
46       \origLayout {
47         s8 s2.*3\pageBreak s2.*4\pageBreak s2.*4\pageBreak
48         s2.*4\pageBreak \grace s4 s2.*4\pageBreak s2.*4\pageBreak
49         s2.*4\pageBreak \grace s8
50       }
51     >>
52   >>
53   \layout {
54     \context { \Score \remove "Metronome_mark_engraver" }
55   }
56   \midi {
57     \context { \Voice \remove "Dynamic_performer" }
58   }