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