]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/page-breaking.scm (ly:optimal-page-breaks): don't do
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 11 Jun 2004 16:57:33 +0000 (16:57 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 11 Jun 2004 16:57:33 +0000 (16:57 +0000)
negative penalties.
cleanups.

* scm/page-breaking.scm (ly:optimal-page-breaks): new
file. Rewrite function.

scm/page-breaking.scm

index 48aaf90e6243b53f27999350464de65e837a7194..776439b894fd72e822fb9d7778fa646c04681e28 100644 (file)
@@ -19,7 +19,6 @@
   (prev #:init-value '() #:accessor node-prev #:init-keyword #:prev)
   (page #:init-value 0 #:accessor node-page-number #:init-keyword #:pageno)
   (penalty #:init-value 0 #:accessor node-penalty #:init-keyword #:penalty)
-  (height #:init-value 0 #:accessor node-height #:init-keyword #:height)
   (lines #:init-value 0 #:accessor node-lines #:init-keyword #:lines))
 
 (define-method (display (node <optimally-broken-page-node>) port)