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