change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ADApretre / score.ily
blob0d388da6a8289dc4ef754c2cbaa327d104a50815
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column {
6           Corni \concat { mi " " \flat }
7         }
8         shortInstrumentName = "Cor."
9         \consists "Metronome_mark_engraver"
10       } << \keepWithTag #'() \global
11         \keepWithTag #'corni \includeNotes "corni"
12       >>
13       \new Staff \with {
14         instrumentName = \markup\center-column { Oboi col Clarinetti }
15         shortInstrumentName = \markup\center-column { Ob. Cl. }
16       } << \global \keepWithTag #'oboi \includeNotes "oboi" >>
17       \new Staff \with { \fagottiInstr } <<
18         \global \keepWithTag #'fagotti \includeNotes "bassi"
19       >>
20     >>
21     \new StaffGroupNoBracket <<
22       \new GrandStaff \with { \violiniInstr } <<
23         \new Staff \with { \consists "Metronome_mark_engraver" } <<
24           \global \keepWithTag #'violino1 \includeNotes "violini"
25         >>
26         \new Staff <<
27           \global \keepWithTag #'violino2 \includeNotes "violini"
28         >>
29       >>
30       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
31     >>
32     \new Staff \with {
33       \pretreInstr \consists "Metronome_mark_engraver"
34     } \withLyrics <<
35       \global \includeNotes "pretre"
36     >> \keepWithTag #'pretre \includeLyrics "paroles"
37     \new Staff \with {
38       \bcbInstr \consists "Metronome_mark_engraver"
39     } <<
40       \global \keepWithTag #'basso \includeNotes "bassi"
41       \origLayout {
42         s1*4\pageBreak
43         s1*3\pageBreak s1*2 s2 \bar "" \pageBreak
44         s2 s1*2\pageBreak s1*2\pageBreak
45         s1*3\pageBreak s1*2\pageBreak
46         s1*2 s2 \bar "" \pageBreak s2 s1*2\pageBreak
47       }
48     >>
49   >>
50   \layout {
51     \context { \Score \remove "Metronome_mark_engraver" }
52   }
53   \midi {
54     \context { \Voice \remove "Dynamic_performer" }
55   }