|
@@ -1259,17 +1259,17 @@ export const formateTimes = (osmd: OpenSheetMusicDisplay) => {
|
|
|
/**
|
|
|
* TODO:摇篮曲-人音-排箫(1788501975122489346),第12小节音符持续时间特殊处理
|
|
|
*/
|
|
|
- if (['1788501975122489346','1788502467554750466'].includes(state.cbsExamSongId)) {
|
|
|
- if (i == 13) {
|
|
|
- noteLength = noteLength / 2;
|
|
|
- }
|
|
|
- if (i == 44) {
|
|
|
- noteLength = noteLength * 6;
|
|
|
- }
|
|
|
- if (i == 56) {
|
|
|
- noteLength = noteLength * 4;
|
|
|
- }
|
|
|
- }
|
|
|
+ // if (['1788501975122489346','1788502467554750466'].includes(state.cbsExamSongId)) {
|
|
|
+ // if (i == 13) {
|
|
|
+ // noteLength = noteLength / 2;
|
|
|
+ // }
|
|
|
+ // if (i == 44) {
|
|
|
+ // noteLength = noteLength * 6;
|
|
|
+ // }
|
|
|
+ // if (i == 56) {
|
|
|
+ // noteLength = noteLength * 4;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
usetime += noteLength;
|
|
|
relaMeasureLength += noteLength;
|
|
|
let relaEndtime = noteLength + relativeTime;
|