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