change default font and note style
[nenuvar.git] / Salieri / LesHoraces / ADEsinfonia / score.ily
blob36d7f44539bfb6dc5d01ae51b3d204ce9c326b0f
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new Staff \with { \clarinettiInstr } <<
5         { s2.*16 s2 s8
6           \footnoteHere #'(0 . 0) \markup\wordwrap {
7             Source : la mesure de première fois est barrée,
8             et un signe de reprise
9             \smaller\raise#1 \musicglyph #"scripts.segno"
10             renvoyant au début
11             est ajouté à la fin de la mesure 10.
12           }
13         }
14         \global \includeNotes "clarinetti"
15       >>
16       \new GrandStaff \with { \fagottiInstr } <<
17         \new Staff << \global \includeNotes "fagotto1" >>
18         \new Staff << \global \includeNotes "fagotto2" >>
19       >>
20     >>
21     \new StaffGroupNoBracket <<
22       \new GrandStaff \with { \violiniInstr } <<
23         \new Staff << \global \includeNotes "violino1" >>
24         \new Staff << \global \includeNotes "violino2" >>
25       >>
26       \new Staff \with { \altoInstr } <<
27         \global \includeNotes "alto"
28       >>
29       \new Staff \with { \bcbInstr } <<
30         \global \includeNotes "bassi"
31         \origLayout {
32           s2.*4\pageBreak s2.*6\pageBreak
33           s2.*6\pageBreak
34         }
35       >>
36     >>
37   >>
38   \layout { }
39   \midi {
40     \context { \Voice \remove "Dynamic_performer" }
41   }