change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ADBpretreChoeur / score.ily
blobab89599f4c992a3774731d5a44d99f19afcf419e
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Trombe in C }
6         shortInstrumentName = "Tr."
7         \consists "Metronome_mark_engraver"
8         \consists "Mark_engraver"
9       } << \keepWithTag #'() \global
10         \keepWithTag #'trombe \includeNotes "trombe"
11       >>
12       \new Staff \with {
13         instrumentName = \markup\center-column { Corni in C }
14         shortInstrumentName = "Cor."
15       } << \keepWithTag #'() \global
16         \keepWithTag #'corni \includeNotes "corni"
17       >>
18       \new GrandStaff \with { \flautiInstr } <<
19         \new Staff << \global \keepWithTag #'flauto1 \includeNotes "flauti" >>
20         \new Staff << \global \keepWithTag #'flauto2 \includeNotes "flauti" >>
21       >>
22       \new GrandStaff \with {
23         instrumentName = \markup\center-column { Oboi col Clarinetti }
24         shortInstrumentName = \markup\center-column { Ob. Cl. }
25       } <<
26         \new Staff << \global \keepWithTag #'oboe1 \includeNotes "oboi" >>
27         \new Staff << \global \keepWithTag #'oboe2 \includeNotes "oboi" >>
28       >>
29       \new GrandStaff \with { \fagottiInstr } <<
30         \new Staff <<
31           \global \keepWithTag #'fagotto1 \includeNotes "fagotti"
32         >>
33         \new Staff <<
34           \global \keepWithTag #'fagotto2-conducteur \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 Staff \with {
49       \pretreInstr
50       \consists "Metronome_mark_engraver"
51       \consists "Mark_engraver"
52     } \withLyrics <<
53       \global \includeNotes "pretre"
54     >> \keepWithTag #'pretre \includeLyrics "paroles"
55     \new ChoirStaff \with { \choeurInstr } <<
56       \new Staff \withLyrics <<
57         \global \includeNotes "vsoprano"
58       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
59       \new Staff \withLyrics <<
60         \global \includeNotes "valto"
61       >> \keepWithTag #'valto \includeLyrics "paroles"
62       \new Staff \withLyrics <<
63         \global \includeNotes "vtenor"
64       >> \keepWithTag #'vtenor \includeLyrics "paroles"
65       \new Staff \withLyrics <<
66         \global \includeNotes "vbasso"
67       >> \keepWithTag #'vbasso \includeLyrics "paroles"
68     >>
69     \new Staff \with {
70       \bcbInstr
71       \consists "Metronome_mark_engraver"
72       \consists "Mark_engraver"
73     } <<
74       \global \keepWithTag #'basso \includeNotes "bassi"
75       \origLayout {
76         s2 s1*2\pageBreak
77         s1*3\pageBreak s1*3\pageBreak
78         s1*3\pageBreak s1*3\pageBreak
79         s1*4\pageBreak s1*3\pageBreak
80         s1*3\pageBreak s1*3\pageBreak
81         s1*3\pageBreak s1*3\pageBreak
82         s1*2\pageBreak s1*3\pageBreak
83         s1*3\pageBreak \grace s8 s1*3\pageBreak
84         s1*3\pageBreak s1*3\pageBreak
85         s1*3\pageBreak s1*2\pageBreak
86         s1*2 s2 \bar "" \pageBreak s2 s1*2\pageBreak
87       }
88     >>
89   >>
90   \layout {
91     \context {
92       \Score
93       \remove "Metronome_mark_engraver"
94       \remove "Mark_engraver"
95     }
96   }
97   \midi {
98     \context { \Voice \remove "Dynamic_performer" }
99   }