liushengqiang 1 年之前
父節點
當前提交
4d7a5b24c4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      osmd-extended/src/VexFlowPatch/src/stavenote.js

+ 2 - 2
osmd-extended/src/VexFlowPatch/src/stavenote.js

@@ -1250,8 +1250,8 @@ export class StaveNote extends StemmableNote {
         try {
         try {
           const start = modifier.note.getModifierStartXY(modifier.position, 0,
           const start = modifier.note.getModifierStartXY(modifier.position, 0,
             { forceFlagRight: true });
             { forceFlagRight: true });
-            if (start.x - modifier.note.x < 10){
-              modifier.x_shift += 5
+            if (start.x - modifier.note.x < 9){
+              modifier.x_shift += 7
             }
             }
         } catch (error) {
         } catch (error) {
           console.log("🚀 ~ error:", error)
           console.log("🚀 ~ error:", error)