lilypond-user
[Top][All Lists]
Advanced

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

Re: How do I get TOC on physical page 3?


From: Simon Albrecht
Subject: Re: How do I get TOC on physical page 3?
Date: Thu, 28 Jun 2018 15:41:44 +0200

Hello Nah,

as always it’s hard to help without a minimal example. Basically, you’d do something like

%%%%%%%%%%%%%%%%
\version "2.18"

\bookpart {
  \markup { Title page }
  \pageBreak
  \markup \null
}
\bookpart {
  \markup { TOC }
  \pageBreak
  \markup \null
}
\bookpart {
  \score { c'1 }
}
%%%%%%%%%%%%%%

Best, Simon


On 28.06.2018 15:17, Nah wrote:
I have a cover page with blank reverse side. Then I want the TOC to follow on the next page. But I end up with like 3 blank pages so that the TOC ends up on page 6. With some dubious hacks I was able to get it on page 4, but never on an odd page.

When I comment out the cover, the TOC ends up on page 1, the extra blank pages disappear, and everything is okay. So how can I make it works with the cover? What I want is:
cover (physical page 1)
blank reverse side
TOC (begins on physical page 3)
zero or one blank pages (whichever works out best for page turns)
lessons

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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