First page number not printed in a \bookpart

2019-03-02 Thread nagymusic
I have a few \bookpart blocks in my score (within a \book { } block). While keeping the same order of page numbers, is it possible to set each \bookpart so it doesn't print its very first page number? Something like print-first-page-number = ##f but for each \bookpart block? Thank you! -- Sent

Re: First page number not printed in a \bookpart

2019-03-02 Thread Aaron Hill
On 2019-03-02 6:52 pm, nagymusic wrote: I have a few \bookpart blocks in my score (within a \book { } block). While keeping the same order of page numbers, is it possible to set each \bookpart so it doesn't print its very first page number? Something like print-first-page-number = ##f but for e

Re: First page number not printed in a \bookpart

2019-03-03 Thread nagymusic
Thanks, Aaron. Really appreciate your reply and advice. This all makes sense. Just a quick follow up question: how to adjust the settings when page numbers alternate between "left and right" header areas? Ideally, I'd like to be able to automate the process, so to speak, so that regardless of odd

Re: First page number not printed in a \bookpart

2019-03-05 Thread nagymusic
Ok, this does the trick: oddHeaderMarkup = \markup \fill-line { " " \on-the-fly \not-part-first-page \on-the-fly #print-page-number-check-first \fromproperty #'page:page-number-string } evenHeaderMarkup = \markup \fill-line { \on-the-fly \not-part-first-page \on-t