is it feasible to add not-last-page in titling-init.ly

the code I found for this is something like

#(define (not-last-page layout props arg)
  (if (not (book-last-page? layout props))
  (interpret-markup layout props arg)
  empty-stencil))

this gives more flexibility in defining header-/footermarkups

thanks
Eluze
-- 
View this message in context: 
http://old.nabble.com/add-not-last-page-in-titling-init.ly-tp33931553p33931553.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to