소스 검색

Fixed Ties redraw: doublettes are gone.

Matthias 8 년 전
부모
커밋
4d3ce8a000
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/MusicalScore/Graphical/MusicSheetCalculator.ts
  2. 1 0
      src/MusicalScore/Graphical/VexFlow/VexFlowMeasure.ts

+ 0 - 1
src/MusicalScore/Graphical/MusicSheetCalculator.ts

@@ -267,7 +267,6 @@ export abstract class MusicSheetCalculator {
     }
 
     protected clearRecreatedObjects(): void {
-        Logging.debug("clearRecreatedObjects not implemented");
     }
 
     protected handleStaffEntryLink(graphicalStaffEntry: GraphicalStaffEntry,

+ 1 - 0
src/MusicalScore/Graphical/VexFlow/VexFlowMeasure.ts

@@ -66,6 +66,7 @@ export class VexFlowMeasure extends StaffMeasure {
     public clean(): void {
         //this.beams = {};
         //this.vfbeams = undefined;
+        this.vfTies.length = 0;
         this.connectors = [];
         // Clean up instructions
         this.resetLayout();