2010/6/5 Nicolas Sceaux <[email protected]>: > Hi, > > Page spacing algorithm seems to over estimate the height of markup > lines. > > Example: > > =========== > \version "2.13.23" > \header { tagline = ##f } > \paper { > annotate-spacing = ##t > #(define page-breaking ly:minimal-breaking) > } > #(set-default-paper-size "a6" 'portrait) > > #(define-markup-list-command (test layout props num) (number?) > (interpret-markup-list layout props > (let ((result '())) > (do ((i 0 (1+ i))) > ((> i num) (reverse! result)) > (set! result (cons (format "~a" i) result)))))) > > \markuplines \column-lines \test #50 > ===========
With "ly:minimal-breaking" only? Cheers, Xavier -- Xavier Scheuer <[email protected]> _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
