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