head_music 4.0.1 → 6.0.0

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