change default font and note style
[nenuvar.git] / Salieri / LesHoraces / AAGoracle / score.ily
blob3be5af7850b2d6f4fd50dda53305e1b42114b731
1 \score {
2   \new StaffGroupNoBar <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with {
5         instrumentName = \markup\center-column { Clarinetti Oboi }
6         shortInstrumentName = \markup\center-column { Cl. Ob. }
7       } <<
8         \new Staff \with { \consists "Metronome_mark_engraver" } <<
9           \global \includeNotes "oboe1"
10         >>
11         \new Staff << \global \includeNotes "oboe2" >>
12       >>
13       \new GrandStaff \with { \fagottiInstr } <<
14         \new Staff <<
15           \global \keepWithTag #'fagotto1 \includeNotes "fagotti"
16         >>
17         \new Staff <<
18           \global \keepWithTag #'fagotto2 \includeNotes "fagotti"
19         >>
20       >>
21     >>
22     \new StaffGroupNoBracket <<
23       \new GrandStaff \with { \violiniInstr } <<
24         \new Staff \with { \consists "Metronome_mark_engraver" } <<
25           \global \includeNotes "violino1"
26         >>
27         \new Staff << \global \includeNotes "violino2" >>
28       >>
29       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
30     >>
31     \new Staff \with {
32       instrumentName = \markup\smallCaps L'oracle
33       shortInstrumentName = "Or."
34     } \withLyrics <<
35       \global \includeNotes "oracle"
36     >> \includeLyrics "paroles"
37     \new Staff \with { \bcbInstr \consists "Metronome_mark_engraver" } <<
38       \global \includeNotes "bassi"
39       \origLayout { s8 s1*2\break }
40     >>
41   >>
42   \layout {
43     \context { \Score \remove "Metronome_mark_engraver" }
44   }
45   \midi {
46     \context { \Voice \remove "Dynamic_performer" }
47   }