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