Le dimanche 21 août 2016 à 14:58 +1000, B~M a écrit :
> Dear All, I have a simple little problem. 
> I have two viola suites, each two pages long. I would like to print
> these two pieces
> double sided, but with an intentionally blank first page so there is
> only one page turn 
> from the first to the second piece in the collection
> 
> I use (crudely)
> 
> \book 
> {
> 
> \bookpart
> {
> \header {}
> music.....
> }
> \bookpart 
> {
> \header{}
> music....
> }
> 
> } % end book 
> 
> 
> 
> if I use \pageBreak after \book I get the header of the first work on
> the front page. 
> Is there a simple way just to have a blank first/cover page please ? 
> 
> 
> Paul 

Hi,

To skip a page use an invisible markup:

\markup{" "}
\pageBreak

Hope this helps,
Jean

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

Reply via email to