sschmid 5 years ago
parent
commit
9d13347b57
1 changed files with 1 additions and 0 deletions
  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:
                 // // 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
                 // // 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.
                 // // Exception is when there starts a repetition, where this might be different when repeating.
+                // // see PR #767 where this was removed
                 // let dynamicEnum: DynamicEnum;
                 // let dynamicEnum: DynamicEnum;
                 // try {
                 // try {
                 //     dynamicEnum = DynamicEnum[expressionText];
                 //     dynamicEnum = DynamicEnum[expressionText];