Re: Altering page numbers

2019-01-12 Thread Hwaen Ch'uqi
Greetings David, I may be wading into this discussion a bit late, but the following links should address exactly what you initialy asked. They are somewhat dated, but the solution still works for me using 2.19.82. Many thanks to David Nalesnik for his work on this.

Re: Altering page numbers

2019-01-12 Thread Thomas Morley
Am Sa., 12. Jan. 2019 um 20:44 Uhr schrieb Kieren MacMillan : > > Hi Harm, > > > You could go for: > > > > #(define-markup-command (bookpart-page-number layout props) () > >(let ((first-page-number (ly:output-def-lookup layout > > 'first-page-number)) > > (page-number

Re: Altering page numbers

2019-01-12 Thread Kieren MacMillan
Hi Harm, > You could go for: > > #(define-markup-command (bookpart-page-number layout props) () >(let ((first-page-number (ly:output-def-lookup layout 'first-page-number)) > (page-number (chain-assoc-get 'page:page-number props 0))) > (interpret-markup layout props >

Re: Altering page numbers

2019-01-12 Thread Thomas Morley
Am Sa., 12. Jan. 2019 um 19:37 Uhr schrieb Kieren MacMillan : > %%% SNIPPET BEGINS > \version "2.19.80" > > #(define-markup-command (bookpart-page-number layout props) () > (let ((first-page-number (ly:output-def-lookup layout 'first-page-number)) > (page-number (chain-assoc-get

Re: Altering page numbers

2019-01-12 Thread Kieren MacMillan
Hi Lukas, > One can write a function that chooses the right format of the page number > depending on where we are in the score. In the following solution , one has > to define (beforehand) how many pages are to be considered "introduction", > but I think this is not too nasty. Interesting

Re: Altering page numbers

2019-01-12 Thread Lukas-Fabian Moser
Hi David, I have several pages of introductory and performance notes in the score I am currently working on, followed by about 150 pages of score. I should like to have the pages before the actual score numbered in lower case Roman numerals, followed by the score pages numbered in Arabic

Re: Altering page numbers

2019-01-12 Thread Kieren MacMillan
Hi David, > Well, I tried that, but adding > \paper { first-page-number = #1 } > inside or just before a \bookpart doesn't work. Are you using bookpart-page-number in your header/footer/markup? Cheers, Kieren. Kieren MacMillan, composer ‣ website:

Re: Altering page numbers

2019-01-12 Thread David Sumbler
-Original Message- From: Kieren MacMillan To: da...@aeolia.co.uk CC: Lilypond-User Mailing List Subject: Re: Altering page numbers Date: Sat, 12 Jan 2019 10:38:55 -0500 Hi David, > Judging from all the searching I have done I think that the answer to > the following qu

Re: Altering page numbers

2019-01-12 Thread Kieren MacMillan
Hi David, > Judging from all the searching I have done I think that the answer to > the following question is "no": is there a way to override automatic > page-numbering after the first page? In the last fifteen years, I’ve learned never to bet against Lilypond… ;) > I have several pages of

Altering page numbers

2019-01-12 Thread David Sumbler
Judging from all the searching I have done I think that the answer to the following question is "no": is there a way to override automatic page-numbering after the first page? I have several pages of introductory and performance notes in the score I am currently working on, followed by about 150