change default font and note style
[nenuvar.git] / Salieri / LesHoraces / BDArecit / score.ily
bloba6214e7014f60caa6dc5d7f50491f4e8500a3ea7
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         } << \global \keepWithTag #'violino1 \includeNotes "violini" >>
9         \new Staff <<
10           \global \keepWithTag #'violino2 \includeNotes "violini"
11         >>
12       >>
13       \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
14       \new Staff \with { \fagottiInstr \haraKiri } <<
15         { \noHaraKiri s1*18 \revertNoHaraKiri }
16         \global \keepWithTag #'fagotti \includeNotes "fagotti"
17       >>
18     >>
19     \new ChoirStaff \with { \haraKiri } <<
20       \new Staff \with { \camilleInstr } \withLyrics <<
21         \global \includeNotes "camille"
22       >> \keepWithTag #'camille \includeLyrics "paroles"
23       \new Staff \with { \curiaceInstr } \withLyrics <<
24         \global \includeNotes "curiace"
25       >> \keepWithTag #'curiace \includeLyrics "paroles"
26       \new Staff \with { \jeuneHoraceInstr } \withLyrics <<
27         \global \includeNotes "jhorace"
28       >> \keepWithTag #'jhorace \includeLyrics "paroles"
29       \new Staff \with { \vieilHoraceInstr } \withLyrics <<
30         { s1*46 \noHaraKiri }
31         \global \includeNotes "vhorace"
32       >> \keepWithTag #'vhorace \includeLyrics "paroles"
33     >>
34     \new ChoirStaff \with { \choeurInstr \haraKiri } <<
35       \new Staff \withLyrics <<
36         \global \includeNotes "vhaute-contre"
37       >> \keepWithTag #'choeur \includeLyrics "paroles"
38       \new Staff \withLyrics <<
39         \global \includeNotes "vtaille"
40       >> \keepWithTag #'choeur \includeLyrics "paroles"
41       \new Staff \withLyrics <<
42         \global \includeNotes "vbasse"
43       >> \keepWithTag #'choeur \includeLyrics "paroles"
44     >>
45     \new Staff \with {
46       \bassoInstr
47       \consists "Metronome_mark_engraver"
48       \consists "Mark_engraver"
49     } <<
50       \global \keepWithTag #'basso \includeNotes "bassi"
51       \origLayout {
52         s1\pageBreak
53         s1*2\pageBreak s1*2\pageBreak
54         s1*2\pageBreak s1*2\pageBreak
55         s1*2\pageBreak s1*2\pageBreak
56         s1*2\pageBreak s1*2\pageBreak
57         s1*2\pageBreak s1*2\pageBreak
58         s1*3\pageBreak s1*2\pageBreak
59         s1*2\break s1*3\pageBreak s1*2\break s1*2\pageBreak
60         s1*2\break s1*2\pageBreak s1*2\break s1*2\pageBreak
61         s1*2\break s1*2\pageBreak s1*2\break
62       }
63     >>
64   >>
65   \layout {
66     \context {
67       \Score
68       \remove "Metronome_mark_engraver"
69       \remove "Mark_engraver"
70     }
71   }
72   \midi {
73     \context { \Voice \remove "Dynamic_performer" }
74   }