lilypond-user
[Top][All Lists]
Advanced

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

Re: Printing Copyright on title page


From: Eluze
Subject: Re: Printing Copyright on title page
Date: Mon, 17 Feb 2014 16:01:33 -0800 (PST)

Joshua Nichols wrote
> Hello List,
> 
> I'm having trouble getting the copyright notice to show up on the first
> page when I'm using the following (in the \paper block):
> 
> oddFooterMarkup = \markup \fill-line { \fontsize #2 \on-the-fly
> 
> #not-first-page \fromproperty #'page:page-number-string }

you only define what happens when /#not-first-page/ is true 

you should also define what shall be inserted when it *is* the first page -
eg. (not tested exactly):

oddFooterMarkup = \markup \fill-line { 
  \fontsize #2 
  \on-the-fly #not-first-page \fromproperty #'page:page-number-string 
  \on-the-fly #first-page \fromproperty #'header ...
}

hth
Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Printing-Copyright-on-title-page-tp159474p159477.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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