소스 검색

decrease minimumSkyBottomLineDistance to 1.0 again as slurs no longer collide

2.0 was too expansive, used too much space.
it was originally increased from 1.0 to 2.0 because there were slur collisions,
which are now avoided since slurs were added to the skyline and bottomline.
sschmid 5 년 전
부모
커밋
7017de2388
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/MusicalScore/Graphical/EngravingRules.ts

+ 1 - 1
src/MusicalScore/Graphical/EngravingRules.ts

@@ -409,7 +409,7 @@ export class EngravingRules {
 
         // Line Widths
         this.minimumStaffLineDistance = 4.0;
-        this.minimumSkyBottomLineDistance = 2.0; // default. 1.0 for compacttight mode (1.0 can cause overlaps)
+        this.minimumSkyBottomLineDistance = 1.0; // default. compacttight mode sets it to 1.0 (as well).
         this.minimumCrossedBeamDifferenceMargin = 0.0001;
 
         // xSpacing Variables