|  | @@ -105,7 +105,7 @@ export const useMp3s = async (detail: MusicSheelDetail) => {
 | 
	
		
			
				|  |  |      SettingState.sett.scoreSize = setZoom
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  detailState.needTick = (detail.audioType === 'MP3' && detail.mp3Type === 'MP3') || detail.audioType === 'MIDI'
 | 
	
		
			
				|  |  | +  detailState.needTick = (detail.audioType === 'MP3' && detail.mp3Type === 'MP3' && detail.musicSheetType != 'CONCERT' ) || detail.audioType === 'MIDI'
 | 
	
		
			
				|  |  |    detailState.skipTick = detailState.activeDetail.extConfigJson.skipTick
 | 
	
		
			
				|  |  |    detailState.repeatedBeats = detailState.activeDetail.extConfigJson.repeatedBeats
 | 
	
		
			
				|  |  |    if (!runtime.songs['music']) {
 |