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