change default font and note style
[nenuvar.git] / Salieri / LesHoraces / AAEsinfonia / score.ily
blobaea51adbda4c81684fe0797e903e0811a5fa4edc
1 \score {
2   \new StaffGroup <<
3     \new GrandStaff \with { \violiniInstr } <<
4       \new Staff << \global \includeNotes "violino1" >>
5       \new Staff << \global \includeNotes "violino2" >>
6     >>
7     \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
8     \new Staff \with { \bassoInstr } <<
9       \global \includeNotes "bassi"
10       \origLayout {
11         s4.*6\break s4.*7\break
12       }
13     >>
14   >>
15   \layout { }
16   \midi { \context { \Voice \remove "Dynamic_performer" } }