On 20/01/14 16:04, Eluze wrote:
inspired by this post
http://lilypond.1069038.n5.nabble.com/Large-gap-in-text-td158151.html#a158232
I minimized this code, where the first list needs more than a page.
\version "2.18.0"
% \bookpart {
\markuplist{
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
}
% }
\pageBreak
\markuplist{
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
\vspace #5 hello
}
this behavior can be corrected by putting only 1 \markuplist in a \bookpart
- which of course limits the use of \markuplist.
expectable/bug?
Eluze
Does adding \paper { annotate-spacing = ##t } give any new hints? I can
see some 'extra dist' on the second page onwards that is labelled that
isn't on the first.
Also if you change the #5 to #2 (for example) you get consistency.
James
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond