lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 2576 in lilypond: add not-last-page in titling-ini


From: lilypond
Subject: [Lilypond-auto] Issue 2576 in lilypond: add not-last-page in titling-init.ly
Date: Wed, 30 May 2012 20:43:19 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 2576 by address@hidden: 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]