Re: auto-first-page-number add extra blank page

2023-10-11 Thread Pierre-Luc Gauthier
Hi there Jean, ( replying about a month later (how in the world do you guys manage such an email throughput ?! )) It works like a charm ! Thank you sooo much for your hard work. Le lun. 18 sept. 2023, à 18 h 11, Jean Abou Samra a écrit : > > \version "2.25.8" > > #(use-modules (lily page)) >

Re: auto-first-page-number add extra blank page

2023-09-18 Thread Jean Abou Samra
My mail client inserted unwanted line breaks, sigh. \version "2.25.8" #(use-modules (lily page)) auto-add-first-page-breaking = #(lambda (paper-book) (let ((default-pages (ly:page-turn-breaking paper-book))) (match default-pages (() '()) ((first-page . _) (let ((firs

Re: auto-first-page-number add extra blank page

2023-09-18 Thread Jean Abou Samra
\version "2.25.8" #(use-modules (lily page)) auto-add-first-page-breaking = #(lambda (paper-book) (let ((default-pages (ly:page-turn-breaking paper-book))) (match default-pages (() '()) ((first-page . _) (let ((first-page-number (page-property first-page 'page-number)

Re: auto-first-page-number add extra blank page

2023-09-18 Thread Pierre-Luc Gauthier
Le mer. 16 août 2023, à 10 h 33, Kieren MacMillan a écrit : > Yeah… but “conditional” = “manual” in my case (Whining) But, but, but… I have about 60 parts in 4 editions each for 12 complete scores… Of course adding a blank-first-page is trivial e.g. : gs -o odd-first-page.pdf -sDEVICE=pdfwrite

Re: auto-first-page-number add extra blank page

2023-08-16 Thread Kieren MacMillan
Hi Pierre-Luc, >> Are you thinking about a conditional bookpart markup that would >> (could) add a blank (or similar) page at page-number 0 *only* when the >> music starts on the left page ? > 'ment page-number "1"... got confused :-) Yeah… but “conditional” = “manual” in my case: I just do somet

Re: auto-first-page-number add extra blank page

2023-08-16 Thread Pierre-Luc Gauthier
Hi Kieren, > > Is there a way to add an extra blank page automatically as page 1 only > > when the auto-first-page-number sets the first (title) page to be 2 ? > I tend to just use a top-level bookpart/markup. > Will that work for you? Are you thinking about a conditional bookpart markup that w

Re: auto-first-page-number add extra blank page

2023-08-16 Thread Kieren MacMillan
Hi Pierre-Luc, > Is there a way to add an extra blank page automatically as page 1 only > when the auto-first-page-number sets the first (title) page to be 2 ? I tend to just use a top-level bookpart/markup. Will that work for you? Hope that helps! Kieren. ___

auto-first-page-number add extra blank page

2023-08-10 Thread Pierre-Luc Gauthier
Hi there, When setting auto-first-page-number = ##t , it sometimes changes the first page number (The one with the header and all) as expected as page 1 or 2. Is there a way to add an extra blank page automatically as page 1 only when the auto-first-page-number sets the first (title) page to be 2