change default font and note style
[nenuvar.git] / Salieri / LesHoraces / AAHcamille / score.ily
blobe352c4aa6e17b07e7acaed80af8c381ed9408b1c
1 \score {
2   \new StaffGroupNoBar <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with { \violiniInstr } <<
5         \new Staff \with { \consists "Metronome_mark_engraver" } <<
6           \global \keepWithTag #'violino1 \includeNotes "violini"
7         >>
8         \new Staff <<
9           \global \keepWithTag #'violino2 \includeNotes "violini"
10         >>
11       >>
12       \new Staff \with { \altoInstr } <<
13         \global \includeNotes "alto"
14       >>
15     >>
16     \new Staff \with {
17       instrumentName = \markup\smallCaps Camille
18       shortInstrumentName = "C."
19     } \withLyrics <<
20       \global \includeNotes "camille"
21     >> \includeLyrics "paroles"
22     \new Staff \with { \bassoInstr \consists "Metronome_mark_engraver" } <<
23       \global \includeNotes "bassi"
24       \origLayout {
25         s8 s1. \bar "" \break s2 s1*3\pageBreak
26         s1*3\break s1*2\pageBreak
27         s1*2\break s1*2\pageBreak
28         s1*2\break s1*2\pageBreak
29       }
30     >>
31   >>
32   \layout {
33     \context { \Score \remove "Metronome_mark_engraver" }
34   }
35   \midi {
36     \context { \Voice \remove "Dynamic_performer" }
37   }