]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/page-layout.scm
(SLIB_PATH): add SLIB_PATH to
[lilypond.git] / scm / page-layout.scm
index 265affbf7d9c7ddd29547aa3cd02569a2dbe7bd0..cff4bd4ac11da65ae6b751de4636fdd1f3642e3f 100644 (file)
@@ -330,7 +330,7 @@ is what have collected so far, and has ascending page numbers."
                 (entry (list idx (1+ idx) distance)))
              entry)))
         (rods (map calc-rod (iota (1- no-systems))))
-        (page-very-empty? (> space-left (/ page-height 3)))
+        (page-very-empty? (> space-left (/ page-height 1.5)))
         (result (ly:solve-spring-rod-problem
                  springs rods space
                  (or page-very-empty? ragged?)))