1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %%%%% Defaults for instrument names, short names, cue names, etc.
4 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7 %%% Clef definitions, either old-style (using the Breitkopf style) or new style
8 FlClef = \clef "treble"
11 ObClef = \clef "treble"
14 ClIClef = \clef "treble"
16 FagClef = \clef "bass"
19 CFagClef = \clef "bass"
20 CorClef = \clef "treble"
23 TrbClef = \clef "tenor"
26 TrbIIIClef = \clef "bass"
27 TbeIClef = \clef "treble"
28 TbeIIClef = \clef "treble"
29 TimClef = \clef "bass"
30 VClef = \clef "treble"
36 VcBClef = \clef "bass"
39 SClef = \clef "treble"
40 AClef = \clef "treble"
41 TClef = \clef "treble_8"
47 OIClef = \clef "treble"
48 OIIClef = \clef "bass"
49 OIaClef = \clef "treble"
50 OIIaClef = \clef "bass"
51 OIbClef = \clef "treble"
52 OIIbClef = \clef "bass"
56 FlInstrumentName = "Flauti"
57 FlIInstrumentName = "Flauto I"
58 FlIIInstrumentName = "Flauto II"
59 ObInstrumentName = "Oboi"
60 ObIInstrumentName = "Oboe I"
61 ObIIInstrumentName = "Oboe II"
62 ClInstrumentName = "Clarinetti"
63 ClIInstrumentName = "Clarinetto I"
64 ClIIInstrumentName = "Clarinetto II"
65 FagInstrumentName = "Fagotti"
66 FagIInstrumentName = "Fagotto I"
67 FagIIInstrumentName = "Fagotto II"
68 CFagInstrumentName = "Contrafagotto"
69 CorInstrumentName = "Corni"
70 CorIInstrumentName = "Corno I"
71 CorIIInstrumentName = "Corno II"
72 TrbInstrumentName = "Tromboni"
73 TrbIInstrumentName = "Trombone I"
74 TrbIIInstrumentName = "Trombone II"
75 TrbIIIInstrumentName = "Trombone III"
76 TbeInstrumentName = "Trombe"
77 TbeIInstrumentName = "Tromba I"
78 TbeIIInstrumentName = "Tromba II"
79 TimInstrumentName = "Timpani"
80 VIInstrumentName = "Violino I"
81 VIIInstrumentName = "Violino II"
82 VaInstrumentName = "Viola"
83 VaIInstrumentName = "Viola I"
84 VaIIInstrumentName = "Viola II"
85 VcBInstrumentName = \markup {\column { "Cello e" "Contrabbasso"}}
86 VcInstrumentName ="Violoncello"
87 CbInstrumentName ="Basso"
88 SInstrumentName = "Soprano"
89 AInstrumentName = "Alto"
90 TInstrumentName = "Tenore"
91 BInstrumentName = "Basso"
92 SSoloInstrumentName = "Soprano Solo"
93 TSoloInstrumentName = "Tenore Solo"
94 BSoloInstrumentName = "Basso Solo"
95 ASoloInstrumentName = "Alto Solo"
96 OInstrumentName = "Organo"
97 OrganInstrumentName = "Organo"
99 ChInstrumentTitle = "Coro"
101 FullScoreTitle = "Partitur / FullScore"
102 LongScoreTitle = "Partitur / FullScore"
103 OrganScoreTitle = "Orgelauszug / Organ score"
104 VocalScoreTitle = "Klavierauszug / Vocal score"
105 ChoralScoreTitle = "Chorstimmen / Choir voices"
106 SoloChoralScoreTitle = "Chorstimmen mit Soli / Choir voices with solo parts"
107 SoloScoreTitle = "Solostimmen / Solo parts"
110 FlShortInstrumentName = "Fl."
111 FlIShortInstrumentName = "Fl. I"
112 FlIIShortInstrumentName = "Fl. II"
113 ObShortInstrumentName = "Ob."
114 ObIShortInstrumentName = "Ob. I"
115 ObIIShortInstrumentName = "Ob. II"
116 ClShortInstrumentName = "Cl."
117 ClIShortInstrumentName = "Cl.I"
118 ClIIShortInstrumentName = "Cl.II"
119 FagShortInstrumentName = "Fag."
120 FagIShortInstrumentName = "Fag. I"
121 FagIIShortInstrumentName = "Fag. II"
122 CFagShortInstrumentName = "Cfag."
123 CorShortInstrumentName = "Cor."
124 CorIShortInstrumentName = "Cor.I"
125 CorIIShortInstrumentName = "Cor.II"
126 TrbShortInstrumentName = "Tr."
127 TrbIShortInstrumentName = "Tr. I"
128 TrbIIShortInstrumentName = "Tr. II"
129 TrbIIIShortInstrumentName = "Tr. III"
130 TbeShortInstrumentName = "Tbe."
131 TbeIShortInstrumentName = "Tbe.I"
132 TbeIIShortInstrumentName = "Tbe.II"
133 TimShortInstrumentName = "Tim."
134 VIShortInstrumentName = "V.I"
135 VIIShortInstrumentName = "V.II"
136 VaShortInstrumentName = "Va."
137 VaIShortInstrumentName = "Va.I"
138 VaIIShortInstrumentName = "Va.II"
139 VcBShortInstrumentName = \markup{\column{"Vc." "e B."}}
140 VcShortInstrumentName = "Vc."
141 CbShortInstrumentName = "B."
142 SShortInstrumentName = "S."
143 AShortInstrumentName = "A."
144 TShortInstrumentName = "T."
145 BShortInstrumentName = "B."
146 SSoloShortInstrumentName = "S.Solo"
147 ASoloShortInstrumentName = "A.Solo"
148 TSoloShortInstrumentName = "T.Solo"
149 BSoloShortInstrumentName = "B.Solo"
150 OShortInstrumentName = "Org."
151 OrganShortInstrumentName = "Org."
182 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
183 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
184 %%%%% SCORE NUMBERS FOR PUBLISHING
185 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
186 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
190 #(define-markup-command (scoreNumber layout props nr) (markup?)
191 (interpret-markup layout props (markup (format "~a-~a" scorenumber nr)))
194 FullScoreNumber = "1"
195 LongScoreNumber = "1a"
196 VocalScoreNumber = "2"
197 OrganScoreNumber = "2"
199 ChoralScoreNumber = "10"
204 SoloScoreNumber = "15"
211 OrganNumber = \ONumber
213 InstrumentsNumber = "25"
242 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
243 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
244 %%%%% SCORE NUMBERS FOR PUBLISHING
245 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
246 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
248 FlMidiInstrument = "flute"
249 FlIMidiInstrument = "flute"
250 FlIIMidiInstrument = "flute"
251 ObMidiInstrument = "oboe"
252 ObIMidiInstrument = "oboe"
253 ObIIMidiInstrument = "oboe"
254 ClMidiInstrument = "clarinet"
255 ClIMidiInstrument = "clarinet"
256 ClIIMidiInstrument = "clarinet"
257 FagMidiInstrument = "bassoon"
258 FagIMidiInstrument = "bassoon"
259 FagIIMidiInstrument = "bassoon"
260 CFagMidiInstrument = "bassoon"
261 CorMidiInstrument = "french horn"
262 CorIMidiInstrument = "french horn"
263 CorIIMidiInstrument = "french horn"
264 TrbMidiInstrument = "trombone"
265 TrbIMidiInstrument = "trombone"
266 TrbIIMidiInstrument = "trombone"
267 TrbIIIMidiInstrument = "trombone"
268 TbeMidiInstrument = "trumpet"
269 TbeIMidiInstrument = "trumpet"
270 TbeIIMidiInstrument = "trumpet"
271 TimMidiInstrument = "timpani"
272 VIMidiInstrument = "violin"
273 VIIMidiInstrument = "violin"
274 VaMidiInstrument = "viola"
275 VaIMidiInstrument = "viola"
276 VaIIMidiInstrument = "viola"
277 VcBMidiInstrument = "cello"
278 VcMidiInstrument ="cello"
279 CbMidiInstrument ="contrabass"
280 SMidiInstrument = "voice aahs"
281 AMidiInstrument = \SMidiInstrument
282 TMidiInstrument = "voice oohs"
283 BMidiInstrument = "voice oohs"
284 %{SMidiInstrument = "synth voice"
285 AMidiInstrument = "choir aahs"
286 TMidiInstrument = "voice oohs"
287 BMidiInstrument = "synth voice"%}
288 SSoloMidiInstrument = "synth voice"
289 TSoloMidiInstrument = "synth voice"
290 BSoloMidiInstrument = "synth voice"
291 ASoloMidiInstrument = "synth voice"
292 OMidiInstrument = "church organ"