head_music 7.0.0 → 7.0.2
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.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -0
- data/Gemfile +1 -0
- data/lib/head_music/content/composition.rb +1 -1
- data/lib/head_music/data/instrument_families.yml +1 -0
- data/lib/head_music/data/instruments.yml +293 -6
- data/lib/head_music/instrument.rb +1 -1
- data/lib/head_music/locales/de.yml +105 -3
- data/lib/head_music/locales/en.yml +75 -3
- data/lib/head_music/locales/fr.yml +0 -1
- data/lib/head_music/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0db7d5bf6926cea6e34704d9d6e62d11d2101416638b0d67166d949f3c1c8ec
|
|
4
|
+
data.tar.gz: b19071517ac9d64d525e4be0b47d49be110b2412acc7d26f5127b36eb9f13d7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0d6c4bd8d1f4d507ed11de34f11312b40fd17855f28540052f26ee42e59663dc67ddb18aae5b5cf4eb2cf8ebf617cd65ad94c74fdb224cae4e10d80ce30f5f5
|
|
7
|
+
data.tar.gz: 5c19d34a2377d24bd8c14ad4f00c7025ab2715e4fe7ca3c85f4c455946a35122a33890244aff5d596f1275f2b6526e25f00b152b41ea259c7fc5301132744b95
|
data/.rubocop.yml
CHANGED
data/Gemfile
CHANGED
|
@@ -56,7 +56,6 @@ arpeggione:
|
|
|
56
56
|
great_highland_bagpipe:
|
|
57
57
|
alias_name_keys:
|
|
58
58
|
- bagpipe
|
|
59
|
-
- bagpipes
|
|
60
59
|
family_key: bagpipe
|
|
61
60
|
variants:
|
|
62
61
|
default:
|
|
@@ -126,6 +125,8 @@ bass_drum:
|
|
|
126
125
|
default:
|
|
127
126
|
- clef: neutral_clef
|
|
128
127
|
orchestra_section_key: percussion
|
|
128
|
+
range_categories:
|
|
129
|
+
- bass
|
|
129
130
|
bass_guitar:
|
|
130
131
|
family_key: guitar
|
|
131
132
|
variants:
|
|
@@ -134,6 +135,8 @@ bass_guitar:
|
|
|
134
135
|
default:
|
|
135
136
|
- clef: bass_clef
|
|
136
137
|
sounding_transposition: -12
|
|
138
|
+
range_categories:
|
|
139
|
+
- bass
|
|
137
140
|
bass_oboe:
|
|
138
141
|
alias_name_keys:
|
|
139
142
|
- baritone_oboe
|
|
@@ -156,6 +159,8 @@ bass_trombone:
|
|
|
156
159
|
default:
|
|
157
160
|
- clef: bass_clef
|
|
158
161
|
sounding_transposition: 0
|
|
162
|
+
range_categories:
|
|
163
|
+
- bass
|
|
159
164
|
bass_trumpet:
|
|
160
165
|
family_key: trumpet
|
|
161
166
|
variants:
|
|
@@ -177,6 +182,9 @@ bass_trumpet:
|
|
|
177
182
|
default:
|
|
178
183
|
- clef: treble_clef
|
|
179
184
|
sounding_transposition: -9
|
|
185
|
+
range_categories:
|
|
186
|
+
- baritone
|
|
187
|
+
- bass
|
|
180
188
|
bass_tuba:
|
|
181
189
|
family_key: tuba
|
|
182
190
|
variants:
|
|
@@ -221,6 +229,8 @@ bassoon:
|
|
|
221
229
|
staff_schemes:
|
|
222
230
|
default:
|
|
223
231
|
- clef: bass_clef
|
|
232
|
+
range_categories:
|
|
233
|
+
- bass
|
|
224
234
|
bugle:
|
|
225
235
|
family_key: trumpet
|
|
226
236
|
variants:
|
|
@@ -236,6 +246,15 @@ bugle:
|
|
|
236
246
|
default:
|
|
237
247
|
- clef: treble_clef
|
|
238
248
|
sounding_transposition: -2
|
|
249
|
+
in_c:
|
|
250
|
+
pitch_designation: C
|
|
251
|
+
staff_schemes:
|
|
252
|
+
default:
|
|
253
|
+
- clef: treble_clef
|
|
254
|
+
sounding_transposition: 0
|
|
255
|
+
range_categories:
|
|
256
|
+
- soprano
|
|
257
|
+
- alto
|
|
239
258
|
castanets:
|
|
240
259
|
classification_keys:
|
|
241
260
|
- percussion
|
|
@@ -269,6 +288,8 @@ cello:
|
|
|
269
288
|
staff_schemes:
|
|
270
289
|
default:
|
|
271
290
|
- clef: bass_clef
|
|
291
|
+
range_categories:
|
|
292
|
+
- tenor
|
|
272
293
|
chimes:
|
|
273
294
|
alias_name_keys:
|
|
274
295
|
- tubular_bells
|
|
@@ -334,7 +355,14 @@ clarinet:
|
|
|
334
355
|
default:
|
|
335
356
|
- clef: treble_clef
|
|
336
357
|
sounding_transposition: 3
|
|
358
|
+
range_categories:
|
|
359
|
+
- soprano
|
|
360
|
+
- sopranino
|
|
337
361
|
clash_cymbals:
|
|
362
|
+
alias_name_keys:
|
|
363
|
+
- concert_cymbals
|
|
364
|
+
- orchestral_cymbals
|
|
365
|
+
- crash_cymbals
|
|
338
366
|
family_key: cymbal
|
|
339
367
|
variants:
|
|
340
368
|
default:
|
|
@@ -342,6 +370,7 @@ clash_cymbals:
|
|
|
342
370
|
default:
|
|
343
371
|
- clef: neutral_clef
|
|
344
372
|
clavichord:
|
|
373
|
+
family_key: clavichord
|
|
345
374
|
variants:
|
|
346
375
|
default:
|
|
347
376
|
staff_schemes:
|
|
@@ -359,6 +388,8 @@ contrabass_clarinet:
|
|
|
359
388
|
default:
|
|
360
389
|
- clef: treble_clef
|
|
361
390
|
sounding_transposition: -26
|
|
391
|
+
range_categories:
|
|
392
|
+
- contrabass
|
|
362
393
|
contrabassoon:
|
|
363
394
|
family_key: bassoon
|
|
364
395
|
variants:
|
|
@@ -367,6 +398,8 @@ contrabassoon:
|
|
|
367
398
|
default:
|
|
368
399
|
- clef: bass_clef
|
|
369
400
|
sounding_transposition: -12
|
|
401
|
+
range_categories:
|
|
402
|
+
- contrabass
|
|
370
403
|
cor_anglais:
|
|
371
404
|
alias_name_keys:
|
|
372
405
|
- english_horn
|
|
@@ -377,6 +410,8 @@ cor_anglais:
|
|
|
377
410
|
default:
|
|
378
411
|
- clef: treble_clef
|
|
379
412
|
sounding_transposition: -7
|
|
413
|
+
range_categories:
|
|
414
|
+
- alto
|
|
380
415
|
cornet:
|
|
381
416
|
family_key: cornet
|
|
382
417
|
variants:
|
|
@@ -386,6 +421,8 @@ cornet:
|
|
|
386
421
|
default:
|
|
387
422
|
- clef: treble_clef
|
|
388
423
|
sounding_transposition: -2
|
|
424
|
+
range_categories:
|
|
425
|
+
- soprano
|
|
389
426
|
countertenor_voice:
|
|
390
427
|
family_key: voice
|
|
391
428
|
variants:
|
|
@@ -394,7 +431,7 @@ countertenor_voice:
|
|
|
394
431
|
default:
|
|
395
432
|
- clef: treble_clef
|
|
396
433
|
range_categories:
|
|
397
|
-
-
|
|
434
|
+
- countertenor
|
|
398
435
|
cowbell:
|
|
399
436
|
classification_keys:
|
|
400
437
|
- percussion
|
|
@@ -426,12 +463,16 @@ double_bass:
|
|
|
426
463
|
alias_name_keys:
|
|
427
464
|
- contrabass
|
|
428
465
|
- string_bass
|
|
466
|
+
family_key: double_bass
|
|
429
467
|
variants:
|
|
430
468
|
default:
|
|
431
469
|
staff_schemes:
|
|
432
470
|
default:
|
|
433
471
|
- clef: bass_clef
|
|
434
472
|
sounding_transposition: -12
|
|
473
|
+
range_categories:
|
|
474
|
+
- bass
|
|
475
|
+
- contrabass
|
|
435
476
|
euphonium:
|
|
436
477
|
alias_name_keys:
|
|
437
478
|
- tenor_tuba
|
|
@@ -451,6 +492,8 @@ euphonium:
|
|
|
451
492
|
- clef: treble_clef
|
|
452
493
|
sounding_transposition: -14
|
|
453
494
|
orchestra_section_key: brass
|
|
495
|
+
range_categories:
|
|
496
|
+
- baritone
|
|
454
497
|
flugelhorn:
|
|
455
498
|
family_key: saxhorn
|
|
456
499
|
variants:
|
|
@@ -460,6 +503,9 @@ flugelhorn:
|
|
|
460
503
|
default:
|
|
461
504
|
- clef: treble_clef
|
|
462
505
|
sounding_transposition: -2
|
|
506
|
+
range_categories:
|
|
507
|
+
- soprano
|
|
508
|
+
- alto
|
|
463
509
|
flute:
|
|
464
510
|
family_key: flute
|
|
465
511
|
variants:
|
|
@@ -467,6 +513,8 @@ flute:
|
|
|
467
513
|
staff_schemes:
|
|
468
514
|
default:
|
|
469
515
|
- clef: treble_clef
|
|
516
|
+
range_categories:
|
|
517
|
+
- soprano
|
|
470
518
|
french_horn:
|
|
471
519
|
alias_name_keys:
|
|
472
520
|
- horn
|
|
@@ -481,6 +529,9 @@ french_horn:
|
|
|
481
529
|
bass_clef:
|
|
482
530
|
- clef: bass_clef
|
|
483
531
|
sounding_transposition: 5
|
|
532
|
+
range_categories:
|
|
533
|
+
- alto
|
|
534
|
+
- tenor
|
|
484
535
|
glockenspiel:
|
|
485
536
|
alias_name_keys:
|
|
486
537
|
- concert_bells
|
|
@@ -520,6 +571,7 @@ harp:
|
|
|
520
571
|
- clef: treble_clef
|
|
521
572
|
- clef: bass_clef
|
|
522
573
|
harpsichord:
|
|
574
|
+
family_key: harpsichord
|
|
523
575
|
variants:
|
|
524
576
|
default:
|
|
525
577
|
staff_schemes:
|
|
@@ -582,6 +634,9 @@ natural_horn:
|
|
|
582
634
|
staff_schemes:
|
|
583
635
|
default:
|
|
584
636
|
- clef: treble_clef
|
|
637
|
+
range_categories:
|
|
638
|
+
- alto
|
|
639
|
+
- tenor
|
|
585
640
|
oboe:
|
|
586
641
|
family_key: oboe
|
|
587
642
|
variants:
|
|
@@ -589,6 +644,8 @@ oboe:
|
|
|
589
644
|
staff_schemes:
|
|
590
645
|
default:
|
|
591
646
|
- clef: treble_clef
|
|
647
|
+
range_categories:
|
|
648
|
+
- soprano
|
|
592
649
|
oboe_d_amore:
|
|
593
650
|
alias_name_keys:
|
|
594
651
|
- hautbois_d_amour
|
|
@@ -599,6 +656,8 @@ oboe_d_amore:
|
|
|
599
656
|
default:
|
|
600
657
|
- clef: treble_clef
|
|
601
658
|
sounding_transposition: -3
|
|
659
|
+
range_categories:
|
|
660
|
+
- alto
|
|
602
661
|
organ:
|
|
603
662
|
alias_name_keys:
|
|
604
663
|
- pipe_organ
|
|
@@ -640,6 +699,8 @@ piccolo_clarinet:
|
|
|
640
699
|
default:
|
|
641
700
|
- clef: treble_clef
|
|
642
701
|
sounding_transposition: 8
|
|
702
|
+
range_categories:
|
|
703
|
+
- piccolo
|
|
643
704
|
piccolo_flute:
|
|
644
705
|
alias_name_keys:
|
|
645
706
|
- piccolo
|
|
@@ -650,6 +711,8 @@ piccolo_flute:
|
|
|
650
711
|
default:
|
|
651
712
|
- clef: treble_clef
|
|
652
713
|
sounding_transposition: 12
|
|
714
|
+
range_categories:
|
|
715
|
+
- piccolo
|
|
653
716
|
piccolo_trumpet:
|
|
654
717
|
family_key: trumpet
|
|
655
718
|
variants:
|
|
@@ -667,20 +730,240 @@ piccolo_trumpet:
|
|
|
667
730
|
sounding_transposition: 9
|
|
668
731
|
range_categories:
|
|
669
732
|
- piccolo
|
|
733
|
+
garklein_recorder:
|
|
734
|
+
alias_name_keys:
|
|
735
|
+
- sopranissimo_recorder
|
|
736
|
+
- piccolo_recorder
|
|
737
|
+
family_key: recorder
|
|
738
|
+
variants:
|
|
739
|
+
default:
|
|
740
|
+
pitch_designation: C6
|
|
741
|
+
staff_schemes:
|
|
742
|
+
default:
|
|
743
|
+
- clef: treble_clef
|
|
744
|
+
sounding_transposition: 24
|
|
745
|
+
range_categories:
|
|
746
|
+
- piccolo
|
|
747
|
+
sopranino_recorder:
|
|
748
|
+
family_key: recorder
|
|
749
|
+
variants:
|
|
750
|
+
default:
|
|
751
|
+
pitch_designation: F5
|
|
752
|
+
staff_schemes:
|
|
753
|
+
default:
|
|
754
|
+
- clef: treble_clef
|
|
755
|
+
sounding_transposition: 12
|
|
756
|
+
range_categories:
|
|
757
|
+
- sopranino
|
|
670
758
|
recorder:
|
|
759
|
+
alias_name_keys:
|
|
760
|
+
- soprano_recorder
|
|
761
|
+
- descant
|
|
762
|
+
family_key: recorder
|
|
763
|
+
variants:
|
|
764
|
+
default:
|
|
765
|
+
pitch_designation: C5
|
|
766
|
+
staff_schemes:
|
|
767
|
+
default:
|
|
768
|
+
- clef: treble_clef
|
|
769
|
+
sounding_transposition: 12
|
|
770
|
+
range_categories:
|
|
771
|
+
- soprano
|
|
772
|
+
alto_recorder:
|
|
773
|
+
alias_name_keys:
|
|
774
|
+
- treble_recorder
|
|
775
|
+
family_key: recorder
|
|
776
|
+
variants:
|
|
777
|
+
default:
|
|
778
|
+
pitch_designation: F4
|
|
779
|
+
staff_schemes:
|
|
780
|
+
default:
|
|
781
|
+
- clef: treble_clef
|
|
782
|
+
range_categories:
|
|
783
|
+
- alto
|
|
784
|
+
tenor_recorder:
|
|
785
|
+
family_key: recorder
|
|
786
|
+
variants:
|
|
787
|
+
default:
|
|
788
|
+
pitch_designation: C4
|
|
789
|
+
staff_schemes:
|
|
790
|
+
default:
|
|
791
|
+
- clef: treble_clef
|
|
792
|
+
range_categories:
|
|
793
|
+
- tenor
|
|
794
|
+
bass_recorder:
|
|
795
|
+
alias_name_keys:
|
|
796
|
+
- basset_recorder
|
|
797
|
+
family_key: recorder
|
|
798
|
+
variants:
|
|
799
|
+
default:
|
|
800
|
+
pitch_designation: F3
|
|
801
|
+
staff_schemes:
|
|
802
|
+
default:
|
|
803
|
+
- clef: bass_clef
|
|
804
|
+
sounding_transposition: 12
|
|
805
|
+
range_categories:
|
|
806
|
+
- baritone
|
|
807
|
+
- bass
|
|
808
|
+
great_bass_recorder:
|
|
809
|
+
alias_name_keys:
|
|
810
|
+
- quart_bass_recorder
|
|
811
|
+
family_key: recorder
|
|
812
|
+
variants:
|
|
813
|
+
default:
|
|
814
|
+
pitch_designation: C3
|
|
815
|
+
staff_schemes:
|
|
816
|
+
default:
|
|
817
|
+
- clef: bass_clef
|
|
818
|
+
sounding_transposition: 12
|
|
819
|
+
range_categories:
|
|
820
|
+
- bass
|
|
821
|
+
contrabass_recorder:
|
|
822
|
+
alias_name_keys:
|
|
823
|
+
- great_bass_recorder
|
|
824
|
+
- sub_bass_recorder
|
|
825
|
+
family_key: recorder
|
|
826
|
+
variants:
|
|
827
|
+
default:
|
|
828
|
+
pitch_designation: F2
|
|
829
|
+
staff_schemes:
|
|
830
|
+
default:
|
|
831
|
+
- clef: bass_clef
|
|
832
|
+
sounding_transposition: 0
|
|
833
|
+
range_categories:
|
|
834
|
+
- bass
|
|
835
|
+
- contrabass
|
|
836
|
+
sub_great_bass_recorder:
|
|
837
|
+
alias_name_keys:
|
|
838
|
+
- contra_great_bass_recorder
|
|
839
|
+
- contrabass_recorder
|
|
671
840
|
family_key: recorder
|
|
672
841
|
variants:
|
|
673
842
|
default:
|
|
843
|
+
pitch_designation: C2
|
|
844
|
+
staff_schemes:
|
|
845
|
+
default:
|
|
846
|
+
- clef: bass_clef
|
|
847
|
+
sounding_transposition: 0
|
|
848
|
+
range_categories:
|
|
849
|
+
- contrabass
|
|
850
|
+
sub_contrabass_recorder:
|
|
851
|
+
alias_name_keys:
|
|
852
|
+
- double_contrabass_recorder
|
|
853
|
+
- octocontrabass_recorder
|
|
854
|
+
family_key: recorder
|
|
855
|
+
variants:
|
|
856
|
+
default:
|
|
857
|
+
pitch_designation: F1
|
|
858
|
+
staff_schemes:
|
|
859
|
+
default:
|
|
860
|
+
- clef: bass_clef
|
|
861
|
+
sounding_transposition: -12
|
|
862
|
+
range_categories:
|
|
863
|
+
- contrabass
|
|
864
|
+
- subcontrabass
|
|
865
|
+
soprillo:
|
|
866
|
+
alias_name_keys:
|
|
867
|
+
- piccolo_saxophone
|
|
868
|
+
- sopranissimo_saxophone
|
|
869
|
+
family_key: saxophone
|
|
870
|
+
variants:
|
|
871
|
+
default:
|
|
872
|
+
pitch_designation: Bb
|
|
873
|
+
staff_schemes:
|
|
874
|
+
default:
|
|
875
|
+
- clef: treble_clef
|
|
876
|
+
sounding_transposition: 10
|
|
877
|
+
range_categories:
|
|
878
|
+
- piccolo
|
|
879
|
+
sopranino_saxophone:
|
|
880
|
+
family_key: saxophone
|
|
881
|
+
variants:
|
|
882
|
+
default:
|
|
883
|
+
pitch_designation: Eb
|
|
884
|
+
staff_schemes:
|
|
885
|
+
default:
|
|
886
|
+
- clef: treble_clef
|
|
887
|
+
sounding_transposition: 3
|
|
888
|
+
range_categories:
|
|
889
|
+
- sopranino
|
|
890
|
+
soprano_saxophone:
|
|
891
|
+
family_key: saxophone
|
|
892
|
+
variants:
|
|
893
|
+
default:
|
|
894
|
+
pitch_designation: Bb
|
|
895
|
+
staff_schemes:
|
|
896
|
+
default:
|
|
897
|
+
- clef: treble_clef
|
|
898
|
+
sounding_transposition: -2
|
|
899
|
+
range_categories:
|
|
900
|
+
- soprano
|
|
901
|
+
alto_saxophone:
|
|
902
|
+
family_key: saxophone
|
|
903
|
+
variants:
|
|
904
|
+
default:
|
|
905
|
+
pitch_designation: Eb
|
|
906
|
+
staff_schemes:
|
|
907
|
+
default:
|
|
908
|
+
- clef: treble_clef
|
|
909
|
+
sounding_transposition: -9
|
|
910
|
+
range_categories:
|
|
911
|
+
- alto
|
|
912
|
+
tenor_saxophone:
|
|
913
|
+
family_key: saxophone
|
|
914
|
+
variants:
|
|
915
|
+
default:
|
|
916
|
+
pitch_designation: Bb
|
|
674
917
|
staff_schemes:
|
|
675
918
|
default:
|
|
676
919
|
- clef: treble_clef
|
|
677
|
-
|
|
920
|
+
sounding_transposition: -14
|
|
921
|
+
range_categories:
|
|
922
|
+
- tenor
|
|
923
|
+
baritone_saxophone:
|
|
678
924
|
family_key: saxophone
|
|
679
925
|
variants:
|
|
680
926
|
default:
|
|
927
|
+
pitch_designation: Eb
|
|
681
928
|
staff_schemes:
|
|
682
929
|
default:
|
|
683
930
|
- clef: treble_clef
|
|
931
|
+
sounding_transposition: -21
|
|
932
|
+
range_categories:
|
|
933
|
+
- baritone
|
|
934
|
+
bass_saxophone:
|
|
935
|
+
family_key: saxophone
|
|
936
|
+
variants:
|
|
937
|
+
default:
|
|
938
|
+
pitch_designation: Bb
|
|
939
|
+
staff_schemes:
|
|
940
|
+
default:
|
|
941
|
+
- clef: treble_clef
|
|
942
|
+
sounding_transposition: -26
|
|
943
|
+
range_categories:
|
|
944
|
+
- bass
|
|
945
|
+
contrabass_saxophone:
|
|
946
|
+
family_key: saxophone
|
|
947
|
+
variants:
|
|
948
|
+
default:
|
|
949
|
+
pitch_designation: Eb
|
|
950
|
+
staff_schemes:
|
|
951
|
+
default:
|
|
952
|
+
- clef: treble_clef
|
|
953
|
+
sounding_transposition: -33
|
|
954
|
+
range_categories:
|
|
955
|
+
- contrabass
|
|
956
|
+
subcontrabass_saxophone:
|
|
957
|
+
family_key: saxophone
|
|
958
|
+
variants:
|
|
959
|
+
default:
|
|
960
|
+
pitch_designation: Bb
|
|
961
|
+
staff_schemes:
|
|
962
|
+
default:
|
|
963
|
+
- clef: treble_clef
|
|
964
|
+
sounding_transposition: -38
|
|
965
|
+
range_categories:
|
|
966
|
+
- subcontrabass
|
|
684
967
|
snare_drum:
|
|
685
968
|
alias_name_keys:
|
|
686
969
|
- side_drum
|
|
@@ -712,7 +995,9 @@ sousaphone:
|
|
|
712
995
|
staff_schemes:
|
|
713
996
|
default:
|
|
714
997
|
- clef: bass_clef
|
|
715
|
-
|
|
998
|
+
sounding_transposition: 0
|
|
999
|
+
range_categories:
|
|
1000
|
+
- bass
|
|
716
1001
|
suspended_cymbal:
|
|
717
1002
|
family_key: cymbal
|
|
718
1003
|
variants:
|
|
@@ -732,7 +1017,6 @@ synthesizer:
|
|
|
732
1017
|
name_key: left_hand
|
|
733
1018
|
tam_tam:
|
|
734
1019
|
alias_name_keys:
|
|
735
|
-
- tamtam
|
|
736
1020
|
- gong
|
|
737
1021
|
family_key: gong
|
|
738
1022
|
variants:
|
|
@@ -791,11 +1075,14 @@ timpani:
|
|
|
791
1075
|
- kettledrum
|
|
792
1076
|
- timpanum
|
|
793
1077
|
family_key: kettledrum
|
|
1078
|
+
orchestra_section_key: percussion
|
|
794
1079
|
variants:
|
|
795
1080
|
default:
|
|
796
1081
|
staff_schemes:
|
|
797
1082
|
default:
|
|
798
1083
|
- clef: neutral_clef
|
|
1084
|
+
range_categories:
|
|
1085
|
+
- bass
|
|
799
1086
|
triangle:
|
|
800
1087
|
classification_keys:
|
|
801
1088
|
- percussion
|
|
@@ -900,4 +1187,4 @@ xylophone:
|
|
|
900
1187
|
default:
|
|
901
1188
|
staff_schemes:
|
|
902
1189
|
default:
|
|
903
|
-
- clef: treble_clef
|
|
1190
|
+
- clef: treble_clef
|
|
@@ -26,7 +26,7 @@ class HeadMusic::Instrument
|
|
|
26
26
|
def self.all
|
|
27
27
|
HeadMusic::InstrumentFamily.all
|
|
28
28
|
@all ||=
|
|
29
|
-
INSTRUMENTS.map { |key, _data| get(key) }.sort_by
|
|
29
|
+
INSTRUMENTS.map { |key, _data| get(key) }.sort_by { |instrument| instrument.name.downcase }
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
attr_reader(
|
|
@@ -56,63 +56,165 @@ de:
|
|
|
56
56
|
bass: Bass
|
|
57
57
|
instruments:
|
|
58
58
|
accordion: Akkordeon
|
|
59
|
+
alto_clarinet: Altklarinette
|
|
59
60
|
alto_flute: Altflöte
|
|
61
|
+
alto_recorder: Altblockflöte
|
|
62
|
+
alto_saxophone: Altsaxophon
|
|
60
63
|
alto_voice: Alt
|
|
61
64
|
arpeggione: Arpeggione
|
|
62
65
|
bagpipe: Dudelsack
|
|
66
|
+
banjo: Banjo
|
|
63
67
|
baritone_horn: Baritonhorn
|
|
68
|
+
baritone_oboe: Baritonoboe
|
|
69
|
+
baritone_saxophone: Baritonsaxophon
|
|
64
70
|
baritone_voice: Bariton
|
|
71
|
+
bass: Bass
|
|
65
72
|
bass_clarinet: Bassklarinette
|
|
66
|
-
bass_drum:
|
|
67
|
-
|
|
73
|
+
bass_drum: Große Trommel
|
|
74
|
+
bass_guitar: Bassgitarre
|
|
75
|
+
bass_oboe: Bassoboe
|
|
76
|
+
bass_recorder: Bassblockflöte
|
|
77
|
+
bass_saxophone: Basssaxophon
|
|
78
|
+
bass_trombone: Bassposaune
|
|
79
|
+
bass_trumpet: Basstrompete
|
|
80
|
+
bass_tuba: Basstuba
|
|
68
81
|
bass_voice: Bass
|
|
82
|
+
basset_horn: Bassetthorn
|
|
83
|
+
basset_recorder: Bassetblockflöte
|
|
69
84
|
bassoon: Fagott
|
|
85
|
+
bells: Glocken
|
|
86
|
+
bugle: Signalhorn
|
|
70
87
|
castanets: Kastagnetten
|
|
71
88
|
celesta: Celesta
|
|
72
89
|
cello: Cello
|
|
73
|
-
|
|
90
|
+
chimes: Röhrenglocken
|
|
91
|
+
cimbalom: Cimbalom
|
|
74
92
|
clarinet: Klarinette
|
|
93
|
+
clarion: Clarion
|
|
94
|
+
clash_cymbals: Becken
|
|
75
95
|
clavichord: Klavichord
|
|
96
|
+
concert_bells: Konzertglocken
|
|
97
|
+
concert_cymbals: Konzertbecken
|
|
98
|
+
contra_great_bass_recorder: Großbassblockflöte
|
|
99
|
+
contrabass: Kontrabass
|
|
100
|
+
contrabass_clarinet: Kontrabassklarinette
|
|
101
|
+
contrabass_recorder: Kontrabassblockflöte
|
|
102
|
+
contrabass_saxophone: Kontrabasssaxophon
|
|
103
|
+
contrabass_tuba: Kontrabasstuba
|
|
104
|
+
contrabassoon: Kontrafagott
|
|
105
|
+
contralto: Alt
|
|
106
|
+
contralto_voice: Altstimme
|
|
107
|
+
cor_anglais: Englischhorn
|
|
76
108
|
cornet: Kornett
|
|
109
|
+
countertenor_voice: Countertenor
|
|
110
|
+
cowbell: Kuhglocke
|
|
111
|
+
crash_cymbal: Crash-Becken
|
|
112
|
+
crash_cymbals: Crash-Becken
|
|
113
|
+
crotales: Crotales
|
|
77
114
|
cymbal: Becken
|
|
115
|
+
descant: Diskant
|
|
78
116
|
double_bass: Kontrabass
|
|
117
|
+
double_contrabass_recorder: Doppelkontrabassblockflöte
|
|
79
118
|
english_horn: Englischhorn
|
|
80
119
|
euphonium: Euphonium
|
|
81
120
|
fiddle: Geige
|
|
121
|
+
field_drum: Feldtrommel
|
|
82
122
|
flugelhorn: Flügelhorn
|
|
83
123
|
flute: Flöte
|
|
124
|
+
fortepiano: Fortepiano
|
|
84
125
|
french_horn: Horn
|
|
126
|
+
garklein_recorder: Garkleinblockflöte
|
|
85
127
|
glockenspiel: Glockenspiel
|
|
128
|
+
gong: Gong
|
|
129
|
+
great_bass_recorder: Großbassblockflöte
|
|
86
130
|
guitar: Gitarre
|
|
87
131
|
hammered_dulcimer: Hackbrett
|
|
88
132
|
harp: Harfe
|
|
89
133
|
harpsichord: Cembalo
|
|
134
|
+
hautbois_d_amour: Liebeshoboe
|
|
135
|
+
hi-hat: Hi-Hat
|
|
90
136
|
horn: Horn
|
|
137
|
+
kettledrum: Pauke
|
|
138
|
+
kick_drum: Große Trommel
|
|
91
139
|
lute: Laute
|
|
92
140
|
mandolin: Mandoline
|
|
93
141
|
marimba: Marimbaphon
|
|
142
|
+
maracas: Maracas
|
|
143
|
+
metal_block: Metallblock
|
|
144
|
+
mezzo: Mezzo
|
|
145
|
+
mezzo_soprano: Mezzosopran
|
|
146
|
+
mezzo_soprano_voice: Mezzosopran
|
|
147
|
+
military_drum: Militärtrommel
|
|
94
148
|
natural_horn: Waldhorn
|
|
95
149
|
oboe: Oboe
|
|
96
150
|
oboe_d_amore: Liebesoboe
|
|
151
|
+
octocontrabass_recorder: Oktokontrabassblockflöte
|
|
152
|
+
orchestral_chimes: Röhrenglocken
|
|
153
|
+
orchestral_cymbals: Orchesterbecken
|
|
97
154
|
organ: Orgel
|
|
98
155
|
piano: Piano
|
|
156
|
+
pianoforte: Hammerklavier
|
|
99
157
|
piccolo: Pikkoloflöte
|
|
158
|
+
piccolo_clarinet: Piccoloklarinette
|
|
159
|
+
piccolo_flute: Pikkoloflöte
|
|
160
|
+
piccolo_recorder: Piccoloblockflöte
|
|
161
|
+
piccolo_saxophone: Piccolosaxophon
|
|
162
|
+
piccolo_trumpet: Piccolotrompete
|
|
163
|
+
pipe_organ: Orgel
|
|
100
164
|
recorder: Blockflöte
|
|
165
|
+
ride_cymbal: Ride-Becken
|
|
101
166
|
saxophone: Saxophon
|
|
167
|
+
side_drum: Kleine Trommel
|
|
102
168
|
snare_drum: Leinentrommel
|
|
169
|
+
sopranino_clarinet: Sopraninoklarinette
|
|
170
|
+
sopranino_recorder: Sopraninoblockflöte
|
|
171
|
+
sopranino_saxophone: Sopraninosaxophon
|
|
172
|
+
sopranissimo_recorder: Sopranissimoblockflöte
|
|
173
|
+
sopranissimo_saxophone: Sopranissimosaxophon
|
|
174
|
+
soprano: Sopran
|
|
175
|
+
soprano_clarinet: Sopranklarinette
|
|
176
|
+
soprano_recorder: Sopranblockflöte
|
|
177
|
+
soprano_saxophone: Sopransaxophon
|
|
178
|
+
soprano_voice: Sopran
|
|
179
|
+
soprillo: Sopranissimo
|
|
180
|
+
sousaphone: Sousaphon
|
|
181
|
+
string_bass: Kontrabass
|
|
182
|
+
sub_bass_recorder: Subbassblockflöte
|
|
183
|
+
sub_contrabass_recorder: Subkontrabassblockflöte
|
|
184
|
+
sub_great_bass_recorder: Subgroßbassblockflöte
|
|
185
|
+
subcontrabass_saxophone: Subkontrabasssaxophon
|
|
186
|
+
suspended_cymbal: Hängebecken
|
|
187
|
+
synthesizer: Synthesizer
|
|
188
|
+
tabor: Tamburin
|
|
103
189
|
tambourine: Tamburin
|
|
190
|
+
tam_tam: Tamtam
|
|
191
|
+
temple_blocks: Tempelblock
|
|
192
|
+
tenor: Tenor
|
|
104
193
|
tenor_drum: Tenortrommel
|
|
194
|
+
tenor_recorder: Tenorblockflöte
|
|
195
|
+
tenor_saxophone: Tenorsaxophon
|
|
196
|
+
tenor_trombone: Tenorposaune
|
|
197
|
+
tenor_tuba: Tenortuba
|
|
198
|
+
tenor_voice: Tenor
|
|
105
199
|
timpani: Pauken
|
|
200
|
+
timpanum: Pauke
|
|
201
|
+
tom_drum: Tom-Tom
|
|
202
|
+
tom_tom: Tom-Tom
|
|
203
|
+
treble_recorder: Diskantblockflöte
|
|
204
|
+
triangle: Triangel
|
|
106
205
|
trombone: Posaune
|
|
107
206
|
trumpet: Trompete
|
|
108
207
|
tuba: Tuba
|
|
109
208
|
tubular_bells: Rohrenglocke
|
|
209
|
+
vibes: Vibraphon
|
|
210
|
+
vibraphone: Vibraphon
|
|
110
211
|
viola: Bratsche
|
|
111
212
|
viola_d_amore: Viola d'amore
|
|
112
213
|
viola_da_gamba: Viola da gamba
|
|
113
214
|
violin: Violine
|
|
114
215
|
violoncello: Violoncello
|
|
115
216
|
voice: Stimme
|
|
217
|
+
woodblock: Holzblock
|
|
116
218
|
xylophone: Xylophon
|
|
117
219
|
zither: Zither
|
|
118
220
|
locales:
|
|
@@ -92,8 +92,8 @@ en:
|
|
|
92
92
|
shaken: shaken
|
|
93
93
|
single_reed: single-reed
|
|
94
94
|
string: string
|
|
95
|
-
strings: strings
|
|
96
95
|
stringed_instrument: stringed instrument
|
|
96
|
+
strings: strings
|
|
97
97
|
struck: struck
|
|
98
98
|
voice: voice
|
|
99
99
|
wind: wind
|
|
@@ -103,6 +103,7 @@ en:
|
|
|
103
103
|
instrument_with_pitch_designation: "%{instrument} in %{pitch_designation}"
|
|
104
104
|
instrument_voices:
|
|
105
105
|
piccolo: piccolo
|
|
106
|
+
sopranino: sopranino
|
|
106
107
|
soprano: soprano
|
|
107
108
|
mezzo_soprano: mezzo-soprano
|
|
108
109
|
alto: alto
|
|
@@ -110,27 +111,36 @@ en:
|
|
|
110
111
|
baritone: baritone
|
|
111
112
|
bass: bass
|
|
112
113
|
contrabass: contrabass
|
|
113
|
-
|
|
114
|
+
subcontrabass: subcontrabass
|
|
114
115
|
instruments:
|
|
115
116
|
accordion: accordion
|
|
116
117
|
alto_clarinet: alto clarinet
|
|
117
118
|
alto_flute: alto flute
|
|
119
|
+
alto_recorder: alto recorder
|
|
120
|
+
alto_saxophone: alto saxophone
|
|
118
121
|
alto_voice: alto
|
|
119
122
|
arpeggione: arpeggione
|
|
120
123
|
bagpipe: bagpipe
|
|
121
124
|
banjo: banjo
|
|
122
125
|
baritone_horn: baritone horn
|
|
126
|
+
baritone_oboe: baritone oboe
|
|
127
|
+
baritone_saxophone: baritone saxophone
|
|
123
128
|
baritone_voice: baritone
|
|
129
|
+
bass: bass
|
|
124
130
|
bass_clarinet: bass clarinet
|
|
125
131
|
bass_drum: bass drum
|
|
126
132
|
bass_guitar: bass guitar
|
|
127
133
|
bass_oboe: bass oboe
|
|
134
|
+
bass_recorder: bass recorder
|
|
135
|
+
bass_saxophone: bass saxophone
|
|
128
136
|
bass_trombone: bass trombone
|
|
129
137
|
bass_trumpet: bass trumpet
|
|
130
138
|
bass_tuba: bass tuba
|
|
131
139
|
bass_voice: bass
|
|
132
140
|
basset_horn: basset horn
|
|
141
|
+
basset_recorder: basset recorder
|
|
133
142
|
bassoon: bassoon
|
|
143
|
+
bells: bells
|
|
134
144
|
bugle: bugle
|
|
135
145
|
castanets: castanets
|
|
136
146
|
celesta: celesta
|
|
@@ -138,63 +148,125 @@ en:
|
|
|
138
148
|
chimes: chimes
|
|
139
149
|
cimbalom: cimbalom
|
|
140
150
|
clarinet: clarinet
|
|
151
|
+
clarion: clarion
|
|
141
152
|
clash_cymbals: clash cymbals
|
|
142
153
|
clavichord: clavichord
|
|
154
|
+
concert_bells: concert bells
|
|
155
|
+
concert_cymbals: concert cymbals
|
|
156
|
+
contra_great_bass_recorder: contra-great bass recorder
|
|
157
|
+
contrabass: contrabass
|
|
143
158
|
contrabass_clarinet: contrabass clarinet
|
|
159
|
+
contrabass_recorder: contrabass recorder
|
|
160
|
+
contrabass_saxophone: contrabass saxophone
|
|
161
|
+
contrabass_tuba: contrabass tuba
|
|
144
162
|
contrabassoon: contrabassoon
|
|
163
|
+
contralto: contralto
|
|
164
|
+
contralto_voice: contralto
|
|
145
165
|
cor_anglais: cor anglais
|
|
146
166
|
cornet: cornet
|
|
147
|
-
cowbell: cowbell
|
|
148
167
|
countertenor_voice: countertenor
|
|
168
|
+
cowbell: cowbell
|
|
169
|
+
crash_cymbal: crash cymbal
|
|
170
|
+
crash_cymbals: crash cymbals
|
|
149
171
|
crotales: crotales
|
|
150
172
|
cymbal: cymbal
|
|
173
|
+
descant: descant
|
|
151
174
|
double_bass: double bass
|
|
175
|
+
double_contrabass_recorder: double-contrabass recorder
|
|
152
176
|
english_horn: English horn
|
|
153
177
|
euphonium: euphonium
|
|
178
|
+
fiddle: fiddle
|
|
179
|
+
field_drum: field drum
|
|
154
180
|
flugelhorn: flugelhorn
|
|
155
181
|
flute: flute
|
|
182
|
+
fortepiano: fortepiano
|
|
156
183
|
french_horn: French horn
|
|
184
|
+
garklein_recorder: garklein recorder
|
|
157
185
|
glockenspiel: glockenspiel
|
|
186
|
+
gong: gong
|
|
187
|
+
great_bass_recorder: great bass recorder
|
|
158
188
|
great_highland_bagpipe: great highland bagpipe
|
|
159
189
|
guitar: guitar
|
|
160
190
|
hammered_dulcimer: hammered dulcimer
|
|
161
191
|
harp: harp
|
|
162
192
|
harpsichord: harpsichord
|
|
193
|
+
hautbois_d_amour: hautbois d'amour
|
|
194
|
+
hi-hat: hi-hat
|
|
163
195
|
horn: horn
|
|
196
|
+
kettledrum: kettledrum
|
|
197
|
+
kick_drum: kick drum
|
|
164
198
|
lute: lute
|
|
165
199
|
mandolin: mandolin
|
|
166
200
|
maracas: maracas
|
|
167
201
|
marimba: marimba
|
|
168
202
|
metal_block: metal block
|
|
203
|
+
mezzo: mezzo
|
|
204
|
+
mezzo_soprano: mezzo-soprano
|
|
205
|
+
mezzo_soprano_voice: mezzo-soprano
|
|
206
|
+
military_drum: military drum
|
|
169
207
|
natural_horn: natural horn
|
|
170
208
|
oboe: oboe
|
|
171
209
|
oboe_d_amore: oboe d'amore
|
|
210
|
+
octocontrabass_recorder: octocontrabass recorder
|
|
211
|
+
orchestral_chimes: orchestral chimes
|
|
212
|
+
orchestral_cymbals: orchestral cymbals
|
|
172
213
|
organ: organ
|
|
173
214
|
piano: piano
|
|
215
|
+
pianoforte: pianoforte
|
|
174
216
|
piccolo: piccolo
|
|
175
217
|
piccolo_clarinet: piccolo clarinet
|
|
176
218
|
piccolo_flute: piccolo flute
|
|
219
|
+
piccolo_recorder: piccolo recorder
|
|
220
|
+
piccolo_saxophone: piccolo saxophone
|
|
177
221
|
piccolo_trumpet: piccolo trumpet
|
|
222
|
+
pipe_organ: pipe organ
|
|
223
|
+
quart_bass_recorder: quart bass recorder
|
|
178
224
|
recorder: recorder
|
|
225
|
+
ride_cymbal: ride cymbal
|
|
179
226
|
saxophone: saxophone
|
|
180
227
|
side_drum: side drum
|
|
181
228
|
snare_drum: snare drum
|
|
229
|
+
sopranino_clarinet: sopranino clarinet
|
|
230
|
+
sopranino_recorder: sopranino recorder
|
|
231
|
+
sopranino_saxophone: sopranino saxophone
|
|
232
|
+
sopranissimo_recorder: sopranissimo recorder
|
|
233
|
+
sopranissimo_saxophone: sopranissimo saxophone
|
|
234
|
+
soprano: soprano
|
|
235
|
+
soprano_clarinet: soprano clarinet
|
|
236
|
+
soprano_recorder: soprano recorder
|
|
237
|
+
soprano_saxophone: soprano saxophone
|
|
182
238
|
soprano_voice: soprano
|
|
239
|
+
soprillo: soprillo
|
|
183
240
|
sousaphone: sousaphone
|
|
241
|
+
string_bass: string bass
|
|
242
|
+
sub_bass_recorder: sub-bass recorder
|
|
243
|
+
sub_contrabass_recorder: sub-contrabass recorder
|
|
244
|
+
sub_great_bass_recorder: sub-great bass recorder
|
|
245
|
+
subcontrabass_saxophone: subcontrabass saxophone
|
|
184
246
|
suspended_cymbal: suspended cymbal
|
|
185
247
|
synthesizer: synthesizer
|
|
248
|
+
tabor: tabor
|
|
186
249
|
tam_tam: tam-tam
|
|
187
250
|
tambourine: tambourine
|
|
188
251
|
temple_blocks: temple blocks
|
|
252
|
+
tenor: tenor
|
|
189
253
|
tenor_drum: tenor drum
|
|
254
|
+
tenor_recorder: tenor recorder
|
|
255
|
+
tenor_saxophone: tenor saxophone
|
|
190
256
|
tenor_trombone: tenor trombone
|
|
257
|
+
tenor_tuba: tenor tuba
|
|
191
258
|
tenor_voice: tenor
|
|
192
259
|
timpani: timpani
|
|
260
|
+
timpanum: timpanum
|
|
261
|
+
tom_drum: tom drum
|
|
262
|
+
tom_tom: tom-tom
|
|
263
|
+
treble_recorder: treble recorder
|
|
193
264
|
triangle: triangle
|
|
194
265
|
trombone: trombone
|
|
195
266
|
trumpet: trumpet
|
|
196
267
|
tuba: tuba
|
|
197
268
|
tubular_bells: tubular bells
|
|
269
|
+
vibes: vibes
|
|
198
270
|
vibraphone: vibraphone
|
|
199
271
|
viola: viola
|
|
200
272
|
viola_d_amore: viola d'amore
|
data/lib/head_music/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: head_music
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Head
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|