|
@@ -205,7 +205,7 @@ export function getGradualLengthByXml(xml: string) {
|
|
|
|
|
|
const isKeyWork = keys.find((k) => {
|
|
const isKeyWork = keys.find((k) => {
|
|
const ks = k.split(' ')
|
|
const ks = k.split(' ')
|
|
- return textContent && ks.includes(textContent)
|
|
|
|
|
|
+ return textContent && ks.includes(textContent) || k === textContent
|
|
})
|
|
})
|
|
if (
|
|
if (
|
|
ele.type === 'metronome' ||
|
|
ele.type === 'metronome' ||
|