change default font and note style
[nenuvar.git] / Salieri / LesHoraces / CEArecit / score.ily
blobb047d10860f95ac3949093b43554cec08499ec28
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with { \violiniInstr } <<
5         \new Staff \with {
6           \consists "Metronome_mark_engraver" 
7           \consists "Mark_engraver"
8         } <<
9           \global \keepWithTag #'violino1 \includeNotes "violini"
10           { s1*6
11             \footnoteHere #'(0 . 0) \markup\wordwrap {
12               SourceĀ : \score {
13                 \new RhythmicStaff \with {
14                   \remove "Time_signature_engraver"
15                 } \drummode {
16                   \tinyQuote r16 tamb16 4 r4*1/2 r2
17                 }
18                 \layout { \quoteLayout }
19               }
20             }
21           }
22         >>
23         \new Staff <<
24           \global \keepWithTag #'violino2 \includeNotes "violini"
25         >>
26       >>
27       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
28     >>
29     \new ChoirStaff <<
30       \new Staff \with {
31         \camilleInstr
32         \consists "Metronome_mark_engraver" 
33         \consists "Mark_engraver"
34       } \withLyrics <<
35         \global \includeNotes "camille"
36       >> \keepWithTag #'camille \includeLyrics "paroles"
37       \new Staff \with {
38         instrumentName = \markup\smallCaps "Valere"
39         shortInstrumentName = \markup\smallCaps "Va."
40       } \withLyrics <<
41         \global \includeNotes "valere"
42       >> \keepWithTag #'valere \includeLyrics "paroles"
43       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
44         \global \includeNotes "vhorace"
45       >> \keepWithTag #'vhorace \includeLyrics "paroles"
46     >>
47     \new Staff \with {
48       \bassoInstr
49       \consists "Metronome_mark_engraver"
50       \consists "Mark_engraver"
51     } <<
52       \global \keepWithTag #'basso \includeNotes "bassi"
53       \origLayout {
54         s1*2\break s1*2\pageBreak
55         s1*2\break s1*2\pageBreak s1*2\break s1*2\pageBreak
56         s1*2\break s1*2\pageBreak s1*2\break s1*2\pageBreak
57         s1*2\break
58       }
59     >>
60   >>
61   \layout {
62     \context {
63       \Score
64       \remove "Metronome_mark_engraver"
65       \remove "Mark_engraver"
66     }
67   }
68   \midi {
69     \context { \Voice \remove "Dynamic_performer" }
70   }