Status: Accepted
Owner: ----
Labels: Type-Enhancement
New issue 2576 by [email protected]: add not-last-page in titling-init.ly
http://code.google.com/p/lilypond/issues/detail?id=2576
to get more flexibility in defining Header-/FooterMarkups, the
function/procedure _not-last-page_ should be added in titling-init.ly
I found the following code(s) for that:
#(define (not-last-page layout props arg)
(if (not (book-last-page? layout props))
(interpret-markup layout props arg)
empty-stencil))
and
#(define (not-last-page layout props arg)
(if (and (chain-assoc-get 'page:is-bookpart-last-page props #f)
(chain-assoc-get 'page:is-last-bookpart props #f))
empty-stencil
(interpret-markup layout props arg)))
100% of the repliers (2 of 2) on the user list support this request! see
http://old.nabble.com/add-not-last-page-in-titling-init.ly-ts33931553.html