Browse Source

Added calling method for labels

Matthias 9 years ago
parent
commit
43e3d3593e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/MusicalScore/Graphical/VexFlow/VexFlowMusicSheetCalculator.ts

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

@@ -43,6 +43,7 @@ export class VexFlowMusicSheetCalculator extends MusicSheetCalculator {
     public calculate(): void {
         this.clearSystemsAndMeasures();
         this.clearRecreatedObjects();
+        this.calculateSheetLabelBoundingBoxes();
         this.calculateXLayout(this.graphicalMusicSheet, this.maxInstrNameLabelLength());
         this.graphicalMusicSheet.MusicPages.length = 0;
         this.calculateMusicSystems();