change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BEBcuriace / score.ily
blobbe019e712e6caf507434e5d416945229be934adb
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Trombe in D }
6         shortInstrumentName = "Tr."
7         \consists "Metronome_mark_engraver"
8         \consists "Mark_engraver"
9       } <<
10         \keepWithTag #'() \global
11         \keepWithTag #'trombe \includeNotes "trombe"
12       >>
13       \new GrandStaff \with {
14         instrumentName = \markup\center-column { Corni mi♭ }
15         shortInstrumentName = "Cor."
16       } <<
17         \new Staff <<
18           \keepWithTag #'() \global
19           \keepWithTag #'corno1 \includeNotes "corni"
20         >>
21         \new Staff <<
22           \keepWithTag #'() \global
23           \keepWithTag #'corno2 \includeNotes "corni"
24         >>
25       >>
26       \new Staff \with {
27         instrumentName = "Flauto solo"
28         shortInstrumentName = "Fl."
29       } <<
30         \global \includeNotes "flauti"
31       >>
32       \new GrandStaff \with { \clarinettiInstr } <<
33         \new Staff <<
34           \global \keepWithTag #'clarinetto1 \includeNotes "clarinetti"
35         >>
36         \new Staff <<
37           \global \keepWithTag #'clarinetto2 \includeNotes "clarinetti"
38         >>
39       >>
40       \new GrandStaff \with { \fagottiInstr } <<
41         \new Staff <<
42           \global \keepWithTag #'fagotto1 \includeNotes "bassi"
43         >>
44         \new Staff <<
45           \global \keepWithTag #'fagotto2 \includeNotes "bassi"
46         >>
47       >>
48     >>
49     \new StaffGroupNoBracket <<
50       \new GrandStaff \with { \violiniInstr } <<
51         \new Staff \with {
52           \consists "Metronome_mark_engraver" 
53           \consists "Mark_engraver"
54         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
55         \new Staff <<
56           \global \keepWithTag #'violino2 \includeNotes "violini"
57         >>
58       >>
59       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
60     >>
61     \new Staff \with { \curiaceInstr } \withLyrics <<
62       \global \includeNotes "curiace"
63     >> \keepWithTag #'curiace \includeLyrics "paroles"
64     \new Staff \with {
65       \bassoInstr
66       \consists "Metronome_mark_engraver"
67       \consists "Mark_engraver"
68     } <<
69       \global \keepWithTag #'basso \includeNotes "bassi"
70       \origLayout {
71         s8 s2.*3\pageBreak s2.*4\pageBreak
72         s2.*5\pageBreak s2.*4\pageBreak
73         s2.*4\pageBreak s2.*4\pageBreak
74         s2.*4\pageBreak s2.*3\pageBreak
75         s2.*4\pageBreak \grace s4 s2.*4\pageBreak
76         s2.*4\pageBreak \grace s8 s2.*4\pageBreak
77         s2.*4\pageBreak s2.*3\pageBreak
78         s2.*3\pageBreak s2.*5\pageBreak
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   }