change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BHAsacrificateur / score.ily
blobe51c16bfbb65309aadfc3b969eaf46574bed7291
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column {
6           Corni col Trombe in C
7         }
8         shortInstrumentName = \markup\center-column { Cor. Tr. }
9         \consists "Metronome_mark_engraver"
10         \consists "Mark_engraver"
11       } <<
12         \keepWithTag #'() \global
13         \keepWithTag #'corni \includeNotes "corni"
14       >>
15       \new Staff \with {
16         instrumentName = \markup\center-column {
17           Oboi col Clarinetti
18         }
19         shortInstrumentName = \markup\center-column { Ob. Cl. }
20       } << \global \keepWithTag #'oboi \includeNotes "oboi" >>
21       \new Staff \with { \fagottiInstr } <<
22         \global \keepWithTag #'fagotti \includeNotes "bassi"
23       >>
24     >>
25     \new StaffGroupNoBracket <<
26       \new GrandStaff \with { \violiniInstr } <<
27         \new Staff \with {
28           \consists "Metronome_mark_engraver" 
29           \consists "Mark_engraver"
30         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
31         \new Staff <<
32           \global \keepWithTag #'violino2 \includeNotes "violini"
33         >>
34       >>
35       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
36     >>
38     \new Staff \with {
39       instrumentName = \markup\center-column\smallCaps {
40         Le Grand Sacrificateur
41       }
42       shortInstrumentName = \markup\smallCaps Sa.
43     } \withLyrics <<
44       \global \includeNotes "sacrificateur"
45     >> \keepWithTag #'sacrificateur \includeLyrics "paroles"
47     \new StaffGroupNoBracket <<
48       \new Staff \with {
49         \bassoInstr
50         \consists "Metronome_mark_engraver"
51         \consists "Mark_engraver"
52         } <<
53         \global \keepWithTag #'basso \includeNotes "bassi"
54         \origLayout {
55           s1*4\pageBreak
56           s1*4\pageBreak s1*5\pageBreak
57           s1*4\pageBreak s1*4\pageBreak
58           s1*3\pageBreak s1*2\pageBreak
59           s1*3\pageBreak s1*2\pageBreak
60         }
61       >>
62       \new Staff \with { \timpaniInstr } <<
63         \global \includeNotes "timpani"
64       >>
65     >>
66   >>
67   \layout {
68     \context {
69       \Score
70       \remove "Metronome_mark_engraver"
71       \remove "Mark_engraver"
72     }
73   }
74   \midi {
75     \context { \Voice \remove "Dynamic_performer" }
76   }