sschmid 4 년 전
부모
커밋
4e063cc374
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/VexFlowPatch/src/tremolo.js

+ 1 - 1
src/VexFlowPatch/src/tremolo.js

@@ -39,7 +39,7 @@ export class Tremolo extends Modifier {
 
     this.setRendered();
     const stemDirection = this.note.getStemDirection();
-    // VexFlowPatch:add y_spacing_scale
+    // VexFlowPatch: add y_spacing_scale
     this.y_spacing = 4 * stemDirection * this.y_spacing_scale;
     const start = this.note.getModifierStartXY(this.position, this.index);
     let x = start.x;