change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ADCmarche / score.ily
blob73792511eb44f586f2611b8a8afb8f978ef4661f
1 \score {
2   \new StaffGroupNoBar <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with {
5         instrumentName = \markup\center-column { Flauto solo }
6         shortInstrumentName = "Fl."
7       } <<
8         \once\override Staff.TextScript.outside-staff-priority = #9999
9         <>^\markup\large\italic {
10           Pendant la Marche, on brule l’encens et l’ont fait les libations.
11         }
12         \global \keepWithTag #'flauto1 \includeNotes "violino1" >>
13       \new Staff  \with {
14         instrumentName = \markup\center-column { Fagotto solo }
15         shortInstrumentName = "Fg."
16       } << \global \includeNotes "fagotti" >>
17     >>
18     \new StaffGroupNoBracket <<
19       \new GrandStaff \with { \violiniInstr } <<
20         \new Staff <<
21           \global \keepWithTag #'violino1 \includeNotes "violino1"
22         >>
23         \new Staff << \global \includeNotes "violino2" >>
24       >>
25       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
26       \new Staff \with { \bassoInstr } <<
27         \global \includeNotes "bassi"
28         \origLayout {
29           s1*4\break s1*5\pageBreak s1*5\break
30         }
31       >>
32     >>
33   >>
34   \layout { }
35   \midi {
36     \context { \Voice \remove "Dynamic_performer" }
37   }