Bläddra i källkod

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 år sedan
förälder
incheckning
7017de2388
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/MusicalScore/Graphical/EngravingRules.ts

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

@@ -409,7 +409,7 @@ export class EngravingRules {
 
 
         // Line Widths
         // Line Widths
         this.minimumStaffLineDistance = 4.0;
         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;
         this.minimumCrossedBeamDifferenceMargin = 0.0001;
 
 
         // xSpacing Variables
         // xSpacing Variables