Browse Source

Test branch

Andrea Condoluci 9 years ago
parent
commit
57b1f7fa6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/MusicalScore/Graphical/VexFlow/VexFlowMeasure.ts

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

@@ -197,7 +197,7 @@ export class VexFlowMeasure extends StaffMeasure {
     }
 
     private increaseBeginInstructionWidth(modifier: any): void {
-        // FIXME: Check possible paddings
+        // FIXME: Check possible paddings...
         //this.beginInstructionsWidth += modifier.getWidth();
         this.beginInstructionsWidth = this.stave.getNoteStartX();
     }