change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ADDpretreChoeur / score.ily
blobd56e332371375427823d1505df2e34d5021b1b95
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Corni en 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 { \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       \pretreInstr
34       \consists "Metronome_mark_engraver"
35       \consists "Mark_engraver"
36     } \withLyrics <<
37       \global \includeNotes "pretre"
38     >> \keepWithTag #'pretre \includeLyrics "paroles"
39     \new ChoirStaff \with { \haraKiriFirst \choeurInstr } <<
40       \new Staff \withLyrics <<
41         \global \includeNotes "vsoprano"
42       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
43       \new Staff \withLyrics <<
44         \global \includeNotes "valto"
45       >> \keepWithTag #'valto \includeLyrics "paroles"
46       \new Staff \withLyrics <<
47         \global \includeNotes "vtenor"
48       >> \keepWithTag #'vtenor \includeLyrics "paroles"
49       \new Staff \withLyrics <<
50         \global \includeNotes "vbasso"
51       >> \keepWithTag #'vbasso \includeLyrics "paroles"
52     >>
53     \new StaffGroupNoBracket <<
54       \new Staff \with {
55         \bassoInstr
56         \consists "Metronome_mark_engraver"
57         \consists "Mark_engraver"
58       } <<
59         \global \keepWithTag #'basso \includeNotes "bassi"
60         \modVersion {
61           s8 s1*8\pageBreak
62           s1*12\pageBreak
63           s1*14\pageBreak
64           s1*16\pageBreak
65           s1*7\pageBreak
66           s1*7\pageBreak
67           s1*8\pageBreak
68           s1*6\pageBreak
69           s1*13\pageBreak
70         }
71         \origLayout {
72           s8 s1*2\pageBreak
73           s1*3\pageBreak s1*3\pageBreak
74           s1*3\pageBreak s1*4\pageBreak
75           s1*5\pageBreak s1*4\pageBreak
76           s1*4\pageBreak s1*4\pageBreak
77           s1*4\pageBreak s1*5\pageBreak
78           s1*4\pageBreak s1*5\pageBreak
79           s1*4\pageBreak s1*4\pageBreak
80           s1*5\pageBreak s1*4\pageBreak
81           s1*5\pageBreak s1*5\pageBreak
82           s1*5\pageBreak s1*5\pageBreak
83           s1*4\pageBreak s1*2\pageBreak
84           s1*2\pageBreak s1*3\pageBreak
85         }
86       >>
87       \new Staff \with { \timpaniInstr } <<
88         \global \includeNotes "timpani"
89       >>
90     >>
91   >>
92   \layout {
93     \context {
94       \Score
95       \remove "Metronome_mark_engraver"
96       \remove "Mark_engraver"
97       \override NonMusicalPaperColumn #'page-break-permission = ##f
98     }
99   }
100   \midi {
101     \context { \Voice \remove "Dynamic_performer" }
102   }