|
@@ -59,7 +59,6 @@ const instruments = {
|
|
|
'Oboe': '双簧管',
|
|
|
'English Horn': '英国管',
|
|
|
'Bassoon': '巴松',
|
|
|
- 'Clarinet': '单簧管',
|
|
|
'Piccolo': '短笛',
|
|
|
'Flute': '长笛',
|
|
|
'Recorder': '竖笛',
|
|
@@ -141,8 +140,6 @@ const instruments = {
|
|
|
'Hulusi flute': '葫芦丝',
|
|
|
'Melodica': '口风琴',
|
|
|
'Snare Drum': '小军鼓',
|
|
|
- 'Cymbal': '镲',
|
|
|
- 'Cymbals': '镲',
|
|
|
'Horn in F': '圆号',
|
|
|
'Triangle': '三角铁',
|
|
|
'Vibrato': '颤音琴',
|
|
@@ -151,6 +148,7 @@ const instruments = {
|
|
|
'Bell': '铃铛',
|
|
|
'Bells': '铃铛',
|
|
|
'Alto Clarinet': '中音单簧管',
|
|
|
+ 'Clarinet': '单簧管',
|
|
|
'Soprano Saxophone': '高音萨克斯风',
|
|
|
'Alto Saxophone': '中音萨克斯风',
|
|
|
'Tenor Saxophone': '次中音萨克斯风',
|
|
@@ -159,7 +157,9 @@ const instruments = {
|
|
|
'Euphonium': '上低音号',
|
|
|
'crash cymbals': '对镲',
|
|
|
'Suspend cymbals': '吊镲',
|
|
|
- 'Castanets': '响板'
|
|
|
+ 'Castanets': '响板',
|
|
|
+ 'Cymbal': '镲',
|
|
|
+ 'Cymbals': '镲',
|
|
|
}
|
|
|
|
|
|
/**
|