Re: (Re-post) Printing page numbers from a given page

2021-12-03 Thread Valentin Petzel
Hello Paolo, Yes, I’m using that when I add uncounted pages to the front (using negative page numbers). If you look into the definition of the paper variables oddHeaderMarkup and evenHeaderMarkup (as definined in titling-init). There is a line \if \should-print-page-number \fromproperty #pag

Re: (Re-post) Printing page numbers from a given page

2021-12-03 Thread Paolo Prete
Thanks Aaron, this is precious!! On Fri, Dec 3, 2021 at 2:44 AM Aaron Hill wrote: > On 2021-12-02 4:55 pm, Paolo Prete wrote: > > I re-post this because I noted later that the answer I obtained does > > not > > fit what I asked. > > I wonder if is there a way to start printing page numbers of a

Re: (Re-post) Printing page numbers from a given page

2021-12-02 Thread Aaron Hill
On 2021-12-02 4:55 pm, Paolo Prete wrote: I re-post this because I noted later that the answer I obtained does not fit what I asked. I wonder if is there a way to start printing page numbers of a score from a given page. For example: if I want to start printing page numbers from page 3, page

(Re-post) Printing page numbers from a given page

2021-12-02 Thread Paolo Prete
Hello, I re-post this because I noted later that the answer I obtained does not fit what I asked. I wonder if is there a way to start printing page numbers of a score from a given page. For example: if I want to start printing page numbers from page 3, page numbers 1 and 2, on first and second pa

Re: Printing page numbers from a given page

2021-11-07 Thread Paolo Prete
thanks! On Sun, Nov 7, 2021 at 2:28 PM Jean Abou Samra wrote: > Le 07/11/2021 à 14:23, Paolo Prete a écrit : > > How can I start printing page numbers from page 3? > > \paper { >first-page-number = 3 > } > > Documentation at > > http://lilypond.org/doc/v2.22/Documentation/notation/other-pape

Re: Printing page numbers from a given page

2021-11-07 Thread Jean Abou Samra
Le 07/11/2021 à 14:23, Paolo Prete a écrit : How can I start printing page numbers from page 3? \paper {   first-page-number = 3 } Documentation at http://lilypond.org/doc/v2.22/Documentation/notation/other-paper-variables.html#paper-variables-for-page-numbering Best, Jean

Printing page numbers from a given page

2021-11-07 Thread Paolo Prete
Hello, How can I start printing page numbers from page 3? Thanks, P