lilypond-user
[Top][All Lists]
Advanced

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

How to make a blank page


From: Paul McKay
Subject: How to make a blank page
Date: Sun, 11 Jun 2023 14:41:19 +0100

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

reply via email to

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