change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CEChoraceChoeur / score.ily
blob0d21451a8d159fa07f8b6a71da5bf69f7fd950b7
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Corni in A }
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 { \oboiInstr } <<
14         \global \keepWithTag #'oboi \includeNotes "oboi"
15       >>
16       \new Staff \with { \fagottiInstr } <<
17         \global \keepWithTag #'fagotti \includeNotes "bassi"
18       >>
19     >>
20     \new StaffGroupNoBracket <<
21       \new GrandStaff \with { \violiniInstr } <<
22         \new Staff \with {
23           \consists "Metronome_mark_engraver" 
24           \consists "Mark_engraver"
25         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
26         \new Staff <<
27           \global \keepWithTag #'violino2 \includeNotes "violini"
28         >>
29       >>
30       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
31     >>
32     \new Staff \with {
33       \vieilHoraceInstr \haraKiri
34       \consists "Metronome_mark_engraver"
35       \consists "Mark_engraver"
36     } \withLyrics <<
37       \global \includeNotes "vhorace"
38     >> \keepWithTag #'vhorace \includeLyrics "paroles"
39     \new ChoirStaff \with { \choeurInstr \haraKiriFirst } <<
40       \new Staff \withLyrics <<
41         \global \includeNotes "valto"
42       >> \keepWithTag #'vchoeur \includeLyrics "paroles"
43       \new Staff \withLyrics <<
44         \global \includeNotes "vtenor"
45       >> \keepWithTag #'vchoeur \includeLyrics "paroles"
46       \new Staff \withLyrics <<
47         \global \includeNotes "vbasso"
48       >> \keepWithTag #'vchoeur \includeLyrics "paroles"
49     >>
50     \new Staff \with { \bassoInstr } <<
51       \global \keepWithTag #'basso \includeNotes "bassi"
52       \origLayout {
53         s1*3\pageBreak
54         s1*4\pageBreak \grace s4 s1*4\pageBreak
55         s1*4\pageBreak s1*5\pageBreak
56         s1*5\pageBreak s1*5\pageBreak
57         s1*5\pageBreak s1*5\pageBreak
58         s1*5\pageBreak s1*5\pageBreak
59       }
60     >>
61   >>
62   \layout {
63     \context {
64       \Score
65       \remove "Metronome_mark_engraver"
66       \remove "Mark_engraver"
67     }
68   }
69   \midi {
70     \context { \Voice \remove "Dynamic_performer" }
71   }