Hello Thomas,

if odd/evenFooterMarkup are set, copyright and tagline won't show up anymore, because they are displayed by the default (then overridden) footerMarkup. If you want to display something else but also copy right and tagline, you should build a markup that takes copyright and tagline into account on first/last page.
The keyword is the markup command '\on-the-fly #<func>'.
Maybe I send an example later, but now I have to get my children from kindergarten ...

Cheers,
Jan-Peter

Am 27.09.2011 15:00, schrieb Thomas Scharkowski:
Maybe I have overlooked or misunderstood something:
I expected the following code to produce three pages, with "copyright" on the first page, "footer" on the second, and "tagline" on the third.
Removing "oddFooterMarkup" leads to the expected copyright and tagline.

Thank you
Thomas

--
\version "2.15.12"
\header {
  copyright = "copyright"
  tagline = "tagline"
}
\paper {
  oddFooterMarkup = "footer"
}
\relative c' {
 c1 \pageBreak c \pageBreak c
}
--

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



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

Reply via email to