change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ADFchoeur / score.ily
blob43e5637b97779a92a37e0f0b0e8488e283e8cbd2
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with {
5         instrumentName = \markup\center-column { Corni en 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 {
21         instrumentName = \markup\center-column {
22           Flauti Oboi Clarinetti
23         }
24         shortInstrumentName = \markup\center-column {
25           Fl. Ob. Cl.
26         }
27       } <<
28         \new Staff <<
29           \global \keepWithTag #'tous1 \includeNotes "oboi"
30         >>
31         \new Staff <<
32           \global \keepWithTag #'tous2 \includeNotes "oboi"
33         >>
34       >>
35       \new GrandStaff \with { \fagottiInstr } <<
36         \new Staff <<
37           \global \keepWithTag #'fagotto1 \includeNotes "fagotti"
38         >>
39         \new Staff <<
40           \global \keepWithTag #'fagotto2 \includeNotes "fagotti"
41         >>
42       >>
43     >>
44     \new StaffGroupNoBracket <<
45       \new GrandStaff \with { \violiniInstr } <<
46         \new Staff \with {
47           \consists "Metronome_mark_engraver" 
48           \consists "Mark_engraver"
49         } << \global \includeNotes "violino1" >>
50         \new Staff << \global \includeNotes "violino2" >>
51       >>
52       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
53     >>
54     \new ChoirStaff \with { \choeurInstr } <<
55       \new Staff \withLyrics <<
56         \global \includeNotes "vsoprano"
57       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
58       \new Staff \withLyrics <<
59         \global \includeNotes "valto"
60       >> \keepWithTag #'valto \includeLyrics "paroles"
61       \new Staff \withLyrics <<
62         \global \includeNotes "vtenor"
63       >> \keepWithTag #'vtenor \includeLyrics "paroles"
64       \new Staff \withLyrics <<
65         \global \includeNotes "vbasso"
66       >> \keepWithTag #'vbasso \includeLyrics "paroles"
67     >>
68     \new Staff \with {
69       \bassoInstr
70       \consists "Metronome_mark_engraver"
71       \consists "Mark_engraver"
72     } <<
73       \global \includeNotes "bassi"
74       \modVersion { s8 s1*4\break }
75       \origLayout {
76         s8 s1*2\pageBreak s1*4\pageBreak
77         s1*4\pageBreak \grace s4
78       }
79     >>
80   >>
81   \layout {
82     \context {
83       \Score
84       \remove "Metronome_mark_engraver"
85       \remove "Mark_engraver"
86     }
87   }
88   \midi {
89     \context { \Voice \remove "Dynamic_performer" }
90   }