head_music 0.29.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +0 -3
- data/TODO.md +105 -1
- data/lib/head_music/content/bar.rb +4 -1
- data/lib/head_music/content/composition.rb +6 -3
- data/lib/head_music/content/note.rb +8 -5
- data/lib/head_music/content/placement.rb +7 -4
- data/lib/head_music/content/position.rb +5 -2
- data/lib/head_music/content/rhythmic_value.rb +5 -2
- data/lib/head_music/content/voice.rb +6 -3
- data/lib/head_music/data/clefs.yml +3 -1
- data/lib/head_music/data/instrument_families.yml +229 -0
- data/lib/head_music/data/instruments.yml +835 -116
- data/lib/head_music/harmonic_interval.rb +1 -1
- data/lib/head_music/instrument.rb +90 -10
- data/lib/head_music/instrument_family.rb +69 -0
- data/lib/head_music/locales/de.yml +3 -3
- data/lib/head_music/locales/en.yml +6 -8
- data/lib/head_music/locales/es.yml +2 -2
- data/lib/head_music/locales/fr.yml +1 -1
- data/lib/head_music/locales/it.yml +3 -3
- data/lib/head_music/locales/ru.yml +2 -2
- data/lib/head_music/meter.rb +2 -2
- data/lib/head_music/staff.rb +4 -1
- data/lib/head_music/style/guidelines/at_least_eight_notes.rb +2 -2
- data/lib/head_music/version.rb +1 -1
- data/lib/head_music.rb +1 -1
- metadata +5 -4
- data/lib/head_music/grand_staff.rb +0 -56
@@ -1,145 +1,864 @@
|
|
1
1
|
---
|
2
|
+
accordian:
|
3
|
+
family_key: accordion
|
4
|
+
notation:
|
5
|
+
default:
|
6
|
+
staffs:
|
7
|
+
- clef: treble
|
8
|
+
- clef: bass
|
9
|
+
alto_clarinet:
|
10
|
+
fundamental_pitch_spelling:
|
11
|
+
default: Eb
|
12
|
+
family_key: clarinet
|
13
|
+
notation:
|
14
|
+
default:
|
15
|
+
staffs:
|
16
|
+
- clef: treble
|
17
|
+
transposition: -9
|
18
|
+
alto_flute:
|
19
|
+
fundamental_pitch_spelling:
|
20
|
+
default: G
|
21
|
+
family_key: flute
|
22
|
+
notation:
|
23
|
+
default:
|
24
|
+
staffs:
|
25
|
+
- clef: treble
|
26
|
+
transposition: -5
|
27
|
+
alto_voice:
|
28
|
+
alias_name_keys:
|
29
|
+
- contralto
|
30
|
+
- alto
|
31
|
+
family_key: voice
|
32
|
+
notation:
|
33
|
+
default:
|
34
|
+
staffs:
|
35
|
+
- clef: treble
|
36
|
+
range_category:
|
37
|
+
- alto
|
38
|
+
arpeggione:
|
39
|
+
classification_keys:
|
40
|
+
- bowed
|
41
|
+
- chordophone
|
42
|
+
- string
|
43
|
+
notation:
|
44
|
+
default:
|
45
|
+
staffs:
|
46
|
+
- clef: treble
|
47
|
+
transposition: -12
|
48
|
+
orchestra_section: string
|
49
|
+
great_highland_bagpipe:
|
50
|
+
alias_name_keys:
|
51
|
+
- bagpipe
|
52
|
+
- bagpipes
|
53
|
+
family_key: bagpipe
|
54
|
+
notation:
|
55
|
+
default:
|
56
|
+
staffs:
|
57
|
+
- clef: treble
|
58
|
+
transposition: 1
|
59
|
+
banjo:
|
60
|
+
classification_keys:
|
61
|
+
- plucked
|
62
|
+
- chordophone
|
63
|
+
- string
|
64
|
+
orchestra_section: string
|
65
|
+
notation:
|
66
|
+
default:
|
67
|
+
staffs:
|
68
|
+
- clef: treble
|
69
|
+
transposition: -12
|
70
|
+
baritone_horn:
|
71
|
+
fundamental_pitch_spelling:
|
72
|
+
default: Bb
|
73
|
+
family_key: saxhorn
|
74
|
+
notation:
|
75
|
+
alternates:
|
76
|
+
- staffs:
|
77
|
+
- clef: treble
|
78
|
+
transposition: -14
|
79
|
+
default:
|
80
|
+
staffs:
|
81
|
+
- clef: bass
|
82
|
+
transposition: 0
|
83
|
+
baritone_voice:
|
84
|
+
family_key: voice
|
85
|
+
notation:
|
86
|
+
default:
|
87
|
+
staffs:
|
88
|
+
- clef: bass
|
89
|
+
range_category:
|
90
|
+
- baritone
|
91
|
+
bass_clarinet:
|
92
|
+
fundamental_pitch_spelling:
|
93
|
+
default: Bb
|
94
|
+
family_key: clarinet
|
95
|
+
notation:
|
96
|
+
alternates:
|
97
|
+
- staffs:
|
98
|
+
- clef: bass
|
99
|
+
transposition: -2
|
100
|
+
default:
|
101
|
+
staffs:
|
102
|
+
- clef: treble
|
103
|
+
transposition: -14
|
104
|
+
bass_drum:
|
105
|
+
classification_keys:
|
106
|
+
- percussion
|
107
|
+
- membranophone
|
108
|
+
notation:
|
109
|
+
default:
|
110
|
+
staffs:
|
111
|
+
- clef: percussion
|
112
|
+
orchestra_section: percussion
|
113
|
+
bass_guitar:
|
114
|
+
family_key: guitar
|
115
|
+
notation:
|
116
|
+
default:
|
117
|
+
staffs:
|
118
|
+
- clef: bass
|
119
|
+
transposition: -12
|
120
|
+
bass_oboe:
|
121
|
+
alias_name_keys:
|
122
|
+
- baritone_oboe
|
123
|
+
family_key: oboe
|
124
|
+
notation:
|
125
|
+
default:
|
126
|
+
staffs:
|
127
|
+
- clef: treble
|
128
|
+
bass_trombone:
|
129
|
+
fundamental_pitch_spelling:
|
130
|
+
default: Bb
|
131
|
+
family_key: trombone
|
132
|
+
notation:
|
133
|
+
default:
|
134
|
+
staffs:
|
135
|
+
- clef: bass
|
136
|
+
bass_trumpet_in_b_flat:
|
137
|
+
alias_name_keys:
|
138
|
+
- bass_trumpet
|
139
|
+
fundamental_pitch_spelling:
|
140
|
+
default: Bb
|
141
|
+
family_key: trumpet
|
142
|
+
notation:
|
143
|
+
default:
|
144
|
+
staffs:
|
145
|
+
- clef: treble
|
146
|
+
transposition: -14
|
147
|
+
bass_trumpet_in_c:
|
148
|
+
alias_name_keys:
|
149
|
+
- bass_trumpet
|
150
|
+
fundamental_pitch_spelling:
|
151
|
+
default: C
|
152
|
+
family_key: trumpet
|
153
|
+
notation:
|
154
|
+
default:
|
155
|
+
staffs:
|
156
|
+
- clef: treble
|
157
|
+
transposition: -12
|
158
|
+
bass_trumpet_in_e_flat:
|
159
|
+
fundamental_pitch_spelling:
|
160
|
+
default: Eb
|
161
|
+
family_key: trumpet
|
162
|
+
notation:
|
163
|
+
default:
|
164
|
+
staffs:
|
165
|
+
- clef: treble
|
166
|
+
transposition: -9
|
167
|
+
bass_tuba_in_e_flat:
|
168
|
+
alias_name_keys:
|
169
|
+
- bass_tuba
|
170
|
+
fundamental_pitch_spelling:
|
171
|
+
default: Eb
|
172
|
+
family_key: tuba
|
173
|
+
notation:
|
174
|
+
default:
|
175
|
+
staffs:
|
176
|
+
- clef: bass
|
177
|
+
bass_tuba_in_f:
|
178
|
+
alias_name_keys:
|
179
|
+
- bass_tuba
|
180
|
+
fundamental_pitch_spelling:
|
181
|
+
default: F
|
182
|
+
family_key: tuba
|
183
|
+
notation:
|
184
|
+
default:
|
185
|
+
staffs:
|
186
|
+
- clef: bass
|
187
|
+
bass_voice:
|
188
|
+
family_key: voice
|
189
|
+
notation:
|
190
|
+
default:
|
191
|
+
staffs:
|
192
|
+
- clef: bass
|
193
|
+
range_category:
|
194
|
+
- bass
|
195
|
+
basset_horn:
|
196
|
+
fundamental_pitch_spelling:
|
197
|
+
default: F
|
198
|
+
family_key: clarinet
|
199
|
+
notation:
|
200
|
+
default:
|
201
|
+
staffs:
|
202
|
+
- clef: treble
|
203
|
+
transposition: -7
|
2
204
|
bassoon:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
205
|
+
fundamental_pitch_spelling:
|
206
|
+
default: F
|
207
|
+
family_key: bassoon
|
208
|
+
notation:
|
209
|
+
default:
|
210
|
+
staffs:
|
211
|
+
- clef: bass
|
212
|
+
bugle:
|
213
|
+
fundamental_pitch_spelling:
|
214
|
+
default: G
|
215
|
+
family_key: trumpet
|
216
|
+
notation:
|
217
|
+
default:
|
218
|
+
staffs:
|
219
|
+
- clef: treble
|
220
|
+
transposition: -5
|
221
|
+
bugle_in_b_flat:
|
222
|
+
fundamental_pitch_spelling:
|
223
|
+
default: Bb
|
224
|
+
family_key: trumpet
|
225
|
+
notation:
|
226
|
+
default:
|
227
|
+
staffs:
|
228
|
+
- clef: treble
|
229
|
+
transposition: -2
|
230
|
+
castanets:
|
231
|
+
classification_keys:
|
232
|
+
- percussion
|
233
|
+
- idiophone
|
234
|
+
notation:
|
235
|
+
default:
|
236
|
+
staffs:
|
237
|
+
- clef: percussion
|
238
|
+
orchestra_section: percussion
|
239
|
+
celesta:
|
240
|
+
classification_keys:
|
241
|
+
- keyboard
|
242
|
+
- percussion
|
243
|
+
- idiophone
|
244
|
+
notation:
|
245
|
+
default:
|
246
|
+
staffs:
|
247
|
+
- clef: treble
|
248
|
+
name_key: right_hand
|
249
|
+
- clef: bass
|
250
|
+
name_key: left_hand
|
251
|
+
orchestra_section: keyboard
|
12
252
|
cello:
|
13
253
|
alias_name_keys:
|
14
254
|
- violoncello
|
15
|
-
|
16
|
-
|
255
|
+
family_key: violin
|
256
|
+
notation:
|
257
|
+
default:
|
258
|
+
staffs:
|
259
|
+
- clef: bass
|
260
|
+
chimes:
|
261
|
+
alias_name_keys:
|
262
|
+
- tubular_bells
|
263
|
+
- orchestral_chimes
|
264
|
+
classification_keys:
|
265
|
+
- percussion
|
266
|
+
- idiophone
|
267
|
+
notation:
|
268
|
+
default:
|
269
|
+
staffs:
|
270
|
+
- clef: treble
|
271
|
+
orchestra_section: percussion
|
272
|
+
cimbalom:
|
273
|
+
classification_keys:
|
17
274
|
- chordophone
|
18
275
|
- string
|
19
|
-
|
20
|
-
|
21
|
-
|
276
|
+
- struck
|
277
|
+
- plucked
|
278
|
+
notation:
|
279
|
+
default:
|
280
|
+
staffs:
|
281
|
+
- clef: treble
|
282
|
+
- clef: bass
|
283
|
+
orchestra_section: string
|
22
284
|
clarinet:
|
23
|
-
|
24
|
-
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
285
|
+
alias_name_keys:
|
286
|
+
- soprano_clarinet
|
287
|
+
fundamental_pitch_spelling:
|
288
|
+
default: Bb
|
289
|
+
family_key: clarinet
|
290
|
+
notation:
|
291
|
+
default:
|
292
|
+
staffs:
|
293
|
+
- clef: treble
|
294
|
+
transposition: -2
|
295
|
+
clarinet_in_a:
|
296
|
+
alias_name_keys:
|
297
|
+
- soprano_clarinet
|
298
|
+
fundamental_pitch_spelling:
|
299
|
+
default: A
|
300
|
+
family_key: clarinet
|
301
|
+
notation:
|
302
|
+
default:
|
303
|
+
staffs:
|
304
|
+
- clef: treble
|
305
|
+
transposition: -3
|
306
|
+
clarinet_in_c:
|
307
|
+
alias_name_keys:
|
308
|
+
- soprano_clarinet
|
309
|
+
fundamental_pitch_spelling:
|
310
|
+
default: C
|
311
|
+
family_key: clarinet
|
312
|
+
notation:
|
313
|
+
default:
|
314
|
+
staffs:
|
315
|
+
- clef: treble
|
316
|
+
transposition: 0
|
317
|
+
clarinet_in_d:
|
318
|
+
alias_name_keys:
|
319
|
+
- sopranino_clarinet
|
320
|
+
fundamental_pitch_spelling:
|
321
|
+
default: D
|
322
|
+
family_key: clarinet
|
323
|
+
notation:
|
324
|
+
default:
|
325
|
+
staffs:
|
326
|
+
- clef: treble
|
327
|
+
transposition: 2
|
328
|
+
clarinet_in_e_flat:
|
329
|
+
alias_name_keys:
|
330
|
+
- sopranino_clarinet
|
331
|
+
fundamental_pitch_spelling:
|
332
|
+
default: Eb
|
333
|
+
family_key: clarinet
|
334
|
+
notation:
|
335
|
+
default:
|
336
|
+
staffs:
|
337
|
+
- clef: treble
|
338
|
+
transposition: 3
|
339
|
+
clash_cymbals:
|
340
|
+
family_key: cymbal
|
341
|
+
notation:
|
342
|
+
default:
|
343
|
+
staffs:
|
344
|
+
- clef: percussion
|
345
|
+
clavichord:
|
346
|
+
notation:
|
347
|
+
default:
|
348
|
+
staffs:
|
349
|
+
- clef: treble
|
350
|
+
name_key: right_hand
|
351
|
+
- clef: bass
|
352
|
+
name_key: left_hand
|
353
|
+
contrabass_clarinet:
|
354
|
+
fundamental_pitch_spelling:
|
355
|
+
default: Bb
|
356
|
+
family_key: clarinet
|
357
|
+
notation:
|
358
|
+
default:
|
359
|
+
staffs:
|
360
|
+
- clef: treble
|
361
|
+
transposition: -26
|
362
|
+
contrabassoon:
|
363
|
+
family_key: bassoon
|
364
|
+
notation:
|
365
|
+
default:
|
366
|
+
staffs:
|
367
|
+
- clef: bass
|
368
|
+
transposition: -12
|
369
|
+
cor_anglais:
|
370
|
+
alias_name_keys:
|
371
|
+
- english_horn
|
372
|
+
family_key: oboe
|
373
|
+
notation:
|
374
|
+
default:
|
375
|
+
staffs:
|
376
|
+
- clef: treble
|
377
|
+
transposition: -7
|
378
|
+
cornet:
|
379
|
+
fundamental_pitch_spelling:
|
380
|
+
default: Bb
|
381
|
+
family_key: cornet
|
382
|
+
notation:
|
383
|
+
default:
|
384
|
+
staffs:
|
385
|
+
- clef: treble
|
386
|
+
transposition: -2
|
387
|
+
countertenor_voice:
|
388
|
+
family_key: voice
|
389
|
+
notation:
|
390
|
+
default:
|
391
|
+
staffs:
|
392
|
+
- clef: treble
|
393
|
+
range_category:
|
394
|
+
- alto
|
395
|
+
cowbell:
|
396
|
+
classification_keys:
|
397
|
+
- percussion
|
398
|
+
- idiophone
|
399
|
+
notation:
|
400
|
+
default:
|
401
|
+
staffs:
|
402
|
+
- clef: percussion
|
403
|
+
orchestra_section: percussion
|
404
|
+
crotales:
|
405
|
+
classification_keys:
|
406
|
+
- percussion
|
407
|
+
- idiophone
|
408
|
+
notation:
|
409
|
+
default:
|
410
|
+
staffs:
|
411
|
+
- clef: percussion
|
412
|
+
orchestra_section: percussion
|
413
|
+
cymbal:
|
414
|
+
family_key: cymbal
|
415
|
+
notation:
|
416
|
+
default:
|
417
|
+
staffs:
|
418
|
+
- clef: percussion
|
32
419
|
double_bass:
|
33
|
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
420
|
+
alias_name_keys:
|
421
|
+
- contrabass
|
422
|
+
- string_bass
|
423
|
+
notation:
|
424
|
+
default:
|
425
|
+
staffs:
|
426
|
+
- clef: bass
|
427
|
+
transposition: -12
|
428
|
+
euphonium:
|
429
|
+
alias_name_keys:
|
430
|
+
- tenor_tuba
|
431
|
+
classification_keys:
|
42
432
|
- aerophone
|
43
|
-
-
|
433
|
+
- brass
|
44
434
|
- wind
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
435
|
+
notation:
|
436
|
+
alternates:
|
437
|
+
- staffs:
|
438
|
+
- clef: treble
|
439
|
+
transposition: -14
|
440
|
+
default:
|
441
|
+
staffs:
|
442
|
+
- clef: bass
|
443
|
+
transposition: 0
|
444
|
+
orchestra_section: brass
|
445
|
+
flugelhorn:
|
446
|
+
fundamental_pitch_spelling:
|
447
|
+
default: Bb
|
448
|
+
family_key: saxhorn
|
449
|
+
notation:
|
450
|
+
default:
|
451
|
+
staffs:
|
452
|
+
- clef: treble
|
453
|
+
transposition: -2
|
454
|
+
flute:
|
455
|
+
family_key: flute
|
456
|
+
notation:
|
457
|
+
default:
|
458
|
+
staffs:
|
459
|
+
- clef: treble
|
49
460
|
french_horn:
|
50
461
|
alias_name_keys:
|
51
462
|
- horn
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
463
|
+
fundamental_pitch_spelling:
|
464
|
+
default: F
|
465
|
+
family_key: horn
|
466
|
+
notation:
|
467
|
+
alternates:
|
468
|
+
- staffs:
|
469
|
+
- clef: bass
|
470
|
+
transposition: 5
|
471
|
+
default:
|
472
|
+
staffs:
|
473
|
+
- clef: treble
|
474
|
+
transposition: -7
|
475
|
+
glockenspiel:
|
476
|
+
alias_name_keys:
|
477
|
+
- concert_bells
|
478
|
+
- bells
|
479
|
+
- carillon
|
480
|
+
family_key: glockenspiel
|
59
481
|
guitar:
|
60
|
-
|
482
|
+
family_key: guitar
|
483
|
+
notation:
|
484
|
+
default:
|
485
|
+
staffs:
|
486
|
+
- clef: treble
|
487
|
+
transposition: -12
|
488
|
+
hammered_dulcimer:
|
489
|
+
classification_keys:
|
490
|
+
- percussion
|
61
491
|
- chordophone
|
62
|
-
- plucked
|
63
492
|
- string
|
64
|
-
|
65
|
-
|
66
|
-
|
493
|
+
notation:
|
494
|
+
default:
|
495
|
+
staffs:
|
496
|
+
- clef: treble
|
497
|
+
orchestra_section: percussion
|
67
498
|
harp:
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
499
|
+
family_key: harp
|
500
|
+
notation:
|
501
|
+
default:
|
502
|
+
staffs:
|
503
|
+
- clef: treble
|
504
|
+
- clef: bass
|
505
|
+
harpsichord:
|
506
|
+
notation:
|
507
|
+
default:
|
508
|
+
staffs:
|
509
|
+
- clef: treble
|
510
|
+
name_key: right_hand
|
511
|
+
- clef: bass
|
512
|
+
name_key: left_hand
|
513
|
+
lute:
|
514
|
+
family_key: lute
|
515
|
+
notation:
|
516
|
+
alternates:
|
517
|
+
- staffs:
|
518
|
+
- clef: treble
|
519
|
+
default:
|
520
|
+
staffs:
|
521
|
+
- clef: treble
|
522
|
+
- clef: bass
|
523
|
+
mandolin:
|
524
|
+
family_key: mandolin
|
525
|
+
notation:
|
526
|
+
default:
|
527
|
+
staffs:
|
528
|
+
- clef: treble
|
529
|
+
maracas:
|
530
|
+
classification_keys:
|
531
|
+
- percussion
|
532
|
+
- shaken
|
533
|
+
- idiophone
|
534
|
+
notation:
|
535
|
+
default:
|
536
|
+
staffs:
|
537
|
+
- clef: percussion
|
538
|
+
orchestra_section: percussion
|
539
|
+
marimba:
|
540
|
+
family_key: marimba
|
541
|
+
notation:
|
542
|
+
default:
|
543
|
+
staffs:
|
544
|
+
- clef: treble
|
545
|
+
- clef: bass
|
546
|
+
mezzo_soprano_voice:
|
547
|
+
alias_name_keys:
|
548
|
+
- mezzo_soprano
|
549
|
+
family_key: voice
|
550
|
+
notation:
|
551
|
+
default:
|
552
|
+
staffs:
|
553
|
+
- clef: treble
|
554
|
+
range_category:
|
555
|
+
- mezzo_soprano
|
556
|
+
natural_horn:
|
557
|
+
family_key: horn
|
558
|
+
notation:
|
559
|
+
default:
|
560
|
+
staffs:
|
561
|
+
- clef: treble
|
76
562
|
oboe:
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
563
|
+
family_key: oboe
|
564
|
+
notation:
|
565
|
+
default:
|
566
|
+
staffs:
|
567
|
+
- clef: treble
|
568
|
+
oboe_d_amore:
|
569
|
+
alias_name_keys:
|
570
|
+
- hautbois_d_amour
|
571
|
+
family_key: oboe
|
572
|
+
notation:
|
573
|
+
default:
|
574
|
+
staffs:
|
575
|
+
- clef: treble
|
576
|
+
transposition: -3
|
86
577
|
organ:
|
87
|
-
|
88
|
-
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
578
|
+
alias_name_keys:
|
579
|
+
- pipe_organ
|
580
|
+
family_key: organ
|
581
|
+
notation:
|
582
|
+
alternates:
|
583
|
+
- staffs:
|
584
|
+
- clef: treble
|
585
|
+
name_key: right_hand
|
586
|
+
- clef: treble
|
587
|
+
name_key: left_hand
|
588
|
+
default:
|
589
|
+
staffs:
|
590
|
+
- clef: treble
|
591
|
+
name_key: right_hand
|
592
|
+
- clef: bass
|
593
|
+
name_key: left_hand
|
594
|
+
- clef: bass
|
595
|
+
name_key: pedalboard
|
94
596
|
piano:
|
95
|
-
|
96
|
-
-
|
97
|
-
-
|
597
|
+
alias_name_keys:
|
598
|
+
- pianoforte
|
599
|
+
- fortepiano
|
600
|
+
family_key: piano
|
601
|
+
notation:
|
602
|
+
default:
|
603
|
+
staffs:
|
604
|
+
- clef: treble
|
605
|
+
name_key: right_hand
|
606
|
+
- clef: bass
|
607
|
+
name_key: left_hand
|
608
|
+
piccolo_clarinet:
|
609
|
+
fundamental_pitch_spelling:
|
610
|
+
default: Ab
|
611
|
+
family_key: clarinet
|
612
|
+
notation:
|
613
|
+
default:
|
614
|
+
staffs:
|
615
|
+
- clef: treble
|
616
|
+
transposition: 8
|
617
|
+
piccolo_flute:
|
618
|
+
alias_name_keys:
|
619
|
+
- piccolo
|
620
|
+
family_key: flute
|
621
|
+
notation:
|
622
|
+
default:
|
623
|
+
staffs:
|
624
|
+
- clef: treble
|
625
|
+
transposition: 12
|
626
|
+
piccolo_trumpet:
|
627
|
+
fundamental_pitch_spelling:
|
628
|
+
alternate: A
|
629
|
+
default: Bb
|
630
|
+
family_key: trumpet
|
631
|
+
notation:
|
632
|
+
default:
|
633
|
+
staffs:
|
634
|
+
- clef: treble
|
635
|
+
transposition: 10
|
636
|
+
recorder:
|
637
|
+
family_key: recorder
|
638
|
+
notation:
|
639
|
+
default:
|
640
|
+
staffs:
|
641
|
+
- clef: treble
|
642
|
+
saxophone:
|
643
|
+
family_key: saxophone
|
644
|
+
notation:
|
645
|
+
default:
|
646
|
+
staffs:
|
647
|
+
- clef: treble
|
648
|
+
snare_drum:
|
649
|
+
alias_name_keys:
|
650
|
+
- side_drum
|
651
|
+
- tabor
|
652
|
+
- military_drum
|
653
|
+
- field_drum
|
654
|
+
family_key: snare_drum
|
655
|
+
notation:
|
656
|
+
default:
|
657
|
+
staffs:
|
658
|
+
- clef: percussion
|
659
|
+
soprano_voice:
|
660
|
+
alias_name_keys:
|
661
|
+
- soprano
|
662
|
+
family_key: voice
|
663
|
+
notation:
|
664
|
+
default:
|
665
|
+
staffs:
|
666
|
+
- clef: treble
|
667
|
+
range_category:
|
668
|
+
- soprano
|
669
|
+
sousaphone:
|
670
|
+
fundamental_pitch_spelling:
|
671
|
+
default: Bb
|
672
|
+
family_key: tuba
|
673
|
+
notation:
|
674
|
+
default:
|
675
|
+
staffs:
|
676
|
+
- clef: bass
|
677
|
+
transposition: 0
|
678
|
+
suspended_cymbal:
|
679
|
+
family_key: cymbal
|
680
|
+
notation:
|
681
|
+
default:
|
682
|
+
staffs:
|
683
|
+
- clef: percussion
|
684
|
+
synthesizer:
|
685
|
+
family_key: synthesizer
|
686
|
+
notation:
|
687
|
+
default:
|
688
|
+
staffs:
|
689
|
+
- clef: treble
|
690
|
+
name_key: right_hand
|
691
|
+
- clef: bass
|
692
|
+
name_key: left_hand
|
693
|
+
tam_tam:
|
694
|
+
alias_name_keys:
|
695
|
+
- tamtam
|
696
|
+
- gong
|
697
|
+
family_key: gong
|
698
|
+
notation:
|
699
|
+
default:
|
700
|
+
staffs:
|
701
|
+
- clef: percussion
|
702
|
+
tambourine:
|
703
|
+
classification_keys:
|
98
704
|
- percussion
|
99
|
-
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
705
|
+
- shaken
|
706
|
+
- idiophone
|
707
|
+
- membranophone
|
708
|
+
notation:
|
709
|
+
default:
|
710
|
+
staffs:
|
711
|
+
- clef: percussion
|
712
|
+
orchestra_section: percussion
|
713
|
+
temple_blocks:
|
714
|
+
family_key: woodblock
|
715
|
+
notation:
|
716
|
+
default:
|
717
|
+
staffs:
|
718
|
+
- clef: percussion
|
719
|
+
tenor_drum:
|
720
|
+
classification_keys:
|
721
|
+
- percussion
|
722
|
+
- struck
|
723
|
+
- membranophone
|
724
|
+
notation:
|
725
|
+
default:
|
726
|
+
staffs:
|
727
|
+
- clef: percussion
|
728
|
+
orchestra_section: percussion
|
729
|
+
tenor_voice:
|
730
|
+
family_key: voice
|
731
|
+
notation:
|
732
|
+
alternates:
|
733
|
+
- staffs:
|
734
|
+
- clef: bass
|
735
|
+
- staffs:
|
736
|
+
- clef: treble
|
737
|
+
transposition: -12
|
738
|
+
- staffs:
|
739
|
+
- clef: tenor
|
740
|
+
default:
|
741
|
+
staffs:
|
742
|
+
- clef: vocal_tenor
|
743
|
+
transposition: -12
|
744
|
+
range_category:
|
745
|
+
- tenor
|
746
|
+
timpani:
|
747
|
+
alias_name_keys:
|
748
|
+
- kettledrum
|
749
|
+
- timpanum
|
750
|
+
family_key: kettledrum
|
751
|
+
notation:
|
752
|
+
default:
|
753
|
+
staffs:
|
754
|
+
- clef: percussion
|
755
|
+
triangle:
|
756
|
+
classification_keys:
|
757
|
+
- percussion
|
758
|
+
- struck
|
759
|
+
- idiophone
|
760
|
+
notation:
|
761
|
+
default:
|
762
|
+
staffs:
|
763
|
+
- clef: percussion
|
764
|
+
orchestra_section: percussion
|
104
765
|
trombone:
|
105
|
-
|
106
|
-
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
766
|
+
alias_name_keys:
|
767
|
+
- tenor_trombone
|
768
|
+
fundamental_pitch_spelling:
|
769
|
+
default: Bb
|
770
|
+
family_key: trombone
|
771
|
+
notation:
|
772
|
+
default:
|
773
|
+
staffs:
|
774
|
+
- clef: bass
|
112
775
|
trumpet:
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
776
|
+
fundamental_pitch_spelling:
|
777
|
+
default: Bb
|
778
|
+
family_key: trumpet
|
779
|
+
notation:
|
780
|
+
default:
|
781
|
+
staffs:
|
782
|
+
- clef: treble
|
783
|
+
transposition: -2
|
784
|
+
trumpet_in_c:
|
785
|
+
fundamental_pitch_spelling:
|
786
|
+
default: C
|
787
|
+
family_key: trumpet
|
788
|
+
notation:
|
789
|
+
default:
|
790
|
+
staffs:
|
791
|
+
- clef: treble
|
792
|
+
transposition: 0
|
793
|
+
trumpet_in_d:
|
794
|
+
fundamental_pitch_spelling:
|
795
|
+
default: D
|
796
|
+
family_key: trumpet
|
797
|
+
notation:
|
798
|
+
default:
|
799
|
+
staffs:
|
800
|
+
- clef: treble
|
801
|
+
transposition: 2
|
802
|
+
trumpet_in_e_flat:
|
803
|
+
fundamental_pitch_spelling:
|
804
|
+
default: Eb
|
805
|
+
family_key: trumpet
|
806
|
+
notation:
|
807
|
+
default:
|
808
|
+
staffs:
|
809
|
+
- clef: treble
|
810
|
+
transposition: 3
|
120
811
|
tuba:
|
121
|
-
|
122
|
-
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
812
|
+
alias_name_keys:
|
813
|
+
- contrabass_tuba
|
814
|
+
fundamental_pitch_spelling:
|
815
|
+
default: Bb
|
816
|
+
family_key: tuba
|
817
|
+
notation:
|
818
|
+
default:
|
819
|
+
staffs:
|
820
|
+
- clef: bass
|
821
|
+
tuba_in_c:
|
822
|
+
alias_name_keys:
|
823
|
+
- contrabass_tuba
|
824
|
+
fundamental_pitch_spelling:
|
825
|
+
default: C
|
826
|
+
family_key: tuba
|
827
|
+
notation:
|
828
|
+
default:
|
829
|
+
staffs:
|
830
|
+
- clef: bass
|
831
|
+
vibraphone:
|
832
|
+
alias_name_keys:
|
833
|
+
- vibes
|
834
|
+
family_key: vibraphone
|
835
|
+
notation:
|
836
|
+
default:
|
837
|
+
staffs:
|
838
|
+
- clef: treble
|
128
839
|
viola:
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
standard_staves:
|
135
|
-
- alto_clef
|
840
|
+
family_key: violin
|
841
|
+
notation:
|
842
|
+
default:
|
843
|
+
staffs:
|
844
|
+
- clef: alto
|
136
845
|
violin:
|
137
846
|
alias_name_keys:
|
138
847
|
- fiddle
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
848
|
+
family_key: violin
|
849
|
+
notation:
|
850
|
+
default:
|
851
|
+
staffs:
|
852
|
+
- clef: treble
|
853
|
+
woodblock:
|
854
|
+
family_key: woodblock
|
855
|
+
notation:
|
856
|
+
default:
|
857
|
+
staffs:
|
858
|
+
- clef: percussion
|
859
|
+
xylophone:
|
860
|
+
family_key: xylophone
|
861
|
+
notation:
|
862
|
+
default:
|
863
|
+
staffs:
|
864
|
+
- clef: treble
|