]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/define-grobs.scm (all-grob-descriptions): unset
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 6 Sep 2004 20:34:13 +0000 (20:34 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 6 Sep 2004 20:34:13 +0000 (20:34 +0000)
threshold. This fixes morgenlied.

* scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
rod calculation.

ChangeLog
scm/define-grobs.scm
scm/page-layout.scm

index 73f13a9e5a1e45a9905e7efda15e05f6f693e5f0..d56829a1cc18304bfbfd86e9094a1980e51bb487 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * scm/define-grobs.scm (all-grob-descriptions): unset
+       threshold. This fixes morgenlied. 
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
+       rod calculation.
+
        * lily/system.cc (get_line): don't take piano-pedal & dynamic line
        spanners into account for staff-extents.
 
index c976dbcf46ae7d1f3df57b6f862df848648aea28..f1c93fe2a3cfc7ccf811c45a140aab6562195be7 100644 (file)
        (Y-extent-callback . ,Axis_group_interface::group_extent_callback)
        (X-extent-callback . ,Axis_group_interface::group_extent_callback)
        (stacking-dir . -1)
-       (threshold .  (12 . 1000))
+;      (threshold .  (6 . 1000))
        (meta . ((interfaces . (align-interface axis-group-interface spanner-interface))))
        ))
 
index 63fbb355575e8a8f3414beb2126d140d50a3e7f6..7422ca26822ae7cd86233440b3334a3795968e56 100644 (file)
@@ -311,7 +311,7 @@ is what have collected so far, and has ascending page numbers."
               (cdr  result)))
         )
 
-     (if #t ;; debug.
+     (if #f ;; debug.
         (begin
           (display (list "\n# systems: " no-systems
                          "\nreal-ext" real-extents "\nstaff-ext" staff-extents