Преглед на файлове

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