change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BCArecit / score.ily
blob8af14a938ebc249bca83e581b9aff15d131b0163
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 \includeNotes "violino1" >>
9         \new Staff << \global \includeNotes "violino2" >>
10       >>
11       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
12       \new GrandStaff \with { \fagottiInstr \haraKiri } <<
13         \new Staff <<
14           \global \keepWithTag #'fagotto1 \includeNotes "fagotti"
15         >>
16         \new Staff <<
17           \global \keepWithTag #'fagotto2 \includeNotes "fagotti"
18         >>
19       >>
20     >>
21     \new ChoirStaff <<
22       \new Staff \with { \camilleInstr \haraKiri } \withLyrics <<
23        \global \includeNotes "camille"
24       >> \keepWithTag #'camille \includeLyrics "paroles"
25       \new Staff \with { \curiaceInstr } \withLyrics <<
26        \global \includeNotes "curiace"
27       >> \keepWithTag #'curiace \includeLyrics "paroles"
28       \new Staff \with {
29         instrumentName = \markup\concat {
30           \smallCaps L ’ \smallCaps Albain
31         }
32         shortInstrumentName = \markup\smallCaps Al
33       } \withLyrics <<
34         \global \includeNotes "albain"
35       >> \keepWithTag #'albain \includeLyrics "paroles"
36     >>
37     \new ChoirStaff \with { \choeurInstr \haraKiri } <<
38       \new Staff \withLyrics <<
39         \global \includeNotes "vhaute-contre"
40       >> \keepWithTag #'choeur \includeLyrics "paroles"
41       \new Staff \withLyrics <<
42         \global \includeNotes "vtaille"
43       >> \keepWithTag #'choeur \includeLyrics "paroles"
44       \new Staff \withLyrics <<
45         \global \includeNotes "vbasse"
46       >> \keepWithTag #'choeur \includeLyrics "paroles"
47     >>
48     \new Staff \with {
49       \bassoInstr
50       \consists "Metronome_mark_engraver"
51       \consists "Mark_engraver"
52     } <<
53       \global \keepWithTag #'basso \includeNotes "bassi"
54       \origLayout {
55         s1*2\pageBreak
56         s1*3\pageBreak s1*3\pageBreak
57         s1*2\pageBreak s1*2\pageBreak
58         s1*2\pageBreak s1*2\pageBreak
59         s1*3\pageBreak
60       }
61     >>
62   >>
63   \layout {
64     \context {
65       \Score
66       \remove "Metronome_mark_engraver"
67       \remove "Mark_engraver"
68     }
69   }
70   \midi {
71     \context { \Voice \remove "Dynamic_performer" }
72   }