change default font and note style
[nenuvar.git] / Salieri / LesHoraces / AACcamille / score.ily
blob704f10a9fb4be7d8b760883a54b94fb85d367b37
1 \score {
2   \new StaffGroupNoBar <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = "Corni"
6         shortInstrumentName = "Cor."
7         \consists "Metronome_mark_engraver"
8       } << \global \keepWithTag #'corni \includeNotes "corni" >>
9       \new GrandStaff \with { \clarinettiInstr } <<
10         \new Staff << \global \includeNotes "clarinetto1" >>
11         \new Staff << \global \includeNotes "clarinetto2" >>
12       >>
13       \new Staff \with { \fagottiInstr } <<
14         \global \keepWithTag #'fagotti \includeNotes "fagotti"
15       >>
16     >>
17     \new StaffGroupNoBracket <<
18       \new GrandStaff \with { \violiniInstr } <<
19         \new Staff \with { \consists "Metronome_mark_engraver" } <<
20           \global \includeNotes "violino1"
21         >>
22         \new Staff << \global \includeNotes "violino2" >>
23       >>
24       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
25     >>
26     \new Staff \with {
27       instrumentName = \markup\character Camille
28       shortInstrumentName = "C."
29     } \withLyrics <<
30       \global \includeNotes "voix"
31     >> \includeLyrics "paroles"
32     \new Staff \with { \bcbInstr \consists "Metronome_mark_engraver" } <<
33       \global \includeNotes "bassi"
34       \origLayout {
35         s2.*4\pageBreak s2.*4\pageBreak s2.*4\pageBreak
36         s2.*4\pageBreak s2.*4\pageBreak s2.*4\pageBreak
37         s2.*4\pageBreak s2.*3\pageBreak s2.*4\pageBreak
38         s2.*4\pageBreak s2.*4\pageBreak s2.*4\pageBreak
39         s2.*4\pageBreak
40       }
41     >>
42   >>
43   \layout {
44     \context { \Score \remove "Metronome_mark_engraver" }
45   }
46   \midi {
47     \context { \Voice \remove "Dynamic_performer" }
48   }