change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BAAcacujh / score.ily
blobf0e839cdd4270420ab10fac3900b4cf66a9b0472
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with {
5         instrumentName = \markup\center-column { Corni inĀ fa }
6         shortInstrumentName = "Cor."
7         \haraKiri
8       } <<
9         \new Staff \with {
10           \consists "Metronome_mark_engraver"
11           \consists "Mark_engraver"
12         } <<
13           \keepWithTag #'() \global
14           \keepWithTag #'corno1 \includeNotes "corni"
15         >>
16         \new Staff <<
17           \keepWithTag #'() \global
18           \keepWithTag #'corno2 \includeNotes "corni"
19         >>
20       >>
21       \new GrandStaff \with { \oboiInstr \haraKiri } <<
22         \new Staff <<
23           \global \keepWithTag #'oboe1 \includeNotes "oboi"
24         >>
25         \new Staff <<
26           \global \keepWithTag #'oboe2 \includeNotes "oboi"
27         >>
28       >>
29       \new GrandStaff \with { \fagottiInstr \haraKiri } <<
30         \new Staff <<
31           \global \keepWithTag #'fagotto1 \includeNotes "fagotti"
32         >>
33         \new Staff <<
34           \global \keepWithTag #'fagotto2 \includeNotes "fagotti"
35         >>
36       >>
37     >>
38     \new StaffGroupNoBracket <<
39       \new GrandStaff \with { \violiniInstr } <<
40         \new Staff \with {
41           \consists "Metronome_mark_engraver" 
42           \consists "Mark_engraver"
43         } << \global \includeNotes "violino1" >>
44         \new Staff << \global \includeNotes "violino2" >>
45       >>
46       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
47     >>
48     \new ChoirStaff <<
49       \new Staff \with { \camilleInstr } \withLyrics <<
50         \global \includeNotes "camille"
51       >> \keepWithTag #'camille \includeLyrics "paroles"
52       \new Staff \with { \curiaceInstr } \withLyrics <<
53         \global \includeNotes "curiace"
54       >> \keepWithTag #'curiace \includeLyrics "paroles"
55       \new Staff \with { \jeuneHoraceInstr } \withLyrics <<
56         \global \includeNotes "jhorace"
57       >> \keepWithTag #'jhorace \includeLyrics "paroles"
58     >>
59     \new StaffGroupNoBracket <<
60       \new Staff \with {
61         \violoncelliInstr
62         \consists "Metronome_mark_engraver"
63         \consists "Mark_engraver"
64       } <<
65         \global \keepWithTag #'cello \includeNotes "bassi"
66         \origLayout {
67           s16 s2*4\pageBreak
68           s2*4\pageBreak s2*4\pageBreak
69           s1*2 s2 \bar "" \pageBreak s2 s1\pageBreak
70           s2*4\pageBreak s1*2\pageBreak
71           s1\break s1*2\pageBreak s2*3\break s1*2\pageBreak
72           s1*2\break
73         }
74         \modVersion { s16 s2*12 s1*4 s2*4 s1*2\pageBreak }
75       >>
76       \new Staff \with { \cbInstr \haraKiri } <<
77         { s16 s2*12 s1*4 s2*4 s1*2 \startHaraKiri }
78         \global \keepWithTag #'cb \includeNotes "bassi"
79       >>
80     >>
81   >>
82   \layout {
83     \context {
84       \Score
85       \remove "Metronome_mark_engraver"
86       \remove "Mark_engraver"
87     }
88   }
89   \midi {
90     \context { \Voice \remove "Dynamic_performer" }
91   }