2 \new StaffGroupNoBar \notemode <<
3 \new StaffGroupNoBracket <<
5 instrumentName = \markup\center-column { Corni en mi♭ }
6 shortInstrumentName = "Cor."
7 \consists "Metronome_mark_engraver"
8 \consists "Mark_engraver"
10 \keepWithTag #'() \global
11 \keepWithTag #'corni \includeNotes "corni"
13 \new GrandStaff \with {
14 instrumentName = \markup\center-column {
15 Flauti Oboi Clarinetti
17 shortInstrumentName = \markup\center-column {
22 \global \keepWithTag #'oboe1 \includeNotes "oboi"
25 \global \keepWithTag #'oboe2 \includeNotes "oboi"
28 \new GrandStaff \with { \fagottiInstr } <<
30 \global \keepWithTag #'fagotto1 \includeNotes "fagotti"
33 \global \keepWithTag #'fagotto2 \includeNotes "fagotti"
37 \new StaffGroupNoBracket <<
38 \new GrandStaff \with { \violiniInstr } <<
40 \consists "Metronome_mark_engraver"
41 \consists "Mark_engraver"
42 } << \global \includeNotes "violino1" >>
43 \new Staff << \global \includeNotes "violino2" >>
45 \new Staff \with { \altoInstr } << \global \includeNotes "alto" >>
47 \new ChoirStaff \with { \choeurInstr } <<
48 \new Staff \withLyrics <<
49 \global \includeNotes "vsoprano"
50 >> \keepWithTag #'vsoprano \includeLyrics "paroles"
51 \new Staff \withLyrics <<
52 \global \includeNotes "valto"
53 >> \keepWithTag #'valto \includeLyrics "paroles"
54 \new Staff \withLyrics <<
55 \global \includeNotes "vtenor"
56 >> \keepWithTag #'vtenor \includeLyrics "paroles"
57 \new Staff \withLyrics <<
58 \global \includeNotes "vbasso"
59 >> \keepWithTag #'vbasso \includeLyrics "paroles"
63 \consists "Metronome_mark_engraver"
64 \consists "Mark_engraver"
66 \global \includeNotes "bassi"
67 \modVersion { s8 s1*4\break }
69 s8 s1*2\pageBreak s1*4\pageBreak
70 s1*4\pageBreak \grace s4
77 \remove "Metronome_mark_engraver"
78 \remove "Mark_engraver"
82 \context { \Voice \remove "Dynamic_performer" }