Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
7017de2388
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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