bug-lilypond
[Top][All Lists]
Advanced

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

2 identikal \markuplist's produce different layout with \pageBreak


From: Eluze
Subject: 2 identikal \markuplist's produce different layout with \pageBreak
Date: Mon, 20 Jan 2014 08:04:57 -0800 (PST)

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



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/2-identikal-markuplist-s-produce-different-layout-with-pageBreak-tp158234.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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