lilypond-auto
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2576 in lilypond: add not-last-page in titling-init.ly
Date: Fri, 09 Nov 2012 15:48:55 +0000


Comment #1 on issue 2576 by address@hidden: 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

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