lilypond-user
[Top][All Lists]
Advanced

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

Re: Resetting page numbers between bookparts


From: tisimst
Subject: Re: Resetting page numbers between bookparts
Date: Fri, 22 Jul 2016 10:21:09 -0700 (MST)



On Sun, Jul 17, 2016 at 9:56 AM, Dosh Doshington [via Lilypond] <[hidden email]> wrote:
Greetings,

I wish to create a single PDF containing all the parts to my work, instead
of 30-something single PDFs. I would like not to use an external PDF merging
tool since I recompile very often.

This code fails to work since page numbers continue after each page break.

\book {
    \bookOutputSuffix "parts"
    \bookpart {
         \paper {
              set-first-page-number = 1
         }
         \score { ... }
    }
    % page numbers continue instead of being reset to 1 <--
    \bookpart {
         paper {
              set-first-page-number = 1
         }
         \score { ... }
    }
    ... % other parts follow
}

There exist external \paper blocks in a different .ily files but they do not
have page numbering code.

I had a look at this a few days ago, but despite all my research and effort, I couldn't get the 'page:page-number property to manually change at all either.

Dev team,

I'm not sure if any of you looked at this, but I think my Scheme-fu is just not quite up to snuff yet. Hopefully I'll get there someday. Is there any logical reason why that property cannot be re-set like bar numbers can?

Best,
Abraham


View this message in context: Re: Resetting page numbers between bookparts
Sent from the User mailing list archive at Nabble.com.

reply via email to

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