change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CDChorace / score.ily
blobdbb5eb871d907ef6885a4ea35e6c4ef565cfe593
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Trombe en si♭ }
6         shortInstrumentName = "Tr."
7         \consists "Metronome_mark_engraver"
8         \consists "Mark_engraver"
9       } <<
10         \keepWithTag #'() \global
11         \keepWithTag #'trombe \includeNotes "trombe"
12       >>
13       \new Staff \with {
14         instrumentName = \markup\center-column { Corni en mi♭ }
15         shortInstrumentName = "Cor."
16       } <<
17         \keepWithTag #'() \global
18         \keepWithTag #'corni \includeNotes "corni"
19       >>
20       \new Staff \with { \oboiInstr } <<
21         \global \keepWithTag #'oboi \includeNotes "oboi"
22       >>
23       \new Staff \with { \fagottiInstr } <<
24         \global \keepWithTag #'fagotti \includeNotes "bassi"
25       >>
26     >>
27     \new StaffGroupNoBracket <<
28       \new GrandStaff \with { \violiniInstr } <<
29         \new Staff \with {
30           \consists "Metronome_mark_engraver" 
31           \consists "Mark_engraver"
32         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
33         \new Staff <<
34           \global \keepWithTag #'violino2 \includeNotes "violini" >>
35       >>
36       \new Staff \with { \altoInstr } <<
37         \global \keepWithTag #'alto \includeNotes "violini"
38       >>
39     >>
40     \new Staff \with { \vieilHoraceInstr } \withLyrics <<
41       \global \includeNotes "vhorace"
42     >> \keepWithTag #'vhorace \includeLyrics "paroles"
43     \new StaffGroupNoBracket <<
44       \new Staff \with { \bassoInstr } <<
45         \global \keepWithTag #'basso \includeNotes "bassi"
46         \origLayout {
47           s2.*2\break s2.*3\pageBreak s2.*2\break s2.*2\pageBreak
48           s2.*2\break s2.*3\pageBreak \grace s8 s2.*4\pageBreak
49           %%
50           s1*4\pageBreak
51           s1*4\pageBreak s1*4\pageBreak
52           s1*4\pageBreak
53         }
54       >>
55       \new Staff \with { \timpaniInstr \haraKiri } <<
56         \global \includeNotes "timpani"
57       >>
58     >>
59   >>
60   \layout {
61     \context {
62       \Score
63       \remove "Metronome_mark_engraver"
64       \remove "Mark_engraver"
65     }
66   }
67   \midi {
68     \context { \Voice \remove "Dynamic_performer" }
69   }