Hello. I'm writing a book and after my ToC I need a blank page ("this page
is left blank purposefully") only if this blank page would have an odd page
number. If it falls under an even page number it must not be printed. I've
looked in the manual and didn't find an answer... any help would be
appreciated.

%%MWE starts here
\version "2.25.20"
\book {
\markup "First page with nice graphics."
\pageBreak
\markup "Second page with a ToC that we can't know for sure how big it will
be."
\pageBreak
\markup "Conditional page that is only printed if it's page number is odd."
} % end of book
%%MWE ends here

Reply via email to