head_music 7.0.3 → 7.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 661ca1037c2ec1391047f0280d164cc6a26135f0ab72714d28cd922d8a75b071
4
- data.tar.gz: a38b2121fd9dbc97332132461b286f4ba74b636f0d9a2c255c59059ffa363826
3
+ metadata.gz: 439ca8119659028d43f890f43e29444ea74331cb31d24815b884a72f2a6ca605
4
+ data.tar.gz: 95fef4618cb6509beb136d71a3479503ea21baabe3f667cb5573fca0a2aad2c6
5
5
  SHA512:
6
- metadata.gz: 6063c6ae3bddea01a258cdb4a848d9351f537a0d4b21800cf606a71a7b8675a6bde72cb478c8075f211980279a908b6043fd21df651a4c71f17bfba158e2980a
7
- data.tar.gz: d08b97c61f98dda0257ca123101cc5ffcaba98552707d09f08ca1803fda79c8e3d638fdd2e77f30d83288a3afd01d115969f4b9d1effb09667f34c8dcc2e2b60
6
+ metadata.gz: c8ab71c5d885903398df2cd6be94be41e64df4eaea057843882f4693453bc8116576957fff07ce870e2d5b5c255a14dc58a8985c7bdbc3add88dbe1ca784f0f4
7
+ data.tar.gz: 73ef33e9f539baf59412e511f755819e67ac54177bcd9cd642a21347e11d38bcef6c8d8df918f41dfc5103def3e1fb99abf80a4b69cc084be8459c681cff1c5e
@@ -1,5 +1,19 @@
1
1
  de:
2
2
  head_music:
3
+ chromatic_intervals:
4
+ perfect_unison: reine Prime
5
+ minor_second: kleine Sekunde
6
+ major_second: große Sekunde
7
+ minor_third: kleine Terz
8
+ major_third: große Terz
9
+ perfect_fourth: reine Quarte
10
+ tritone: Tritonus
11
+ perfect_fifth: reine Quinte
12
+ minor_sixth: kleine Sexte
13
+ major_sixth: große Sexte
14
+ minor_seventh: kleine Septime
15
+ major_seventh: große Septime
16
+ perfect_octave: reine Oktave
3
17
  clefs:
4
18
  alto_clef: Altschlüssel
5
19
  baritone_c_clef: Baritonschlüssel
@@ -39,16 +53,38 @@ de:
39
53
  viola_clef: Bratschenschlüssel
40
54
  violin_clef: Violinschlüssel
41
55
  instrument_classifications:
56
+ aerophone: Aerophon
57
+ bowed: Streichinstrument
42
58
  brass: Blechblas
43
59
  brass_instrument: Blechblasinstrument
60
+ chordophone: Chordophon
61
+ double_reed: Doppelrohrblatt
44
62
  drum: Trommel
45
- keyboard_instrument: Tasteninstrumente
46
- percussion: Perkussions
47
- percussion_instrument: Schlaginstrumente
48
- plucked_instrument: Zupfinstrumente
49
- strings: Streicher
63
+ edge_blown_aerophone: Kantenangeblasenes Aerophon
64
+ electronic: Elektronisch
65
+ idiophone: Idiophon
66
+ keyboard: Tastatur
67
+ keyboard_instrument: Tasteninstrument
68
+ mallet: Schlagstab
69
+ membranophone: Membranophon
70
+ metal: Metall
71
+ mezzo_soprano_voice: Mezzosopran
72
+ percussion: Schlagzeug
73
+ percussion_instrument: Schlaginstrument
74
+ plucked: Zupfinstrument
75
+ plucked_instrument: Zupfinstrument
76
+ reed: Rohrblatt
77
+ shaken: Gerüttelt
78
+ single_reed: Einfachrohrblatt
79
+ string: Saite
50
80
  stringed_instrument: Saiteninstrument
81
+ strings: Saiten
82
+ struck: Geschlagen
83
+ voice: Stimme
84
+ wind: Blas
51
85
  wind_instrument: Blasinstrument
86
+ wood: Holz
87
+ woodwind: Holzblas
52
88
  woodwind_instrument: Holzblasinstrument
53
89
  instrument_voices:
54
90
  alto: Alt
@@ -227,5 +263,37 @@ de:
227
263
  chamber_tone: Kammerton
228
264
  choir_tone: Chorton
229
265
  rudiments:
266
+ alteration: Alteration
267
+ chromatic_interval: chromatisches Intervall
268
+ circle: Kreis
230
269
  clef: Notenschlüssel
231
270
  consonance: Konsonanz
271
+ diatonic_interval: diatonisches Intervall
272
+ grand_staff: Großer Notenstab
273
+ harmonic_interval: harmonisches Intervall
274
+ instrument: Instrument
275
+ interval_cycle: Intervallkreis
276
+ key_signature: Tonart
277
+ letter_name: Buchstabenname
278
+ melodic_interval: melodisches Intervall
279
+ meter: Takt
280
+ motion: Bewegung
281
+ musical_symbol: musikalisches Symbol
282
+ octave: Oktave
283
+ pitch: Tonhöhe
284
+ pitch_class: Tonhöhenklasse
285
+ pitch_class_set: Tonhöhenklassensatz
286
+ pitch_set: Tonhöhensatz
287
+ quality: Qualität
288
+ reference_pitch: Referenztonhöhe
289
+ rhythm: Rhythmus
290
+ rhythmic_unit: rhythmische Einheit
291
+ scale: Tonleiter
292
+ scale_degree: Tonleiterstufe
293
+ scale_type: Tonleiterart
294
+ solmization: Solmisation
295
+ sonority: Klangfarbe
296
+ spelling: Schreibweise
297
+ staff: Notenlinien
298
+ tuba: Tuba
299
+ tuning: Stimmung
@@ -100,6 +100,7 @@ en:
100
100
  wind_instrument: wind instrument
101
101
  wood: wood
102
102
  woodwind: woodwind
103
+ woodwind_instrument: woodwind instrument
103
104
  instrument_with_pitch_designation: "%{instrument} in %{pitch_designation}"
104
105
  instrument_voices:
105
106
  piccolo: piccolo
@@ -1,5 +1,19 @@
1
1
  es:
2
2
  head_music:
3
+ chromatic_intervals:
4
+ perfect_unison: unísono perfecto
5
+ minor_second: segunda menor
6
+ major_second: segunda mayor
7
+ minor_third: tercera menor
8
+ major_third: tercera mayor
9
+ perfect_fourth: cuarta justa
10
+ tritone: tritono
11
+ perfect_fifth: quinta justa
12
+ minor_sixth: sexta menor
13
+ major_sixth: sexta mayor
14
+ minor_seventh: séptima menor
15
+ major_seventh: séptima mayor
16
+ perfect_octave: octava justa
3
17
  clefs:
4
18
  alto_clef: clave contralto
5
19
  baritone_c_clef: clave de barítono
@@ -39,25 +53,44 @@ es:
39
53
  violin_clef: clave de sol
40
54
  vocal_tenor_clef: clave de tenor vocal
41
55
  instrument_classifications:
56
+ aerophone: aerófono
57
+ bowed: de arco
42
58
  brass: metal
43
59
  brass_instrument: instrumento de metal
60
+ chordophone: cordófono
44
61
  double_reed: doble lengüeta
45
62
  drum: tambor
46
- keyboard_instrument: instrumento de tecla
63
+ edge_blown_aerophone: aerófono de bisel
64
+ electronic: electrónico
65
+ idiophone: idiófono
66
+ keyboard: teclado
67
+ keyboard_instrument: instrumento de teclado
68
+ mallet: mazo
69
+ membranophone: membranófono
70
+ metal: metal
71
+ mezzo_soprano_voice: voz de mezzosoprano
47
72
  percussion: percusión
48
73
  percussion_instrument: instrumento de percusión
49
- plucked_instrument: instrumento punteado
74
+ plucked: punteado
75
+ plucked_instrument: instrumento pulsado
50
76
  reed: lengüeta
51
- stringed_instrument: instrumento de cuerdas
77
+ shaken: sacudido
78
+ single_reed: lengüeta simple
79
+ string: cuerda
80
+ stringed_instrument: instrumento de cuerda
52
81
  strings: cuerdas
82
+ struck: percutido
83
+ voice: voz
53
84
  wind: viento
54
85
  wind_instrument: instrumento de viento
86
+ wood: madera
87
+ woodwind: viento-madera
55
88
  woodwind_instrument: instrumento de viento-madera
56
89
  instruments:
57
90
  accordion: acordeón
58
91
  alto_clarinet: clarinete alto
59
92
  alto_flute: flauta alto
60
- alto_recorder: flauta de pico alto
93
+ alto_recorder: flauta dulce alto
61
94
  alto_saxophone: saxofón alto
62
95
  alto_voice: contralto
63
96
  arpeggione: arpeggione
@@ -72,14 +105,14 @@ es:
72
105
  bass_drum: bombo
73
106
  bass_guitar: bajo eléctrico
74
107
  bass_oboe: oboe bajo
75
- bass_recorder: flauta de pico bajo
108
+ bass_recorder: flauta dulce bajo
76
109
  bass_saxophone: saxofón bajo
77
110
  bass_trombone: trombón bajo
78
111
  bass_trumpet: trompeta baja
79
112
  bass_tuba: tuba baja
80
113
  bass_voice: bajo
81
114
  basset_horn: clarinete bajo
82
- basset_recorder: flauta de pico bajo
115
+ basset_recorder: flauta dulce bajo
83
116
  bassoon: fagot
84
117
  bells: campanas
85
118
  bugle: cornetín
@@ -94,10 +127,10 @@ es:
94
127
  clavichord: clavicordio
95
128
  concert_bells: carillón orquestal
96
129
  concert_cymbals: platillos de orquesta
97
- contra_great_bass_recorder: contrabajaùete
130
+ contra_great_bass_recorder: flauta dulce contrabajo
98
131
  contrabass: contrabajo
99
132
  contrabass_clarinet: clarinete contrabajo
100
- contrabass_recorder: flauta de pico contrabajo
133
+ contrabass_recorder: flauta dulce contrabajo
101
134
  contrabass_saxophone: saxofón contrabajo
102
135
  contrabass_tuba: tuba contrabajo
103
136
  contrabassoon: contrafagot
@@ -110,9 +143,9 @@ es:
110
143
  crash_cymbal: platillo de choque
111
144
  crotales: crótalos
112
145
  cymbal: cimbalos
113
- descant: flauta de pico soprano
146
+ descant: flauta dulce soprano
114
147
  double_bass: contrabajo
115
- double_contrabass_recorder: flauta de pico subcontrabajo
148
+ double_contrabass_recorder: flauta dulce subcontrabajo
116
149
  english_horn: corno inglés
117
150
  euphonium: euphonium
118
151
  fiddle: violín
@@ -121,10 +154,10 @@ es:
121
154
  flute: flauta
122
155
  fortepiano: fortepiano
123
156
  french_horn: corno
124
- garklein_recorder: flauta de pico garklein
157
+ garklein_recorder: flauta dulce garklein
125
158
  glockenspiel: metallofono
126
159
  gong: gong
127
- great_bass_recorder: flauta de pico gran bajo
160
+ great_bass_recorder: flauta dulce gran bajo
128
161
  great_highland_bagpipe: gaita escocesa
129
162
  guitar: guitarra
130
163
  hammered_dulcimer: salterio
@@ -147,7 +180,7 @@ es:
147
180
  natural_horn: trompa natural
148
181
  oboe: oboe
149
182
  oboe_d_amore: oboe de amor
150
- octocontrabass_recorder: flauta de pico subcontrabajo
183
+ octocontrabass_recorder: flauta dulce subcontrabajo
151
184
  orchestral_chimes: campanas orquestales
152
185
  orchestral_cymbals: platillos orquestales
153
186
  organ: órgano
@@ -156,32 +189,32 @@ es:
156
189
  piccolo: flautín
157
190
  piccolo_clarinet: clarinete piccolo
158
191
  piccolo_flute: flauta piccolo
159
- piccolo_recorder: flauta de pico piccolo
192
+ piccolo_recorder: flauta dulce piccolo
160
193
  piccolo_saxophone: saxofón piccolo
161
194
  piccolo_trumpet: trompeta piccolo
162
195
  pipe_organ: órgano de tubos
163
- quart_bass_recorder: flauta de pico bajo cuarteto
164
- recorder: flauta de pico
196
+ quart_bass_recorder: flauta dulce bajo cuarteto
197
+ recorder: flauta dulce
165
198
  ride_cymbal: platillo de conducción
166
199
  saxophone: saxofón
167
- side_drum: tambor laterale
200
+ side_drum: tambor lateral
168
201
  snare_drum: tambor de caja
169
202
  sopranino_clarinet: clarinete sopranino
170
- sopranino_recorder: flauta de pico sopranino
203
+ sopranino_recorder: flauta dulce sopranino
171
204
  sopranino_saxophone: saxofón sopranino
172
- sopranissimo_recorder: flauta de pico sopranissimo
205
+ sopranissimo_recorder: flauta dulce sopranissimo
173
206
  sopranissimo_saxophone: saxofón sopranissimo
174
207
  soprano: soprano
175
208
  soprano_clarinet: clarinete soprano
176
- soprano_recorder: flauta de pico soprano
209
+ soprano_recorder: flauta dulce soprano
177
210
  soprano_saxophone: saxofón soprano
178
211
  soprano_voice: voz de soprano
179
212
  soprillo: soprillo
180
213
  sousaphone: sousafón
181
214
  string_bass: contrabajo de cuerdas
182
- sub_bass_recorder: flauta de pico subbajo
183
- sub_contrabass_recorder: flauta de pico subcontrabajo
184
- sub_great_bass_recorder: flauta de pico subgran bajo
215
+ sub_bass_recorder: flauta dulce subbajo
216
+ sub_contrabass_recorder: flauta dulce subcontrabajo
217
+ sub_great_bass_recorder: flauta dulce subgran bajo
185
218
  subcontrabass_saxophone: saxofón subcontrabajo
186
219
  suspended_cymbal: platillo suspendido
187
220
  synthesizer: sintetizador
@@ -191,7 +224,7 @@ es:
191
224
  temple_blocks: bloques de templo
192
225
  tenor: tenor
193
226
  tenor_drum: tambor tenor
194
- tenor_recorder: flauta de pico tenor
227
+ tenor_recorder: flauta dulce tenor
195
228
  tenor_saxophone: saxofón tenor
196
229
  tenor_trombone: trombón tenor
197
230
  tenor_tuba: tuba tenor
@@ -200,7 +233,7 @@ es:
200
233
  timpanum: tímpano
201
234
  tom_drum: tom
202
235
  tom_tom: tom-tom
203
- treble_recorder: flauta de pico contralto
236
+ treble_recorder: flauta dulce contralto
204
237
  triangle: triángulo
205
238
  trombone: trombón
206
239
  trumpet: trompeta
@@ -225,5 +258,37 @@ es:
225
258
  it: italiano
226
259
  ru: ruso
227
260
  rudiments:
261
+ alteration: alteración
262
+ chromatic_interval: intervalo cromático
263
+ circle: círculo
228
264
  clef: clave
229
265
  consonance: consonancia
266
+ diatonic_interval: intervalo diatónico
267
+ grand_staff: gran pentagrama
268
+ harmonic_interval: intervalo armónico
269
+ instrument: instrumento
270
+ interval_cycle: ciclo de intervalos
271
+ key_signature: armadura de clave
272
+ letter_name: nombre de la nota
273
+ melodic_interval: intervalo melódico
274
+ meter: metro
275
+ motion: movimiento
276
+ musical_symbol: símbolo musical
277
+ octave: octava
278
+ pitch: tono
279
+ pitch_class: clase de tono
280
+ pitch_class_set: conjunto de clases de tono
281
+ pitch_set: conjunto de tonos
282
+ quality: calidad
283
+ reference_pitch: tono de referencia
284
+ rhythm: ritmo
285
+ rhythmic_unit: unidad rítmica
286
+ scale: escala
287
+ scale_degree: grado de la escala
288
+ scale_type: tipo de escala
289
+ solmization: solmización
290
+ sonority: sonoridad
291
+ spelling: notación
292
+ staff: pentagrama
293
+ tuba: tuba
294
+ tuning: afinación
@@ -1,5 +1,19 @@
1
1
  fr:
2
2
  head_music:
3
+ chromatic_intervals:
4
+ perfect_unison: unisson parfait
5
+ minor_second: seconde mineure
6
+ major_second: seconde majeure
7
+ minor_third: tierce mineure
8
+ major_third: tierce majeure
9
+ perfect_fourth: quarte juste
10
+ tritone: triton
11
+ perfect_fifth: quinte juste
12
+ minor_sixth: sixte mineure
13
+ major_sixth: sixte majeure
14
+ minor_seventh: septième mineure
15
+ major_seventh: septième majeure
16
+ perfect_octave: octave juste
3
17
  clefs:
4
18
  alto_clef: clé alto
5
19
  baritone_c_clef: clé de baryton
@@ -39,19 +53,37 @@ fr:
39
53
  viola_clef: clé d'ut
40
54
  violin_clef: clé de sol
41
55
  instrument_classifications:
56
+ aerophone: aérophone
57
+ bowed: à archet
42
58
  brass: cuivres
43
- brass_instrument: instruments à vent de cuivre
44
- double_reed: anche double
59
+ brass_instrument: instrument à cuivre
60
+ chordophone: chordophone
61
+ double_reed: à anche double
45
62
  drum: tambour
63
+ edge_blown_aerophone: aérophone à embouchure latérale
64
+ electronic: électronique
65
+ idiophone: idiophone
66
+ keyboard: clavier
46
67
  keyboard_instrument: instrument à clavier
68
+ mallet: maillet
69
+ membranophone: membranophone
70
+ metal: métal
71
+ mezzo_soprano_voice: voix de mezzo-soprano
47
72
  percussion: percussion
48
73
  percussion_instrument: instrument à percussion
74
+ plucked: pincé
49
75
  plucked_instrument: instrument à cordes pincées
50
76
  reed: anche
51
- strings: cordes
77
+ shaken: secoué
78
+ single_reed: à anche simple
79
+ string: corde
52
80
  stringed_instrument: instrument à cordes
53
- wind: instrument à vent
81
+ strings: cordes
82
+ struck: frappé
83
+ voice: voix
84
+ wind: vent
54
85
  wind_instrument: instrument à vent
86
+ wood: bois
55
87
  woodwind: bois
56
88
  woodwind_instrument: instrument à vent en bois
57
89
  instrument_voices:
@@ -232,5 +264,37 @@ fr:
232
264
  it: italien
233
265
  ru: russe
234
266
  rudiments:
267
+ alteration: altération
268
+ chromatic_interval: intervalle chromatique
269
+ circle: cercle
235
270
  clef: clé
236
271
  consonance: consonance
272
+ diatonic_interval: intervalle diatonique
273
+ grand_staff: grande portée
274
+ harmonic_interval: intervalle harmonique
275
+ instrument: instrument
276
+ interval_cycle: cycle d'intervalles
277
+ key_signature: armure
278
+ letter_name: nom de note
279
+ melodic_interval: intervalle mélodique
280
+ meter: mesure
281
+ motion: mouvement
282
+ musical_symbol: symbole musical
283
+ octave: octave
284
+ pitch: hauteur de son
285
+ pitch_class: classe de hauteur de son
286
+ pitch_class_set: ensemble de classes de hauteurs
287
+ pitch_set: ensemble de hauteurs de son
288
+ quality: qualité
289
+ reference_pitch: hauteur de référence
290
+ rhythm: rythme
291
+ rhythmic_unit: unité rythmique
292
+ scale: gamme
293
+ scale_degree: degré de la gamme
294
+ scale_type: type de gamme
295
+ solmization: solmisation
296
+ sonority: sonorité
297
+ spelling: notation
298
+ staff: portée
299
+ tuba: tuba
300
+ tuning: accord
@@ -1,5 +1,19 @@
1
1
  it:
2
2
  head_music:
3
+ chromatic_intervals:
4
+ perfect_unison: unisono perfetto
5
+ minor_second: seconda minore
6
+ major_second: seconda maggiore
7
+ minor_third: terza minore
8
+ major_third: terza maggiore
9
+ perfect_fourth: quarta giusta
10
+ tritone: tritono
11
+ perfect_fifth: quinta giusta
12
+ minor_sixth: sesta minore
13
+ major_sixth: sesta maggiore
14
+ minor_seventh: settima minore
15
+ major_seventh: settima maggiore
16
+ perfect_octave: ottava perfetta
3
17
  clefs:
4
18
  alto_clef: chiave di contralto
5
19
  baritone_c_clef: chiave di baritono
@@ -39,21 +53,39 @@ it:
39
53
  viola_clef: chiave di viola
40
54
  violin_clef: chiave di violino
41
55
  instrument_classifications:
42
- brass: ottone
43
- brass_instrument: ottone
44
- double_reed: ancia doppia
56
+ aerophone: aerofono
57
+ bowed: ad arco
58
+ brass: ottoni
59
+ brass_instrument: strumento d'ottone
60
+ chordophone: cordofono
61
+ double_reed: ad ancia doppia
45
62
  drum: tamburo
63
+ edge_blown_aerophone: aerofono a imboccatura laterale
64
+ electronic: elettronico
65
+ idiophone: idiofono
66
+ keyboard: tastiera
46
67
  keyboard_instrument: strumento a tastiera
68
+ mallet: a bacchette
69
+ membranophone: membranofono
70
+ metal: metallo
71
+ mezzo_soprano_voice: voce di mezzo-soprano
47
72
  percussion: percussione
48
73
  percussion_instrument: strumento a percussione
74
+ plucked: pizzicato
49
75
  plucked_instrument: strumento a pizzico
50
- reed: ancia
51
- strings: archi
52
- stringed_instrument: strumento a corda
76
+ reed: ad ancia
77
+ shaken: scosso
78
+ single_reed: ad ancia singola
79
+ string: corda
80
+ stringed_instrument: strumento a corde
81
+ strings: corde
82
+ struck: percosso
83
+ voice: voce
53
84
  wind: fiato
54
85
  wind_instrument: strumento a fiato
55
- woodwind: legno
56
- woodwind_instrument: legno
86
+ wood: legno
87
+ woodwind: a fiato legno
88
+ woodwind_instrument: strumento a fiato legno
57
89
  instrument_voices:
58
90
  alto: contralto
59
91
  baritone: baritono
@@ -224,5 +256,37 @@ it:
224
256
  it: italiano
225
257
  ru: russo
226
258
  rudiments:
259
+ alteration: alterazione
260
+ chromatic_interval: intervallo cromatico
261
+ circle: cerchio
227
262
  clef: chiave
228
263
  consonance: consonanza
264
+ diatonic_interval: intervallo diatonico
265
+ grand_staff: grande pentagramma
266
+ harmonic_interval: intervallo armonico
267
+ instrument: strumento
268
+ interval_cycle: ciclo di intervalli
269
+ key_signature: armatura di chiave
270
+ letter_name: nome della nota
271
+ melodic_interval: intervallo melodico
272
+ meter: metro
273
+ motion: movimento
274
+ musical_symbol: simbolo musicale
275
+ octave: ottava
276
+ pitch: altezza del suono
277
+ pitch_class: classe di altezza
278
+ pitch_class_set: insieme di classi di altezza
279
+ pitch_set: insieme di altezze
280
+ quality: qualità
281
+ reference_pitch: altezza di riferimento
282
+ rhythm: ritmo
283
+ rhythmic_unit: unità ritmica
284
+ scale: scala
285
+ scale_degree: grado della scala
286
+ scale_type: tipo di scala
287
+ solmization: solmizzazione
288
+ sonority: sonorità
289
+ spelling: notazione
290
+ staff: pentagramma
291
+ tuba: tuba
292
+ tuning: accordatura
@@ -1,21 +1,53 @@
1
1
  ru:
2
2
  head_music:
3
+ chromatic_intervals:
4
+ perfect_unison: чистая унисон
5
+ minor_second: малая секунда
6
+ major_second: большая секунда
7
+ minor_third: малая терция
8
+ major_third: большая терция
9
+ perfect_fourth: чистая кварта
10
+ tritone: триоль
11
+ perfect_fifth: чистая квинта
12
+ minor_sixth: малая секста
13
+ major_sixth: большая секста
14
+ minor_seventh: малая септима
15
+ major_seventh: большая септима
16
+ perfect_octave: чистая октава
3
17
  instrument_classifications:
18
+ aerophone: аэрофон
19
+ bowed: смычковые
4
20
  brass: медные духовые
5
21
  brass_instrument: медный духовой инструмент
6
- double_reed: двойная деревянная духовая
22
+ chordophone: хордофон
23
+ double_reed: двойная трость
7
24
  drum: барабан
25
+ edge_blown_aerophone: флейта с боковым продувом
26
+ electronic: электронный
27
+ idiophone: идиофон
28
+ keyboard: клавишные
8
29
  keyboard_instrument: клавишный инструмент
30
+ mallet: маллетный инструмент
31
+ membranophone: мембранофон
32
+ metal: металлический
33
+ mezzo_soprano_voice: меццо-сопрано
9
34
  percussion: ударные
10
35
  percussion_instrument: ударный инструмент
11
- plucked_instrument: щипковые инструменты
12
- reed: деревянные духовые
13
- strings: струны
36
+ plucked: щипковые
37
+ plucked_instrument: щипковый инструмент
38
+ reed: тростниковый
39
+ shaken: трясучие инструменты
40
+ single_reed: одинарная трость
41
+ string: струнные
14
42
  stringed_instrument: струнный инструмент
43
+ strings: струны
44
+ struck: ударный
45
+ voice: голос
15
46
  wind: духовые
16
47
  wind_instrument: духовой инструмент
48
+ wood: дерево
17
49
  woodwind: деревянные духовые
18
- woodwind_instrument: деревянные духовые инструменты
50
+ woodwind_instrument: деревянный духовой инструмент
19
51
  instruments:
20
52
  accordion: аккордеон
21
53
  alto_clarinet: альт-кларнет
@@ -171,3 +203,38 @@ ru:
171
203
  fr: Французский
172
204
  it: Итальянский
173
205
  ru: Русский
206
+ rudiments:
207
+ alteration: альтерация
208
+ chromatic_interval: хроматический интервал
209
+ circle: круг
210
+ clef: ключ
211
+ consonance: консонанс
212
+ diatonic_interval: диатонический интервал
213
+ grand_staff: большой нотный стан
214
+ harmonic_interval: гармонический интервал
215
+ instrument: инструмент
216
+ interval_cycle: цикл интервалов
217
+ key_signature: тональность
218
+ letter_name: названия нот
219
+ melodic_interval: мелодический интервал
220
+ meter: метр
221
+ motion: движение
222
+ musical_symbol: музыкальный символ
223
+ octave: октава
224
+ pitch: высота звука
225
+ pitch_class: класс высоты звука
226
+ pitch_class_set: набор классов высоты звука
227
+ pitch_set: набор высот звука
228
+ quality: качество
229
+ reference_pitch: эталонная высота звука
230
+ rhythm: ритм
231
+ rhythmic_unit: ритмическая единица
232
+ scale: гамма
233
+ scale_degree: ступень гаммы
234
+ scale_type: тип гаммы
235
+ solmization: сольмизация
236
+ sonority: звучность
237
+ spelling: обозначение
238
+ staff: нотный стан
239
+ tuba: туба
240
+ tuning: настройка
@@ -1,3 +1,3 @@
1
1
  module HeadMusic
2
- VERSION = "7.0.3"
2
+ VERSION = "7.0.5"
3
3
  end
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.3
4
+ version: 7.0.5
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-02-21 00:00:00.000000000 Z
11
+ date: 2024-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport