lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving Copyright Notice


From: Pierre Perol-Schneider
Subject: Re: Moving Copyright Notice
Date: Tue, 5 May 2015 12:20:02 +0200

Hi Simon,

simply put oddFooterMarkup defs in a 'paper' bloc:

\version "2.18"

\paper {
  oddFooterMarkup = \markup {
    \column {
      \fill-line {
        %% Copyright header field only on first page in each bookpart.
        \on-the-fly #part-first-page \fromproperty #'header:copyright
        \null
      }
      \fill-line {
        %% Tagline header field only on last page in the book.
        \on-the-fly #last-page \fromproperty #'header:tagline
      }
    }
  }
}

\header {
  copyright = "test copyright"
}

\markup \null

Cheers,
Pierre

2015-05-05 11:49 GMT+02:00 Simon Albrecht <address@hidden>:
Hello everybody,

Am 05.05.2015 um 02:02 schrieb Adam Michael Wood:
I would like the copyright notice to appear just below the last system of
music, flush left.
(See for example,  the copyright notices under hymns in almost every
hymnal.)

Is there a way to move the copyright notice this way?
Yes, see <http://lilypond.org/doc/v2.18/Documentation/notation/custom-titles-headers-and-footers>.
I created an example file (see attachment), which unfortunately doesn’t work – I don’t know why.
Can anybody say why the #part-first-page procedure (defined in ly/titling-init.ly) isn’t recognised here?

HTH, Simon

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



reply via email to

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