change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CDDrecit / score.ily
blob189bd638535c1cbe158ec034342ed4567312ed56
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with { \violiniInstr } <<
5         \new Staff \with {
6           \consists "Metronome_mark_engraver" 
7           \consists "Mark_engraver"
8         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
9         \new Staff <<
10           \global \keepWithTag #'violino2 \includeNotes "violini"
11         >>
12       >>
13       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
14     >>
15     \new ChoirStaff <<
16       \new Staff \with {
17         \camilleInstr
18         \consists "Metronome_mark_engraver" 
19         \consists "Mark_engraver"
20       } \withLyrics <<
21         \global \includeNotes "camille"
22       >> \keepWithTag #'camille \includeLyrics "paroles"
23       \new Staff \with {
24         instrumentName = \markup\smallCaps "Un Romain"
25         shortInstrumentName = \markup\smallCaps "Ro."
26       } \withLyrics <<
27         \global \includeNotes "romain"
28       >> \keepWithTag #'romain \includeLyrics "paroles"
29       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
30         \global \includeNotes "vhorace"
31       >> \keepWithTag #'vhorace \includeLyrics "paroles"
32     >>
33     \new Staff \with {
34       \bassoInstr
35       \consists "Metronome_mark_engraver"
36       \consists "Mark_engraver"
37     } <<
38       \global \keepWithTag #'basso \includeNotes "bassi"
39       \origLayout {
40         s1*2\break s1*2\pageBreak s1*2\break s1*2\pageBreak
41         s1*2\break s1*2\pageBreak s1*2\break s1*2\pageBreak
42         s1\break s1*2\pageBreak s1*2\break
43       }
44     >>
45   >>
46   \layout {
47     \context {
48       \Score
49       \remove "Metronome_mark_engraver"
50       \remove "Mark_engraver"
51     }
52   }
53   \midi {
54     \context { \Voice \remove "Dynamic_performer" }
55   }