change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ABAcamilleChoeur / score.ily
blobffceb3e45f2c9b1e539bb9bafe29f876e1eb6838
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with { \corniInstr } <<
5         \new Staff \with { \haraKiri \consists "Metronome_mark_engraver" } <<
6           { s1*44 \noHaraKiri }
7           \transpose sib do \global
8           \keepWithTag #'corno1 \includeNotes "corni"
9         >>
10         \new Staff \with { \haraKiri } <<
11           { s1*44 \noHaraKiri }
12           \transpose sib do \global
13           \keepWithTag #'corno2 \includeNotes "corni"
14         >>
15       >>
16       \new GrandStaff \with { \haraKiri \flautiInstr } <<
17         \new Staff <<
18           { s1*44 \noHaraKiri }
19           \global \keepWithTag #'flauto1 \includeNotes "flauti"
20         >>
21         \new Staff <<
22           { s1*44 \noHaraKiri }
23           \global \keepWithTag #'flauto2 \includeNotes "flauti"
24         >>
25       >>
26       \new GrandStaff \with { \haraKiri \oboiInstr } <<
27         \new Staff <<
28           { s1*44 \noHaraKiri }
29           \global \keepWithTag #'oboe1 \includeNotes "oboi"
30         >>
31         \new Staff <<
32           { s1*44 \noHaraKiri }
33           \global \keepWithTag #'oboe2 \includeNotes "oboi"
34         >>
35       >>
36       \new Staff \with { \haraKiri \fagottiInstr } <<
37         { s1*44 \noHaraKiri }
38         \global \includeNotes "fagotti"
39       >>
40     >>
41     \new StaffGroupNoBracket <<
42       \new GrandStaff \with { \violiniInstr } <<
43         \new Staff \with { \consists "Metronome_mark_engraver" } <<
44           \global \includeNotes "violino1"
45         >>
46         \new Staff <<
47           \global \includeNotes "violino2"
48         >>
49       >>
50       \new Staff \with { \altoInstr } <<
51         \global \includeNotes "alto"
52       >>
53     >>
54     \new Staff \with { \camilleInstr } \withLyrics <<
55       \global \includeNotes "camille"
56     >> \keepWithTag #'camille \includeLyrics "paroles"
57     \new ChoirStaff \with { \choeurInstr } <<
58       \new Staff \with {
59         \haraKiri \consists "Metronome_mark_engraver"
60       } \withLyrics <<
61         { s1*44 \noHaraKiri }
62         \global \includeNotes "vsoprano"
63       >> \keepWithTag #'vsoprano \includeLyrics "paroles"
64       \new Staff \with { \haraKiri } \withLyrics <<
65         { s1*44 \noHaraKiri }
66         \global \includeNotes "valto"
67       >> \keepWithTag #'valto \includeLyrics "paroles"
68       \new Staff \with { \haraKiri } \withLyrics <<
69         { s1*44 \noHaraKiri }
70         \global \includeNotes "vtenor"
71       >> \keepWithTag #'vtenor \includeLyrics "paroles"
72       \new Staff \with { \haraKiri } \withLyrics <<
73         { s1*44 \noHaraKiri }
74         \global \includeNotes "vbasso"
75       >> \keepWithTag #'vbasso \includeLyrics "paroles"
76     >>
77     \new Staff \with { \bassoInstr \consists "Metronome_mark_engraver" } <<
78       \global \includeNotes "bassi"
79       \modVersion { s1*32 s2 \break s2 s1*10 s2. \break }
80       \origLayout {
81         s1*4\pageBreak s1*5\pageBreak s1*5\pageBreak s1*5\pageBreak
82         s1*5\pageBreak s1*5\pageBreak s1*5\pageBreak s1*3\pageBreak
83         s1*3\pageBreak s1*3\pageBreak \grace s4 s1*5\pageBreak s1*5\pageBreak
84         s1*5\pageBreak
85       }
86     >>
87   >>
88   \layout {
89     \context { \Score \remove "Metronome_mark_engraver" }
90   }
91   \midi {
92     \context { \Voice \remove "Dynamic_performer" }
93   }