Explorar el Código

Merge branch 'feature-tianyong'

TIANYONG hace 1 año
padre
commit
3082ff3efa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/view/music-score/index.tsx

+ 1 - 0
src/view/music-score/index.tsx

@@ -94,6 +94,7 @@ export default defineComponent({
 					keySignature: true,
 				};
 			}
+			osmd.EngravingRules.DYMusicScoreId = state.examSongId || ''
 			await osmd.load(musicData.score);
 			osmd.zoom = state.zoom;
 			osmd.render();