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))
>
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
\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)
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
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
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
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.
___
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