change default font and note style
[nenuvar.git] / Salieri / LesHoraces / AAIcamille / score.ily
blobeccad20664faebbd323582d01ffff0f9746c5a5b
1 \score {
2   \new StaffGroupNoBar \notemode <<
3     \new StaffGroupNoBracket <<
4       \new GrandStaff \with { \oboiInstr } <<
5         \new Staff \with { \consists "Metronome_mark_engraver" } <<
6           \global \keepWithTag #'oboe1 \includeNotes "oboi"
7         >>
8         \new Staff <<
9           \global \keepWithTag #'oboe2 \includeNotes "oboi"
10         >>
11       >>
12       \new Staff \with {
13         instrumentName = "Corni en si"
14         shortInstrumentName = "Cor."
15       } <<
16         \keepWithTag #'() \global
17         \keepWithTag #'corni \includeNotes "corni"
18       >>
19       \new Staff \with { \fagottiInstr } <<
20         \global \keepWithTag #'fagotti \includeNotes "fagotti"
21       >>
22     >>
23     \new StaffGroupNoBracket <<
24       \new GrandStaff \with { \violiniInstr } <<
25         \new Staff \with { \consists "Metronome_mark_engraver" } <<
26           \global \includeNotes "violino1"
27         >>
28         \new Staff << \global \includeNotes "violino2" >>
29       >>
30       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
31     >>
32     \new Staff \with {
33       instrumentName = \markup\character Camille
34       shortInstrumentName = "C."
35     } \withLyrics <<
36       \global \includeNotes "voix"
37     >> \includeLyrics "paroles"
38     \new Staff \with { \vccbInstr \consists "Metronome_mark_engraver" } <<
39       \global \includeNotes "bassi"
40       \origLayout {
41         s1*4\pageBreak s1*5\pageBreak s1*4\pageBreak s1*4\pageBreak
42         s1*4\pageBreak s1*4\pageBreak s1*4\pageBreak s1*4\pageBreak
43         s1*4\pageBreak s1*5\pageBreak s1*4\pageBreak s1*4\pageBreak
44         s1*4\pageBreak s1*4\pageBreak s1*4\pageBreak s1*4\pageBreak
45         s1*4\pageBreak s1*4\pageBreak s1*4\pageBreak s1*5\pageBreak
46       }
47     >>
48   >>
49   \layout {
50     \context { \Score \remove "Metronome_mark_engraver" }
51   }
52   \midi {
53     \context { \Voice \remove "Dynamic_performer" }
54   }