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