head_music 3.0.0 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.ruby-version +1 -1
- data/head_music.gemspec +5 -5
- data/lib/head_music/clef.rb +2 -2
- data/lib/head_music/data/instrument_families.yml +1 -1
- data/lib/head_music/instrument.rb +3 -3
- data/lib/head_music/instrument_family.rb +2 -2
- data/lib/head_music/locales/de.yml +129 -128
- data/lib/head_music/locales/en.yml +287 -246
- data/lib/head_music/locales/en_GB.yml +3 -2
- data/lib/head_music/locales/es.yml +120 -119
- data/lib/head_music/locales/fr.yml +131 -130
- data/lib/head_music/locales/it.yml +124 -123
- data/lib/head_music/locales/ru.yml +77 -76
- data/lib/head_music/reference_pitch.rb +1 -1
- data/lib/head_music/staff.rb +2 -2
- data/lib/head_music/version.rb +1 -1
- metadata +8 -21
- data/head_music-2.0.1.gem +0 -0
@@ -1,247 +1,288 @@
|
|
1
1
|
en:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
2
|
+
head_music:
|
3
|
+
chromatic_intervals:
|
4
|
+
perfect_unison: perfect unison
|
5
|
+
minor_second: minor second
|
6
|
+
major_second: major second
|
7
|
+
minor_third: minor third
|
8
|
+
major_third: major third
|
9
|
+
perfect_fourth: perfect fourth
|
10
|
+
tritone: tritone
|
11
|
+
perfect_fifth: perfect fifth
|
12
|
+
minor_sixth: minor sixth
|
13
|
+
major_sixth: major sixth
|
14
|
+
minor_seventh: minor seventh
|
15
|
+
major_seventh: major seventh
|
16
|
+
perfect_octave: perfect octave
|
17
|
+
clefs:
|
18
|
+
alto_clef: alto clef
|
19
|
+
baritone_c_clef: baritone C-clef
|
20
|
+
baritone_clef: baritone clef
|
21
|
+
baritone_f_clef: baritone F-clef
|
22
|
+
bass_clef: bass clef
|
23
|
+
c_clef: C-clef
|
24
|
+
vocal_tenor_clef: vocal tenor clef
|
25
|
+
contrabass_clef: contrabass clef
|
26
|
+
countertenor_clef: countertenor clef
|
27
|
+
double_treble_clef: double treble clef
|
28
|
+
drum_clef: drum clef
|
29
|
+
f_clef: F-clef
|
30
|
+
fifth_line_c_clef: fifth-line C-clef
|
31
|
+
fifth_line_f_clef: fifth-line F-clef
|
32
|
+
first_line_c_clef: first-line C-clef
|
33
|
+
first_line_g_clef: first-line G-clef
|
34
|
+
fourth_line_c_clef: fourth-line C-clef
|
35
|
+
fourth_line_f_clef: fourth-line F-clef
|
36
|
+
french_clef: French clef
|
37
|
+
french_violin_clef: French violin clef
|
38
|
+
g_clef: G-clef
|
39
|
+
indefinite_pitch_clef: indefinite pitch clef
|
40
|
+
mezzo_soprano_clef: mezzo-soprano clef
|
41
|
+
neutral_clef: neutral clef
|
42
|
+
percussion_clef: percussion clef
|
43
|
+
second_line_c_clef: second-line C-clef
|
44
|
+
second_line_g_clef: second-line G-clef
|
45
|
+
soprano_clef: soprano clef
|
46
|
+
sub_bass_clef: sub-bass clef
|
47
|
+
tenor_c_clef: tenor C-clef
|
48
|
+
tenor_clef: tenor clef
|
49
|
+
tenor_g_clef: tenor G-clef
|
50
|
+
third_line_c_clef: third-line C-clef
|
51
|
+
third_line_f_clef: third-line F-clef
|
52
|
+
treble_clef: treble clef
|
53
|
+
viola_clef: viola clef
|
54
|
+
violin_clef: treble clef
|
55
|
+
instrument_abbreviations:
|
56
|
+
accordian:
|
57
|
+
- acc
|
58
|
+
alto_flute:
|
59
|
+
- afl
|
60
|
+
alto_voice:
|
61
|
+
- alt
|
62
|
+
bagpipe:
|
63
|
+
- bag
|
64
|
+
baritone_voice:
|
65
|
+
- bar
|
66
|
+
bass_voice:
|
67
|
+
- bass
|
68
|
+
bass_clarinet:
|
69
|
+
- bcl
|
70
|
+
instrument_classifications:
|
71
|
+
aerophone: aerophone
|
72
|
+
bowed: bowed
|
73
|
+
brass: brass
|
74
|
+
brass_instrument: brass instrument
|
75
|
+
chordophone: chordophone
|
76
|
+
double_reed: double-reed
|
77
|
+
drum: drum
|
78
|
+
edge_blown_aerophone: edge-blown aerophone
|
79
|
+
electronic: electronic
|
80
|
+
idiophone: idiophone
|
81
|
+
keyboard: keyboard
|
82
|
+
keyboard_instrument: keyboard instrument
|
83
|
+
mallet: mallet
|
84
|
+
membranophone: membranophone
|
85
|
+
metal: metal
|
86
|
+
mezzo_soprano_voice: mezzo-soprano
|
87
|
+
percussion: percussion
|
88
|
+
percussion_instrument: percussion instrument
|
89
|
+
plucked: plucked
|
90
|
+
plucked_instrument: plucked instrument
|
91
|
+
reed: reed
|
92
|
+
shaken: shaken
|
93
|
+
single_reed: single-reed
|
94
|
+
string: string
|
95
|
+
strings: strings
|
96
|
+
stringed_instrument: stringed instrument
|
97
|
+
struck: struck
|
98
|
+
voice: voice
|
99
|
+
wind: wind
|
100
|
+
wind_instrument: wind instrument
|
101
|
+
wood: wood
|
102
|
+
woodwind: woodwind
|
103
|
+
instrument_voices:
|
104
|
+
piccolo: piccolo
|
105
|
+
soprano: soprano
|
106
|
+
alto: alto
|
107
|
+
tenor: tenor
|
108
|
+
baritone: baritone
|
109
|
+
bass: bass
|
110
|
+
contrabass: contrabass
|
111
|
+
octobass: octobass
|
112
|
+
instruments:
|
113
|
+
accordian: accordian
|
114
|
+
alto_clarinet: alto clarinet
|
115
|
+
alto_flute: alto flute
|
116
|
+
alto_voice: alto
|
117
|
+
arpeggione: arpeggione
|
118
|
+
bagpipe: bagpipe
|
119
|
+
banjo: banjo
|
120
|
+
baritone_horn: baritone horn
|
121
|
+
baritone_voice: baritone
|
122
|
+
bass_clarinet: bass clarinet
|
123
|
+
bass_drum: bass drum
|
124
|
+
bass_guitar: bass guitar
|
125
|
+
bass_oboe: bass oboe
|
126
|
+
bass_trombone: bass trombone
|
127
|
+
bass_trumpet: bass trumpet
|
128
|
+
bass_trumpet_in_b_flat: bass trumpet in B♭
|
129
|
+
bass_trumpet_in_c: bass trumpet in C
|
130
|
+
bass_trumpet_in_e_flat: bass trumpet in E♭
|
131
|
+
bass_tuba: bass tuba
|
132
|
+
bass_tuba_in_e_flat: bass tuba in E♭
|
133
|
+
bass_tuba_in_f: bass tuba in F
|
134
|
+
bass_voice: bass
|
135
|
+
basset_horn: basset horn
|
136
|
+
bassoon: bassoon
|
137
|
+
bugle: bugle
|
138
|
+
bugle_in_b_flat: bugle in B♭
|
139
|
+
castanets: castanets
|
140
|
+
celesta: celesta
|
141
|
+
cello: cello
|
142
|
+
chimes: chimes
|
143
|
+
cimbalom: cimbalom
|
144
|
+
clarinet: clarinet
|
145
|
+
clarinet_in_a: clarinet in A
|
146
|
+
clarinet_in_c: clarinet in C
|
147
|
+
clarinet_in_d: clarinet in D
|
148
|
+
clarinet_in_e_flat: clarinet in E♭
|
149
|
+
clash_cymbals: clash cymbals
|
150
|
+
clavichord: clavichord
|
151
|
+
contrabass_clarinet: contrabass clarinet
|
152
|
+
contrabassoon: contrabassoon
|
153
|
+
cor_anglais: cor anglais
|
154
|
+
cornet: cornet
|
155
|
+
cowbell: cowbell
|
156
|
+
countertenor_voice: countertenor
|
157
|
+
crotales: crotales
|
158
|
+
cymbal: cymbal
|
159
|
+
double_bass: double bass
|
160
|
+
english_horn: English horn
|
161
|
+
euphonium: euphonium
|
162
|
+
flugelhorn: flugelhorn
|
163
|
+
flute: flute
|
164
|
+
french_horn: French horn
|
165
|
+
glockenspiel: glockenspiel
|
166
|
+
great_highland_bagpipe: great highland bagpipe
|
167
|
+
guitar: guitar
|
168
|
+
hammered_dulcimer: hammered dulcimer
|
169
|
+
harp: harp
|
170
|
+
harpsichord: harpsichord
|
171
|
+
horn: horn
|
172
|
+
lute: lute
|
173
|
+
mandolin: mandolin
|
174
|
+
maracas: maracas
|
175
|
+
marimba: marimba
|
176
|
+
metal_block: metal block
|
177
|
+
natural_horn: natural horn
|
178
|
+
oboe: oboe
|
179
|
+
oboe_d_amore: oboe d'amore
|
180
|
+
organ: organ
|
181
|
+
piano: piano
|
182
|
+
piccolo: piccolo
|
183
|
+
piccolo_clarinet: piccolo clarinet
|
184
|
+
piccolo_flute: piccolo flute
|
185
|
+
piccolo_trumpet: piccolo trumpet
|
186
|
+
recorder: recorder
|
187
|
+
saxophone: saxophone
|
188
|
+
side_drum: side drum
|
189
|
+
snare_drum: snare drum
|
190
|
+
soprano_voice: soprano
|
191
|
+
sousaphone: sousaphone
|
192
|
+
suspended_cymbal: suspended cymbal
|
193
|
+
synthesizer: synthesizer
|
194
|
+
tam_tam: tam-tam
|
195
|
+
tambourine: tambourine
|
196
|
+
temple_blocks: temple blocks
|
197
|
+
tenor_drum: tenor drum
|
198
|
+
tenor_trombone: tenor trombone
|
199
|
+
tenor_voice: tenor
|
200
|
+
timpani: timpani
|
201
|
+
triangle: triangle
|
202
|
+
trombone: trombone
|
203
|
+
trumpet: trumpet
|
204
|
+
trumpet_in_c: trumpet in C
|
205
|
+
trumpet_in_d: trumpet in D
|
206
|
+
trumpet_in_e_flat: trumpet in E♭
|
207
|
+
tuba: tuba
|
208
|
+
tuba_in_c: tuba in C
|
209
|
+
tubular_bells: tubular bells
|
210
|
+
vibraphone: vibraphone
|
211
|
+
viola: viola
|
212
|
+
viola_d_amore: viola d'amore
|
213
|
+
viola_da_gamba: viola da gamba
|
214
|
+
violin: violin
|
215
|
+
violoncello: violoncello
|
216
|
+
voice: voice
|
217
|
+
woodblock: woodblock
|
218
|
+
xylophone: xylophone
|
219
|
+
zither: zither
|
220
|
+
locales:
|
221
|
+
de: German
|
222
|
+
en: English
|
223
|
+
es: Spanish
|
224
|
+
fr: French
|
225
|
+
it: Italian
|
226
|
+
ru: Russian
|
227
|
+
reference_pitches:
|
228
|
+
a440: A440
|
229
|
+
baroque: Baroque pitch
|
230
|
+
berlin_philharmonic: Berlin Philharmonic
|
231
|
+
boston_symphony_orchestra: Boston Symphony Orchestra
|
232
|
+
chamber_tone: chamber tone
|
233
|
+
choir: choir tone
|
234
|
+
classical: classical pitch
|
235
|
+
concert: concert pitch
|
236
|
+
continental: continental pitch
|
237
|
+
french: French pitch
|
238
|
+
haydn: Haydn pitch
|
239
|
+
high: high pitch
|
240
|
+
international: international pitch
|
241
|
+
iso_16: ISO 16
|
242
|
+
low: low pitch
|
243
|
+
mozart: Mozart pitch
|
244
|
+
new_philharmonic: new philharmonic pitch
|
245
|
+
new_york_philharmonic: New York Philharmonic
|
246
|
+
old_philharmonic: old philharmonic pitch
|
247
|
+
philosophical: philosophical pitch
|
248
|
+
sauveur: Sauveur pitch
|
249
|
+
scheibler: Scheibler pitch
|
250
|
+
scientific: scientific pitch
|
251
|
+
stuttgart: Stuttgart pitch
|
252
|
+
sydney_symphony_orchestra: Sydney Symphony Orchestra
|
253
|
+
verdi: Verdi tuning
|
254
|
+
rudiments:
|
255
|
+
chromatic_interval: chromatic interval
|
256
|
+
circle: circle
|
257
|
+
clef: clef
|
258
|
+
consonance: consonance
|
259
|
+
diatonic_interval: diatonic interval
|
260
|
+
grand_staff: grand staff
|
261
|
+
harmonic_interval: harmonic interval
|
262
|
+
instrument: instrument
|
263
|
+
interval_cycle: interval cycle
|
264
|
+
key_signature: key signature
|
265
|
+
letter_name: letter name
|
266
|
+
melodic_interval: melodic interval
|
267
|
+
meter: meter
|
268
|
+
motion: motion
|
269
|
+
musical_symbol: musical symbol
|
270
|
+
octave: octave
|
271
|
+
pitch: pitch
|
272
|
+
pitch_class: pitch class
|
273
|
+
pitch_class_set: pitch class set
|
274
|
+
pitch_set: pitch set
|
275
|
+
quality: quality
|
276
|
+
reference_pitch: reference pitch
|
277
|
+
rhythm: rhythm
|
278
|
+
rhythmic_unit: rhythmic unit
|
279
|
+
scale: scale
|
280
|
+
scale_degree: scale degree
|
281
|
+
scale_type: scale type
|
282
|
+
sign: sign
|
283
|
+
solmization: solmization
|
284
|
+
sonority: sonority
|
285
|
+
spelling: spelling
|
286
|
+
staff: staff
|
287
|
+
tuba: tuba
|
288
|
+
tuning: tuning
|