change default font and note style
[nenuvar.git] / Salieri / LesHoraces / AAAouverture / score.ily
blobf453828d28e9380b317ac015cd8201e64d2f578a
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Trombe col Corni }
6         shortInstrumentName = \markup\center-column { Tr. Cor. }
7         \consists "Metronome_mark_engraver"
8       } <<
9         \transpose re do \global
10         \keepWithTag #'trombe \includeNotes "trombe"
11       >>
12       \new GrandStaff \with { \oboiInstr } <<
13         \new Staff <<
14           \global \keepWithTag #'oboe1 \includeNotes "oboi"
15         >>
16         \new Staff <<
17           \global \keepWithTag #'oboe2-conducteur \includeNotes "oboi"
18         >>
19       >>
20       \new Staff \with { \fagottiInstr } <<
21         \global \keepWithTag #'fagotti \includeNotes "bassi"
22       >>
23     >>
24     \new StaffGroupNoBracket <<
25       \new GrandStaff \with { \violiniInstr } <<
26         \new Staff \with { \consists "Metronome_mark_engraver" } <<
27           \global \keepWithTag #'violino1 \includeNotes "violini"
28         >>
29         \new Staff <<
30           \global \keepWithTag #'violino2 \includeNotes "violini"
31         >>
32       >>
33       \new Staff \with { \altoInstr } <<
34         \global \includeNotes "alto"
35       >>
36       \new Staff \with { \bcbInstr } <<
37         \global \keepWithTag #'basso \includeNotes "bassi"
38         \origLayout {
39           s1*5\pageBreak s1*6\pageBreak s1*5\pageBreak s1*5\pageBreak
40           s1*5\pageBreak s1*5\pageBreak s1*5\pageBreak s1*5\pageBreak
41           s1*5\pageBreak s1*5\pageBreak s1*6\pageBreak s1*6\pageBreak
42           s1*7\pageBreak s1*6\pageBreak s1*6\pageBreak s1*5\pageBreak
43           s1*6\pageBreak s1*6\pageBreak s1*6\pageBreak s1*5\pageBreak
44           s1*6\pageBreak s1*6\pageBreak s1*6\pageBreak s1*6\pageBreak
45           s1*5\pageBreak s1*5\pageBreak s1*5\pageBreak s1*5\pageBreak
46           s1*5\pageBreak s1*5\pageBreak s1*6\pageBreak s1*5\pageBreak
47         }
48       >>
49     >>
50     \new Staff \with {
51       \timpaniInstr
52       \consists "Metronome_mark_engraver"
53     } << \transpose re do \global \includeNotes "timpani" >>
54   >>
55   \layout {
56     \context { \Score \remove "Metronome_mark_engraver" }
57   }
58   \midi {
59     \context { \Voice \remove "Dynamic_performer" }
60   }