3 #(define raisedflat
'((raise
. 0.4) (music
(named
"accidentals--1"))))
5 flauti
= \notes \relative c' {
6 \property Staff
.instrument
= #"2 Flauti"
7 \property Staff
.instr
= #"Fl."
16 oboi
= \notes \relative c' {
17 \property Staff
.instrument
= #"2 Oboi"
18 \property Staff
.instr
= #"Ob."
22 clarinetti
= \notes \relative c' {
23 \property Staff
.instrument
= #`
(lines
"2 Clarinetti" (rows
"(B" ,raisedflat
")"))
24 \property Staff
.instr
= #`
(lines
"Cl." (rows
"(B" ,raisedflat
")"))
29 fagotti
= \notes \relative c' {
30 \property Staff
.instrument
= #"2 Fagotti"
31 \property Staff
.instr
= #"Fg."
35 corni
= \notes \relative c' {
36 \property Staff
.instrument
= #`
(lines
"2 Corni" (rows
"(E" ,raisedflat
")"))
37 \property Staff
.instr
= #`
(lines
"Cor." (rows
"(E" ,raisedflat
")"))
42 trombe
= \notes \relative c' {
43 \property Staff
.instrument
= #'(lines
"2 Trombe" "(C)")
44 \property Staff
.instr
= #'(lines
"Tbe." "(C)")
49 timpani
= \notes \relative c' {
50 \property Staff
.instrument
= #'(lines
"Timpani" "(C-G)")
51 \property Staff
.instr
= #"Timp."
56 violino
1 = \notes \relative c' {
57 \property Staff
.instrument
= #"Violino I"
58 \property Staff
.instr
= #"Vl. I"
62 violino
2 = \notes \relative c' {
63 \property Staff
.instrument
= #"Violino II"
64 \property Staff
.instr
= #"Vl. II"
68 viola
= \notes \relative c' {
69 \property Staff
.instrument
= #"Viola"
70 \property Staff
.instr
= #"Vla."
75 violoncello
= \notes \relative c' {
76 \property Staff
.instrument
= #'(lines
"Violoncello" "e" "Contrabasso")
77 \property Staff
.instr
= #'(lines
"Vc." "Cb.")
85 \context StaffGroup
="legni" <
86 \context Staff
="flauti" \flauti
87 \context Staff
="oboi" \oboi
88 \context Staff
="clarinetti" \clarinetti
89 \context Staff
="fagotti" \fagotti
91 \context StaffGroup
="ottoni" <
92 \context Staff
="corni" \corni
93 \context Staff
="trombe" \trombe
95 \context StaffGroup
="timpani" <
96 \context Staff
="timpani" \timpani
99 % Hmm: this forces a staff-bracket, that's good!
100 % However, I can't find where is decided on staff-bracket yes/no
103 \context StaffGroup
="archi" <
104 \context GrandStaff
="violini" <
105 \context Staff
="violino1" \violino1
106 \context Staff
="violino2" \violino2
108 \context Staff
="viola" \viola
109 \context Staff
="violoncello" \violoncello
114 subtitle
= "Ouverture";
116 composer
= "Ludwig van Beethoven (1770-1827)";
118 copyright
= "public domain";
126 \HaraKiriStaffContext
129 \OrchestralScoreContext
130 timeSignatureStyle
= #"C"