Browse Source

Merge branch 'feature-tianyong-newVersion' into ktyq-test-new

TIANYONG 4 months ago
parent
commit
693536fea9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      osmd-extended
  2. 1 1
      src/helpers/formateMusic.ts

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit a1f9b727a2113640a053b1faf8b30cc72fb38d33
+Subproject commit 8741361e9b7a24e1f4a02aae71ef2e459605b18c

+ 1 - 1
src/helpers/formateMusic.ts

@@ -1013,7 +1013,7 @@ export const formateTimes = (osmd: OpenSheetMusicDisplay) => {
 	// 是否是变速的曲子
 	const hasVaryingSpeed = _notes.some((item: any) => item.measuresTempoInBPM !== _notes[0].measuresTempoInBPM)
 	// 循环时,遇到fine标记,最后一遍,需要立即结束
-	_notes = filterNoteByFine(_notes)
+	// _notes = filterNoteByFine(_notes)
 	console.log('变速曲子',hasVaryingSpeed, _notes)
 	let noteIds: any = [];
 	// let voicesBBox: any = null;