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.

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

Reply via email to