sschmid 5 년 전
부모
커밋
9d13347b57
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/MusicalScore/ScoreIO/MusicSymbolModules/ExpressionReader.ts

+ 1 - 0
src/MusicalScore/ScoreIO/MusicSymbolModules/ExpressionReader.ts

@@ -311,6 +311,7 @@ export class ExpressionReader {
                 // // ToDo: add doublettes recognition again as a afterReadingModule, as we can't check here if there is a repetition:
                 // // Make here a comparisson with the active dynamic expression and only add it, if there is a change in dynamic
                 // // Exception is when there starts a repetition, where this might be different when repeating.
+                // // see PR #767 where this was removed
                 // let dynamicEnum: DynamicEnum;
                 // try {
                 //     dynamicEnum = DynamicEnum[expressionText];