Hi I'm engraving a piece in two sections. The first section fits on one page and the second one is rather longer and requires 2 pages. I would like the pdf to have a blank page at the start because I often view pdf's with 2 pages side by side. All my searches have not helped. My minimum not-working example is:
\version "2.24.0" \language "en" myScore = \score { \relative { c'4 d e f g }} \pageBreak \myScore My understanding of the documentation says that this ought to produce an initial blank page. It doesn't. A solution which would also allow me to insert a blank space between scores (so I could begin a 2nd movement on an even-numbered page) would be good, but my current request is just for an initial one. Thanks in advance for your help Paul McKay