bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Vertical spacing: over-estimation of markups height


From: Xavier Scheuer
Subject: Re: Vertical spacing: over-estimation of markups height
Date: Sat, 5 Jun 2010 15:42:52 +0200

2010/6/5 Nicolas Sceaux <address@hidden>:

> 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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]