change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BABcacujh / score.ily
bloba669b25d6ac251a3db42600c1639a1e1d61c5aaf
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         \oboiInstr
6         \consists "Metronome_mark_engraver"
7         \consists "Mark_engraver"
8       } << \global \keepWithTag #'oboi \includeNotes "oboi" >>
9       \new Staff \with { \clarinettiInstr } <<
10         \global \keepWithTag #'clarinetti \includeNotes "clarinetti"
11       >>
12       \new Staff \with { \fagottiInstr } <<
13         \global \includeNotes "fagotti"
14       >>
15     >>
16     \new StaffGroupNoBracket <<
17       \new GrandStaff \with { \violiniInstr } <<
18         \new Staff \with {
19           \consists "Metronome_mark_engraver" 
20           \consists "Mark_engraver"
21         } << \global \includeNotes "violino1" >>
22         \new Staff << \global \includeNotes "violino2" >>
23       >>
24       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
25     >>
26     \new ChoirStaff <<
27       \new Staff \with { \camilleInstr } \withLyrics <<
28         \global \includeNotes "camille"
29       >> \keepWithTag #'camille \includeLyrics "paroles"
30       \new Staff \with { \curiaceInstr } \withLyrics <<
31         \global \includeNotes "curiace"
32       >> \keepWithTag #'curiace \includeLyrics "paroles"
33       \new Staff \with { \jeuneHoraceInstr } \withLyrics <<
34         \global \includeNotes "jhorace"
35       >> \keepWithTag #'jhorace \includeLyrics "paroles"
36     >>
37     \new Staff \with {
38       \bassoInstr
39       \consists "Metronome_mark_engraver"
40       \consists "Mark_engraver"
41     } <<
42       \global \includeNotes "bassi"
43       \origLayout {
44         s1*4\pageBreak
45         \grace s4 s1*5\pageBreak s1*5\pageBreak
46         \grace s4 s1*4\pageBreak s1*4\pageBreak
47         s1*4\pageBreak s1*5\pageBreak
48       }
49     >>
50   >>
51   \layout {
52     \context {
53       \Score
54       \remove "Metronome_mark_engraver"
55       \remove "Mark_engraver"
56     }
57   }
58   \midi {
59     \context { \Voice \remove "Dynamic_performer" }
60   }