Comment #1 on issue 2576 by [email protected]: add not-last-page in titling-init.ly
http://code.google.com/p/lilypond/issues/detail?id=2576

Count me as a supporter, since I could then make :

  oddFooterMarkup =  \markup \column {
      \on-the-fly #create-page-number-stencil
    \fill-line {
    %% Copyright header field only on first page.
      \on-the-fly #first-page \fromproperty #'header:copyright }
    \fill-line {
      %% Footer header field only on intermediate page.
      \on-the-fly #not-first-page \on-the-fly #not-last-page
        \fromproperty #'header:footer }
    \fill-line {
      %% Tagline header field only on last page.
      \on-the-fly #last-page \fromproperty #'header:tagline }
    }
  evenFooterMarkup = \oddFooterMarkup


Reply via email to