head_music 7.0.0 → 7.0.1
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/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 -5
- data/lib/head_music/locales/en.yml +76 -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: 389a01e3f1ee98f5fed32a8fc0ade9c62d0ac3b8e19862bceed574939a2fd9c4
|
|
4
|
+
data.tar.gz: 639b5a1a4626e5aa00344933a2933bb3d9f50af4c23b64a406a348a80e7d4095
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 613ba46bebdb8072897e7512820a2faa89aff68e38f6a4dc5473432279556e6791fd4820a958ee139f9c11637d22d5523c0feee911588b08550b1fb284bd78b4
|
|
7
|
+
data.tar.gz: e49101f5776171b68725e0004bbe6f4026e46b896f1dedd20c9b02219493f6f7ad57dfbcc84546489595b0db3a8294234f36ed71c37b41adc14ce33f903ff355
|
|
@@ -126,6 +126,8 @@ bass_drum:
|
|
|
126
126
|
default:
|
|
127
127
|
- clef: neutral_clef
|
|
128
128
|
orchestra_section_key: percussion
|
|
129
|
+
range_categories:
|
|
130
|
+
- bass
|
|
129
131
|
bass_guitar:
|
|
130
132
|
family_key: guitar
|
|
131
133
|
variants:
|
|
@@ -134,6 +136,8 @@ bass_guitar:
|
|
|
134
136
|
default:
|
|
135
137
|
- clef: bass_clef
|
|
136
138
|
sounding_transposition: -12
|
|
139
|
+
range_categories:
|
|
140
|
+
- bass
|
|
137
141
|
bass_oboe:
|
|
138
142
|
alias_name_keys:
|
|
139
143
|
- baritone_oboe
|
|
@@ -156,6 +160,8 @@ bass_trombone:
|
|
|
156
160
|
default:
|
|
157
161
|
- clef: bass_clef
|
|
158
162
|
sounding_transposition: 0
|
|
163
|
+
range_categories:
|
|
164
|
+
- bass
|
|
159
165
|
bass_trumpet:
|
|
160
166
|
family_key: trumpet
|
|
161
167
|
variants:
|
|
@@ -177,6 +183,9 @@ bass_trumpet:
|
|
|
177
183
|
default:
|
|
178
184
|
- clef: treble_clef
|
|
179
185
|
sounding_transposition: -9
|
|
186
|
+
range_categories:
|
|
187
|
+
- baritone
|
|
188
|
+
- bass
|
|
180
189
|
bass_tuba:
|
|
181
190
|
family_key: tuba
|
|
182
191
|
variants:
|
|
@@ -221,6 +230,8 @@ bassoon:
|
|
|
221
230
|
staff_schemes:
|
|
222
231
|
default:
|
|
223
232
|
- clef: bass_clef
|
|
233
|
+
range_categories:
|
|
234
|
+
- bass
|
|
224
235
|
bugle:
|
|
225
236
|
family_key: trumpet
|
|
226
237
|
variants:
|
|
@@ -236,6 +247,15 @@ bugle:
|
|
|
236
247
|
default:
|
|
237
248
|
- clef: treble_clef
|
|
238
249
|
sounding_transposition: -2
|
|
250
|
+
in_c:
|
|
251
|
+
pitch_designation: C
|
|
252
|
+
staff_schemes:
|
|
253
|
+
default:
|
|
254
|
+
- clef: treble_clef
|
|
255
|
+
sounding_transposition: 0
|
|
256
|
+
range_categories:
|
|
257
|
+
- soprano
|
|
258
|
+
- alto
|
|
239
259
|
castanets:
|
|
240
260
|
classification_keys:
|
|
241
261
|
- percussion
|
|
@@ -269,6 +289,8 @@ cello:
|
|
|
269
289
|
staff_schemes:
|
|
270
290
|
default:
|
|
271
291
|
- clef: bass_clef
|
|
292
|
+
range_categories:
|
|
293
|
+
- tenor
|
|
272
294
|
chimes:
|
|
273
295
|
alias_name_keys:
|
|
274
296
|
- tubular_bells
|
|
@@ -334,7 +356,14 @@ clarinet:
|
|
|
334
356
|
default:
|
|
335
357
|
- clef: treble_clef
|
|
336
358
|
sounding_transposition: 3
|
|
359
|
+
range_categories:
|
|
360
|
+
- soprano
|
|
361
|
+
- sopranino
|
|
337
362
|
clash_cymbals:
|
|
363
|
+
alias_name_keys:
|
|
364
|
+
- concert_cymbals
|
|
365
|
+
- orchestral_cymbals
|
|
366
|
+
- crash_cymbals
|
|
338
367
|
family_key: cymbal
|
|
339
368
|
variants:
|
|
340
369
|
default:
|
|
@@ -342,6 +371,7 @@ clash_cymbals:
|
|
|
342
371
|
default:
|
|
343
372
|
- clef: neutral_clef
|
|
344
373
|
clavichord:
|
|
374
|
+
family_key: clavichord
|
|
345
375
|
variants:
|
|
346
376
|
default:
|
|
347
377
|
staff_schemes:
|
|
@@ -359,6 +389,8 @@ contrabass_clarinet:
|
|
|
359
389
|
default:
|
|
360
390
|
- clef: treble_clef
|
|
361
391
|
sounding_transposition: -26
|
|
392
|
+
range_categories:
|
|
393
|
+
- contrabass
|
|
362
394
|
contrabassoon:
|
|
363
395
|
family_key: bassoon
|
|
364
396
|
variants:
|
|
@@ -367,6 +399,8 @@ contrabassoon:
|
|
|
367
399
|
default:
|
|
368
400
|
- clef: bass_clef
|
|
369
401
|
sounding_transposition: -12
|
|
402
|
+
range_categories:
|
|
403
|
+
- contrabass
|
|
370
404
|
cor_anglais:
|
|
371
405
|
alias_name_keys:
|
|
372
406
|
- english_horn
|
|
@@ -377,6 +411,8 @@ cor_anglais:
|
|
|
377
411
|
default:
|
|
378
412
|
- clef: treble_clef
|
|
379
413
|
sounding_transposition: -7
|
|
414
|
+
range_categories:
|
|
415
|
+
- alto
|
|
380
416
|
cornet:
|
|
381
417
|
family_key: cornet
|
|
382
418
|
variants:
|
|
@@ -386,6 +422,8 @@ cornet:
|
|
|
386
422
|
default:
|
|
387
423
|
- clef: treble_clef
|
|
388
424
|
sounding_transposition: -2
|
|
425
|
+
range_categories:
|
|
426
|
+
- soprano
|
|
389
427
|
countertenor_voice:
|
|
390
428
|
family_key: voice
|
|
391
429
|
variants:
|
|
@@ -394,7 +432,7 @@ countertenor_voice:
|
|
|
394
432
|
default:
|
|
395
433
|
- clef: treble_clef
|
|
396
434
|
range_categories:
|
|
397
|
-
-
|
|
435
|
+
- countertenor
|
|
398
436
|
cowbell:
|
|
399
437
|
classification_keys:
|
|
400
438
|
- percussion
|
|
@@ -426,12 +464,16 @@ double_bass:
|
|
|
426
464
|
alias_name_keys:
|
|
427
465
|
- contrabass
|
|
428
466
|
- string_bass
|
|
467
|
+
family_key: double_bass
|
|
429
468
|
variants:
|
|
430
469
|
default:
|
|
431
470
|
staff_schemes:
|
|
432
471
|
default:
|
|
433
472
|
- clef: bass_clef
|
|
434
473
|
sounding_transposition: -12
|
|
474
|
+
range_categories:
|
|
475
|
+
- bass
|
|
476
|
+
- contrabass
|
|
435
477
|
euphonium:
|
|
436
478
|
alias_name_keys:
|
|
437
479
|
- tenor_tuba
|
|
@@ -451,6 +493,8 @@ euphonium:
|
|
|
451
493
|
- clef: treble_clef
|
|
452
494
|
sounding_transposition: -14
|
|
453
495
|
orchestra_section_key: brass
|
|
496
|
+
range_categories:
|
|
497
|
+
- baritone
|
|
454
498
|
flugelhorn:
|
|
455
499
|
family_key: saxhorn
|
|
456
500
|
variants:
|
|
@@ -460,6 +504,9 @@ flugelhorn:
|
|
|
460
504
|
default:
|
|
461
505
|
- clef: treble_clef
|
|
462
506
|
sounding_transposition: -2
|
|
507
|
+
range_categories:
|
|
508
|
+
- soprano
|
|
509
|
+
- alto
|
|
463
510
|
flute:
|
|
464
511
|
family_key: flute
|
|
465
512
|
variants:
|
|
@@ -467,6 +514,8 @@ flute:
|
|
|
467
514
|
staff_schemes:
|
|
468
515
|
default:
|
|
469
516
|
- clef: treble_clef
|
|
517
|
+
range_categories:
|
|
518
|
+
- soprano
|
|
470
519
|
french_horn:
|
|
471
520
|
alias_name_keys:
|
|
472
521
|
- horn
|
|
@@ -481,6 +530,9 @@ french_horn:
|
|
|
481
530
|
bass_clef:
|
|
482
531
|
- clef: bass_clef
|
|
483
532
|
sounding_transposition: 5
|
|
533
|
+
range_categories:
|
|
534
|
+
- alto
|
|
535
|
+
- tenor
|
|
484
536
|
glockenspiel:
|
|
485
537
|
alias_name_keys:
|
|
486
538
|
- concert_bells
|
|
@@ -520,6 +572,7 @@ harp:
|
|
|
520
572
|
- clef: treble_clef
|
|
521
573
|
- clef: bass_clef
|
|
522
574
|
harpsichord:
|
|
575
|
+
family_key: harpsichord
|
|
523
576
|
variants:
|
|
524
577
|
default:
|
|
525
578
|
staff_schemes:
|
|
@@ -582,6 +635,9 @@ natural_horn:
|
|
|
582
635
|
staff_schemes:
|
|
583
636
|
default:
|
|
584
637
|
- clef: treble_clef
|
|
638
|
+
range_categories:
|
|
639
|
+
- alto
|
|
640
|
+
- tenor
|
|
585
641
|
oboe:
|
|
586
642
|
family_key: oboe
|
|
587
643
|
variants:
|
|
@@ -589,6 +645,8 @@ oboe:
|
|
|
589
645
|
staff_schemes:
|
|
590
646
|
default:
|
|
591
647
|
- clef: treble_clef
|
|
648
|
+
range_categories:
|
|
649
|
+
- soprano
|
|
592
650
|
oboe_d_amore:
|
|
593
651
|
alias_name_keys:
|
|
594
652
|
- hautbois_d_amour
|
|
@@ -599,6 +657,8 @@ oboe_d_amore:
|
|
|
599
657
|
default:
|
|
600
658
|
- clef: treble_clef
|
|
601
659
|
sounding_transposition: -3
|
|
660
|
+
range_categories:
|
|
661
|
+
- alto
|
|
602
662
|
organ:
|
|
603
663
|
alias_name_keys:
|
|
604
664
|
- pipe_organ
|
|
@@ -640,6 +700,8 @@ piccolo_clarinet:
|
|
|
640
700
|
default:
|
|
641
701
|
- clef: treble_clef
|
|
642
702
|
sounding_transposition: 8
|
|
703
|
+
range_categories:
|
|
704
|
+
- piccolo
|
|
643
705
|
piccolo_flute:
|
|
644
706
|
alias_name_keys:
|
|
645
707
|
- piccolo
|
|
@@ -650,6 +712,8 @@ piccolo_flute:
|
|
|
650
712
|
default:
|
|
651
713
|
- clef: treble_clef
|
|
652
714
|
sounding_transposition: 12
|
|
715
|
+
range_categories:
|
|
716
|
+
- piccolo
|
|
653
717
|
piccolo_trumpet:
|
|
654
718
|
family_key: trumpet
|
|
655
719
|
variants:
|
|
@@ -667,20 +731,240 @@ piccolo_trumpet:
|
|
|
667
731
|
sounding_transposition: 9
|
|
668
732
|
range_categories:
|
|
669
733
|
- piccolo
|
|
734
|
+
garklein_recorder:
|
|
735
|
+
alias_name_keys:
|
|
736
|
+
- sopranissimo_recorder
|
|
737
|
+
- piccolo_recorder
|
|
738
|
+
family_key: recorder
|
|
739
|
+
variants:
|
|
740
|
+
default:
|
|
741
|
+
pitch_designation: C6
|
|
742
|
+
staff_schemes:
|
|
743
|
+
default:
|
|
744
|
+
- clef: treble_clef
|
|
745
|
+
sounding_transposition: 24
|
|
746
|
+
range_categories:
|
|
747
|
+
- piccolo
|
|
748
|
+
sopranino_recorder:
|
|
749
|
+
family_key: recorder
|
|
750
|
+
variants:
|
|
751
|
+
default:
|
|
752
|
+
pitch_designation: F5
|
|
753
|
+
staff_schemes:
|
|
754
|
+
default:
|
|
755
|
+
- clef: treble_clef
|
|
756
|
+
sounding_transposition: 12
|
|
757
|
+
range_categories:
|
|
758
|
+
- sopranino
|
|
670
759
|
recorder:
|
|
760
|
+
alias_name_keys:
|
|
761
|
+
- soprano_recorder
|
|
762
|
+
- descant
|
|
763
|
+
family_key: recorder
|
|
764
|
+
variants:
|
|
765
|
+
default:
|
|
766
|
+
pitch_designation: C5
|
|
767
|
+
staff_schemes:
|
|
768
|
+
default:
|
|
769
|
+
- clef: treble_clef
|
|
770
|
+
sounding_transposition: 12
|
|
771
|
+
range_categories:
|
|
772
|
+
- soprano
|
|
773
|
+
alto_recorder:
|
|
774
|
+
alias_name_keys:
|
|
775
|
+
- treble_recorder
|
|
776
|
+
family_key: recorder
|
|
777
|
+
variants:
|
|
778
|
+
default:
|
|
779
|
+
pitch_designation: F4
|
|
780
|
+
staff_schemes:
|
|
781
|
+
default:
|
|
782
|
+
- clef: treble_clef
|
|
783
|
+
range_categories:
|
|
784
|
+
- alto
|
|
785
|
+
tenor_recorder:
|
|
786
|
+
family_key: recorder
|
|
787
|
+
variants:
|
|
788
|
+
default:
|
|
789
|
+
pitch_designation: C4
|
|
790
|
+
staff_schemes:
|
|
791
|
+
default:
|
|
792
|
+
- clef: treble_clef
|
|
793
|
+
range_categories:
|
|
794
|
+
- tenor
|
|
795
|
+
bass_recorder:
|
|
796
|
+
alias_name_keys:
|
|
797
|
+
- basset_recorder
|
|
798
|
+
family_key: recorder
|
|
799
|
+
variants:
|
|
800
|
+
default:
|
|
801
|
+
pitch_designation: F3
|
|
802
|
+
staff_schemes:
|
|
803
|
+
default:
|
|
804
|
+
- clef: bass_clef
|
|
805
|
+
sounding_transposition: 12
|
|
806
|
+
range_categories:
|
|
807
|
+
- baritone
|
|
808
|
+
- bass
|
|
809
|
+
great_bass_recorder:
|
|
810
|
+
alias_name_keys:
|
|
811
|
+
- quart_bass_recorder
|
|
812
|
+
family_key: recorder
|
|
813
|
+
variants:
|
|
814
|
+
default:
|
|
815
|
+
pitch_designation: C3
|
|
816
|
+
staff_schemes:
|
|
817
|
+
default:
|
|
818
|
+
- clef: bass_clef
|
|
819
|
+
sounding_transposition: 12
|
|
820
|
+
range_categories:
|
|
821
|
+
- bass
|
|
822
|
+
contrabass_recorder:
|
|
823
|
+
alias_name_keys:
|
|
824
|
+
- great_bass_recorder
|
|
825
|
+
- sub_bass_recorder
|
|
826
|
+
family_key: recorder
|
|
827
|
+
variants:
|
|
828
|
+
default:
|
|
829
|
+
pitch_designation: F2
|
|
830
|
+
staff_schemes:
|
|
831
|
+
default:
|
|
832
|
+
- clef: bass_clef
|
|
833
|
+
sounding_transposition: 0
|
|
834
|
+
range_categories:
|
|
835
|
+
- bass
|
|
836
|
+
- contrabass
|
|
837
|
+
sub_great_bass_recorder:
|
|
838
|
+
alias_name_keys:
|
|
839
|
+
- contra_great_bass_recorder
|
|
840
|
+
- contrabass_recorder
|
|
671
841
|
family_key: recorder
|
|
672
842
|
variants:
|
|
673
843
|
default:
|
|
844
|
+
pitch_designation: C2
|
|
845
|
+
staff_schemes:
|
|
846
|
+
default:
|
|
847
|
+
- clef: bass_clef
|
|
848
|
+
sounding_transposition: 0
|
|
849
|
+
range_categories:
|
|
850
|
+
- contrabass
|
|
851
|
+
sub_contrabass_recorder:
|
|
852
|
+
alias_name_keys:
|
|
853
|
+
- double_contrabass_recorder
|
|
854
|
+
- octocontrabass_recorder
|
|
855
|
+
family_key: recorder
|
|
856
|
+
variants:
|
|
857
|
+
default:
|
|
858
|
+
pitch_designation: F1
|
|
859
|
+
staff_schemes:
|
|
860
|
+
default:
|
|
861
|
+
- clef: bass_clef
|
|
862
|
+
sounding_transposition: -12
|
|
863
|
+
range_categories:
|
|
864
|
+
- contrabass
|
|
865
|
+
- subcontrabass
|
|
866
|
+
soprillo:
|
|
867
|
+
alias_name_keys:
|
|
868
|
+
- piccolo_saxophone
|
|
869
|
+
- sopranissimo_saxophone
|
|
870
|
+
family_key: saxophone
|
|
871
|
+
variants:
|
|
872
|
+
default:
|
|
873
|
+
pitch_designation: Bb
|
|
874
|
+
staff_schemes:
|
|
875
|
+
default:
|
|
876
|
+
- clef: treble_clef
|
|
877
|
+
sounding_transposition: 10
|
|
878
|
+
range_categories:
|
|
879
|
+
- piccolo
|
|
880
|
+
sopranino_saxophone:
|
|
881
|
+
family_key: saxophone
|
|
882
|
+
variants:
|
|
883
|
+
default:
|
|
884
|
+
pitch_designation: Eb
|
|
885
|
+
staff_schemes:
|
|
886
|
+
default:
|
|
887
|
+
- clef: treble_clef
|
|
888
|
+
sounding_transposition: 3
|
|
889
|
+
range_categories:
|
|
890
|
+
- sopranino
|
|
891
|
+
soprano_saxophone:
|
|
892
|
+
family_key: saxophone
|
|
893
|
+
variants:
|
|
894
|
+
default:
|
|
895
|
+
pitch_designation: Bb
|
|
896
|
+
staff_schemes:
|
|
897
|
+
default:
|
|
898
|
+
- clef: treble_clef
|
|
899
|
+
sounding_transposition: -2
|
|
900
|
+
range_categories:
|
|
901
|
+
- soprano
|
|
902
|
+
alto_saxophone:
|
|
903
|
+
family_key: saxophone
|
|
904
|
+
variants:
|
|
905
|
+
default:
|
|
906
|
+
pitch_designation: Eb
|
|
907
|
+
staff_schemes:
|
|
908
|
+
default:
|
|
909
|
+
- clef: treble_clef
|
|
910
|
+
sounding_transposition: -9
|
|
911
|
+
range_categories:
|
|
912
|
+
- alto
|
|
913
|
+
tenor_saxophone:
|
|
914
|
+
family_key: saxophone
|
|
915
|
+
variants:
|
|
916
|
+
default:
|
|
917
|
+
pitch_designation: Bb
|
|
674
918
|
staff_schemes:
|
|
675
919
|
default:
|
|
676
920
|
- clef: treble_clef
|
|
677
|
-
|
|
921
|
+
sounding_transposition: -14
|
|
922
|
+
range_categories:
|
|
923
|
+
- tenor
|
|
924
|
+
baritone_saxophone:
|
|
678
925
|
family_key: saxophone
|
|
679
926
|
variants:
|
|
680
927
|
default:
|
|
928
|
+
pitch_designation: Eb
|
|
681
929
|
staff_schemes:
|
|
682
930
|
default:
|
|
683
931
|
- clef: treble_clef
|
|
932
|
+
sounding_transposition: -21
|
|
933
|
+
range_categories:
|
|
934
|
+
- baritone
|
|
935
|
+
bass_saxophone:
|
|
936
|
+
family_key: saxophone
|
|
937
|
+
variants:
|
|
938
|
+
default:
|
|
939
|
+
pitch_designation: Bb
|
|
940
|
+
staff_schemes:
|
|
941
|
+
default:
|
|
942
|
+
- clef: treble_clef
|
|
943
|
+
sounding_transposition: -26
|
|
944
|
+
range_categories:
|
|
945
|
+
- bass
|
|
946
|
+
contrabass_saxophone:
|
|
947
|
+
family_key: saxophone
|
|
948
|
+
variants:
|
|
949
|
+
default:
|
|
950
|
+
pitch_designation: Eb
|
|
951
|
+
staff_schemes:
|
|
952
|
+
default:
|
|
953
|
+
- clef: treble_clef
|
|
954
|
+
sounding_transposition: -33
|
|
955
|
+
range_categories:
|
|
956
|
+
- contrabass
|
|
957
|
+
subcontrabass_saxophone:
|
|
958
|
+
family_key: saxophone
|
|
959
|
+
variants:
|
|
960
|
+
default:
|
|
961
|
+
pitch_designation: Bb
|
|
962
|
+
staff_schemes:
|
|
963
|
+
default:
|
|
964
|
+
- clef: treble_clef
|
|
965
|
+
sounding_transposition: -38
|
|
966
|
+
range_categories:
|
|
967
|
+
- subcontrabass
|
|
684
968
|
snare_drum:
|
|
685
969
|
alias_name_keys:
|
|
686
970
|
- side_drum
|
|
@@ -712,7 +996,9 @@ sousaphone:
|
|
|
712
996
|
staff_schemes:
|
|
713
997
|
default:
|
|
714
998
|
- clef: bass_clef
|
|
715
|
-
|
|
999
|
+
sounding_transposition: 0
|
|
1000
|
+
range_categories:
|
|
1001
|
+
- bass
|
|
716
1002
|
suspended_cymbal:
|
|
717
1003
|
family_key: cymbal
|
|
718
1004
|
variants:
|
|
@@ -732,7 +1018,6 @@ synthesizer:
|
|
|
732
1018
|
name_key: left_hand
|
|
733
1019
|
tam_tam:
|
|
734
1020
|
alias_name_keys:
|
|
735
|
-
- tamtam
|
|
736
1021
|
- gong
|
|
737
1022
|
family_key: gong
|
|
738
1023
|
variants:
|
|
@@ -791,11 +1076,14 @@ timpani:
|
|
|
791
1076
|
- kettledrum
|
|
792
1077
|
- timpanum
|
|
793
1078
|
family_key: kettledrum
|
|
1079
|
+
orchestra_section_key: percussion
|
|
794
1080
|
variants:
|
|
795
1081
|
default:
|
|
796
1082
|
staff_schemes:
|
|
797
1083
|
default:
|
|
798
1084
|
- clef: neutral_clef
|
|
1085
|
+
range_categories:
|
|
1086
|
+
- bass
|
|
799
1087
|
triangle:
|
|
800
1088
|
classification_keys:
|
|
801
1089
|
- percussion
|
|
@@ -900,4 +1188,4 @@ xylophone:
|
|
|
900
1188
|
default:
|
|
901
1189
|
staff_schemes:
|
|
902
1190
|
default:
|
|
903
|
-
- clef: treble_clef
|
|
1191
|
+
- clef: treble_clef
|
|
@@ -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,37 @@ 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
|
|
124
|
+
bagpipes: bagpipes
|
|
121
125
|
banjo: banjo
|
|
122
126
|
baritone_horn: baritone horn
|
|
127
|
+
baritone_oboe: baritone oboe
|
|
128
|
+
baritone_saxophone: baritone saxophone
|
|
123
129
|
baritone_voice: baritone
|
|
130
|
+
bass: bass
|
|
124
131
|
bass_clarinet: bass clarinet
|
|
125
132
|
bass_drum: bass drum
|
|
126
133
|
bass_guitar: bass guitar
|
|
127
134
|
bass_oboe: bass oboe
|
|
135
|
+
bass_recorder: bass recorder
|
|
136
|
+
bass_saxophone: bass saxophone
|
|
128
137
|
bass_trombone: bass trombone
|
|
129
138
|
bass_trumpet: bass trumpet
|
|
130
139
|
bass_tuba: bass tuba
|
|
131
140
|
bass_voice: bass
|
|
132
141
|
basset_horn: basset horn
|
|
142
|
+
basset_recorder: basset recorder
|
|
133
143
|
bassoon: bassoon
|
|
144
|
+
bells: bells
|
|
134
145
|
bugle: bugle
|
|
135
146
|
castanets: castanets
|
|
136
147
|
celesta: celesta
|
|
@@ -138,63 +149,125 @@ en:
|
|
|
138
149
|
chimes: chimes
|
|
139
150
|
cimbalom: cimbalom
|
|
140
151
|
clarinet: clarinet
|
|
152
|
+
clarion: clarion
|
|
141
153
|
clash_cymbals: clash cymbals
|
|
142
154
|
clavichord: clavichord
|
|
155
|
+
concert_bells: concert bells
|
|
156
|
+
concert_cymbals: concert cymbals
|
|
157
|
+
contra_great_bass_recorder: contra-great bass recorder
|
|
158
|
+
contrabass: contrabass
|
|
143
159
|
contrabass_clarinet: contrabass clarinet
|
|
160
|
+
contrabass_recorder: contrabass recorder
|
|
161
|
+
contrabass_saxophone: contrabass saxophone
|
|
162
|
+
contrabass_tuba: contrabass tuba
|
|
144
163
|
contrabassoon: contrabassoon
|
|
164
|
+
contralto: contralto
|
|
165
|
+
contralto_voice: contralto
|
|
145
166
|
cor_anglais: cor anglais
|
|
146
167
|
cornet: cornet
|
|
147
|
-
cowbell: cowbell
|
|
148
168
|
countertenor_voice: countertenor
|
|
169
|
+
cowbell: cowbell
|
|
170
|
+
crash_cymbal: crash cymbal
|
|
171
|
+
crash_cymbals: crash cymbals
|
|
149
172
|
crotales: crotales
|
|
150
173
|
cymbal: cymbal
|
|
174
|
+
descant: descant
|
|
151
175
|
double_bass: double bass
|
|
176
|
+
double_contrabass_recorder: double-contrabass recorder
|
|
152
177
|
english_horn: English horn
|
|
153
178
|
euphonium: euphonium
|
|
179
|
+
fiddle: fiddle
|
|
180
|
+
field_drum: field drum
|
|
154
181
|
flugelhorn: flugelhorn
|
|
155
182
|
flute: flute
|
|
183
|
+
fortepiano: fortepiano
|
|
156
184
|
french_horn: French horn
|
|
185
|
+
garklein_recorder: garklein recorder
|
|
157
186
|
glockenspiel: glockenspiel
|
|
187
|
+
gong: gong
|
|
188
|
+
great_bass_recorder: great bass recorder
|
|
158
189
|
great_highland_bagpipe: great highland bagpipe
|
|
159
190
|
guitar: guitar
|
|
160
191
|
hammered_dulcimer: hammered dulcimer
|
|
161
192
|
harp: harp
|
|
162
193
|
harpsichord: harpsichord
|
|
194
|
+
hautbois_d_amour: hautbois d'amour
|
|
195
|
+
hi-hat: hi-hat
|
|
163
196
|
horn: horn
|
|
197
|
+
kettledrum: kettledrum
|
|
198
|
+
kick_drum: kick drum
|
|
164
199
|
lute: lute
|
|
165
200
|
mandolin: mandolin
|
|
166
201
|
maracas: maracas
|
|
167
202
|
marimba: marimba
|
|
168
203
|
metal_block: metal block
|
|
204
|
+
mezzo: mezzo
|
|
205
|
+
mezzo_soprano: mezzo-soprano
|
|
206
|
+
mezzo_soprano_voice: mezzo-soprano
|
|
207
|
+
military_drum: military drum
|
|
169
208
|
natural_horn: natural horn
|
|
170
209
|
oboe: oboe
|
|
171
210
|
oboe_d_amore: oboe d'amore
|
|
211
|
+
octocontrabass_recorder: octocontrabass recorder
|
|
212
|
+
orchestral_chimes: orchestral chimes
|
|
213
|
+
orchestral_cymbals: orchestral cymbals
|
|
172
214
|
organ: organ
|
|
173
215
|
piano: piano
|
|
216
|
+
pianoforte: pianoforte
|
|
174
217
|
piccolo: piccolo
|
|
175
218
|
piccolo_clarinet: piccolo clarinet
|
|
176
219
|
piccolo_flute: piccolo flute
|
|
220
|
+
piccolo_recorder: piccolo recorder
|
|
221
|
+
piccolo_saxophone: piccolo saxophone
|
|
177
222
|
piccolo_trumpet: piccolo trumpet
|
|
223
|
+
pipe_organ: pipe organ
|
|
224
|
+
quart_bass_recorder: quart bass recorder
|
|
178
225
|
recorder: recorder
|
|
226
|
+
ride_cymbal: ride cymbal
|
|
179
227
|
saxophone: saxophone
|
|
180
228
|
side_drum: side drum
|
|
181
229
|
snare_drum: snare drum
|
|
230
|
+
sopranino_clarinet: sopranino clarinet
|
|
231
|
+
sopranino_recorder: sopranino recorder
|
|
232
|
+
sopranino_saxophone: sopranino saxophone
|
|
233
|
+
sopranissimo_recorder: sopranissimo recorder
|
|
234
|
+
sopranissimo_saxophone: sopranissimo saxophone
|
|
235
|
+
soprano: soprano
|
|
236
|
+
soprano_clarinet: soprano clarinet
|
|
237
|
+
soprano_recorder: soprano recorder
|
|
238
|
+
soprano_saxophone: soprano saxophone
|
|
182
239
|
soprano_voice: soprano
|
|
240
|
+
soprillo: soprillo
|
|
183
241
|
sousaphone: sousaphone
|
|
242
|
+
string_bass: string bass
|
|
243
|
+
sub_bass_recorder: sub-bass recorder
|
|
244
|
+
sub_contrabass_recorder: sub-contrabass recorder
|
|
245
|
+
sub_great_bass_recorder: sub-great bass recorder
|
|
246
|
+
subcontrabass_saxophone: subcontrabass saxophone
|
|
184
247
|
suspended_cymbal: suspended cymbal
|
|
185
248
|
synthesizer: synthesizer
|
|
249
|
+
tabor: tabor
|
|
186
250
|
tam_tam: tam-tam
|
|
187
251
|
tambourine: tambourine
|
|
188
252
|
temple_blocks: temple blocks
|
|
253
|
+
tenor: tenor
|
|
189
254
|
tenor_drum: tenor drum
|
|
255
|
+
tenor_recorder: tenor recorder
|
|
256
|
+
tenor_saxophone: tenor saxophone
|
|
190
257
|
tenor_trombone: tenor trombone
|
|
258
|
+
tenor_tuba: tenor tuba
|
|
191
259
|
tenor_voice: tenor
|
|
192
260
|
timpani: timpani
|
|
261
|
+
timpanum: timpanum
|
|
262
|
+
tom_drum: tom drum
|
|
263
|
+
tom_tom: tom-tom
|
|
264
|
+
treble_recorder: treble recorder
|
|
193
265
|
triangle: triangle
|
|
194
266
|
trombone: trombone
|
|
195
267
|
trumpet: trumpet
|
|
196
268
|
tuba: tuba
|
|
197
269
|
tubular_bells: tubular bells
|
|
270
|
+
vibes: vibes
|
|
198
271
|
vibraphone: vibraphone
|
|
199
272
|
viola: viola
|
|
200
273
|
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.1
|
|
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-01-
|
|
11
|
+
date: 2024-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|