change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CGArecit / score.ily
blobac4ea0288318da3d0922eadbb95705c4213e9469
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         \flautiInstr
6         \consists "Metronome_mark_engraver"
7         \consists "Mark_engraver"
8       } <<
9         \keepWithTag #'() \global
10         \keepWithTag #'flauti \includeNotes "oboi"
11       >>
12       \new Staff \with { 
13         instrumentName = \markup\center-column {
14           Oboe col Clarinetti
15         }
16         shortInstrumentName = \markup\center-column { Ob. Cl. }
17       } <<
18         \global \keepWithTag #'oboi \includeNotes "oboi"
19       >>
20       \new Staff \with { \fagottiInstr } <<
21         \global \keepWithTag #'fagotti \includeNotes "bassi"
22       >>
23     >>
24     \new StaffGroupNoBracket <<
25       \new GrandStaff \with { \violiniInstr } <<
26         \new Staff \with {
27           \consists "Metronome_mark_engraver" 
28           \consists "Mark_engraver"
29         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
30         \new Staff <<
31           \global \keepWithTag #'violino2 \includeNotes "violini"
32         >>
33       >>
34       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
35     >>
36     \new ChoirStaff \with { \haraKiri } <<
37       \new Staff \with {
38         \camilleInstr
39         \consists "Metronome_mark_engraver"
40         \consists "Mark_engraver"
41       } \withLyrics <<
42         \global \includeNotes "camille"
43       >> \keepWithTag #'camille \includeLyrics "paroles"
44       \new Staff \with { \jeuneHoraceInstr } \withLyrics <<
45         \global \includeNotes "jhorace"
46       >> \keepWithTag #'jhorace \includeLyrics "paroles"
47       \new Staff \with { \valereInstr } \withLyrics <<
48         \global \includeNotes "valere"
49       >> \keepWithTag #'valere \includeLyrics "paroles"
50     >>
51     \new ChoirStaff \with { \choeurInstr \haraKiri } <<
52       \new Staff \withLyrics <<
53         \global \includeNotes "vsoprano"
54       >> \keepWithTag #'choeur \includeLyrics "paroles"
55       \new Staff \withLyrics <<
56         \global \includeNotes "valto"
57       >> \keepWithTag #'choeur \includeLyrics "paroles"
58       \new Staff \withLyrics <<
59         \global \includeNotes "vtenor"
60       >> \keepWithTag #'choeur \includeLyrics "paroles"
61       \new Staff \withLyrics <<
62         \global \includeNotes "vbasso"
63       >> \keepWithTag #'choeur \includeLyrics "paroles"
64     >>
65     \new Staff \with {
66       \bassoInstr
67       \consists "Metronome_mark_engraver"
68       \consists "Mark_engraver"
69     } <<
70       \global \keepWithTag #'basso \includeNotes "bassi"
71       \origLayout {
72         s1*3\pageBreak
73         s1*3\pageBreak s1*3\pageBreak
74         s1*3\pageBreak s1*3\pageBreak
75         s1*3\pageBreak s1*2\pageBreak
76         s1*3\pageBreak s1*3\pageBreak
77         s1*2\pageBreak s1*3\pageBreak
78         s1*3\pageBreak s1*3\pageBreak
79         s1*3\pageBreak s1*3\pageBreak
80         s1*3\pageBreak s1*3\pageBreak
81         s1*3\pageBreak s1*3\pageBreak
82         s1*3\pageBreak s1*2\pageBreak
83         s1*3\pageBreak s1*2\pageBreak
84         s1*3\pageBreak s1*2\pageBreak
85         s1*3\pageBreak s1*2\pageBreak
86         s1*2\pageBreak s1*2\pageBreak
87         s1*2\pageBreak
88       }
89     >>
90   >>
91   \layout {
92     \context {
93       \Score
94       \remove "Metronome_mark_engraver"
95       \remove "Mark_engraver"
96     }
97   }
98   \midi {
99     \context { \Voice \remove "Dynamic_performer" }
100   }