change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ACCquatuorChoeur / score.ily
blob9ba4e45790d6077ea97e6b93178e95befada3973
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Corni in D }
6         shortInstrumentName = "Cor."
7         \consists "Metronome_mark_engraver"
8       } << \keepWithTag #'() \global
9         \keepWithTag #'corni \includeNotes "corni"
10       >>
11       \new GrandStaff \with {
12         instrumentName = \markup\center-column { Oboi col Clarinetti }
13         shortInstrumentName = \markup\center-column { Ob. Cl. }
14       } <<
15         \new Staff << \global \includeNotes "oboe1" >>
16         \new Staff << \global \includeNotes "oboe2" >>
17       >>
18       \new Staff \with { \fagottiInstr } <<
19         \global \keepWithTag #'fagotti \includeNotes "fagotti"
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 ChoirStaff <<
32       \new Staff \with {
33         \camilleInstr \consists "Metronome_mark_engraver"
34       } \withLyrics <<
35         \global \includeNotes "camille"
36       >> \keepWithTag #'camille \includeLyrics "paroles"
37       \new Staff \with { \curiaceInstr } \withLyrics <<
38         \global \includeNotes "curiace"
39       >> \keepWithTag #'curiace \includeLyrics "paroles"
40       \new Staff \with { \jeuneHoraceInstr } \withLyrics <<
41         \global \includeNotes "jhorace"
42       >> \keepWithTag #'jhorace \includeLyrics "paroles"
43       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
44         \global \includeNotes "vhorace"
45       >> \keepWithTag #'vhorace \includeLyrics "paroles"
46     >>
47     \new ChoirStaff \with { \choeurInstr } <<
48       \new Staff \withLyrics <<
49         \global \includeNotes "vsoprano"
50       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
51       \new Staff \withLyrics <<
52         \global \includeNotes "valto"
53       >> \keepWithTag #'valto \includeLyrics "paroles"
54       \new Staff \withLyrics <<
55         \global \includeNotes "vtenor"
56       >> \keepWithTag #'vtenor \includeLyrics "paroles"
57       \new Staff \withLyrics <<
58         \global \includeNotes "vbasso"
59       >> \keepWithTag #'vbasso \includeLyrics "paroles"
60     >>
61     \new Staff \with {
62       \bassoInstr \consists "Metronome_mark_engraver"
63     } <<
64       \global \includeNotes "bassi"
65       \origLayout {
66         s1*4\pageBreak
67         s1*4\pageBreak s1*4\pageBreak
68         s1*4\pageBreak s1*4\pageBreak
69         s1*5\pageBreak s1*5\pageBreak
70         s1*4\pageBreak s1*5\pageBreak
71         s1*5\pageBreak s1*4\pageBreak
72         s1*5\pageBreak s1*4\pageBreak
73         s1*4\pageBreak s1*5\pageBreak
74         s1*5\pageBreak \grace s8 s1*4\pageBreak
75         s1*5\pageBreak s1*4\pageBreak
76         s1*4\pageBreak s1*5\pageBreak
77         s1*5\pageBreak s1*4\pageBreak
78         s1*4\pageBreak s1*4\pageBreak
79         s1*4\pageBreak s1*4\pageBreak
80         s1*4\pageBreak s1*4\pageBreak
81         s1*4\pageBreak s1*5\pageBreak
82         s1*5\pageBreak s1*5\pageBreak
83       }
84     >>
85   >>
86   \layout {
87     \context { \Score \remove "Metronome_mark_engraver" }
88   }
89   \midi {
90     \context { \Voice \remove "Dynamic_performer" }
91   }