lilypond-user
[Top][All Lists]
Advanced

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

bookTitleMarkup and tocItem cause empty page


From: Simon Albrecht
Subject: bookTitleMarkup and tocItem cause empty page
Date: Wed, 1 Jun 2022 21:12:02 +0200

Hi Jean,

On 01/06/2022 15:24, Jean Abou Samra wrote:

Please give an example.


I’ve gone debugging, and it’s a weird combination of two things that causes the empty page:

%%%%%%%%%%%%%%%%%%%%%%%
\version "2.23.9"

\paper {
  bookTitleMarkup = \markup {
    \vspace #.3
  }
}

\bookpart { \markup { 1 } }

\tocItem \markup "toc2"
\bookpart { \markup { 2 } }
%%%%%%%%%%%%%%%%%%%%%%%%%

I don’t understand… in my real-world book, the empty pages were empty, now in this tiny example the second bookpart appears to get duplicated, and this only because the bookTitleMarkup contains _anything_ other than empty \fromproperty calls. Even \markup\null as bookTitleMarkup has the bug (?) occurring.

Best, Simon




reply via email to

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