Nicolas Sceaux wrote:
Graham Percival <[EMAIL PROTECTED]> writes:
But doesn't lilypond know when it's compiling a new \score ? I guess
I don't know enough about how \books are produced. This code
(lyoutput-def-lookup layout 'first-page-number)
This property is entered by the user, or defaul
Graham Percival <[EMAIL PROTECTED]> writes:
> Nicolas Sceaux wrote:
>> Graham Percival <[EMAIL PROTECTED]> writes:
>>
>>> I'd like to display something in the footer of the first (and last)
>>> pages of each score in a book.
>>>
>> You may have to hack the function that builds the pages (the
>> p
Nicolas Sceaux wrote:
Graham Percival <[EMAIL PROTECTED]> writes:
I'd like to display something in the footer of the first (and last)
pages of each score in a book.
You may have to hack the function that builds the pages (the
page-breaking function set in the \paper block).
See scm/layout-pag
Graham Percival <[EMAIL PROTECTED]> writes:
> I'd like to display something in the footer of the first (and last)
> pages of each score in a book.
>
> My current thought is to create a function (called at the beginning of
> each score) that records the page number into some global variable(s),
> a