Am 09.09.21 um 04:35 schrieb Carlos R Martinez:
Hi, setup a copyright and would like to for it to show on all pages. How can I achieve that?
Depends on where you want the copyright to show up. For example at the bottom of a page:
\version "2.22.0"
\paper {
oddFooterMarkup = "Footer on odd pages"
evenFooterMarkup = "Footer on even pages"
% % also possible:
% oddFooterMarkup = "Footer for all pages"
% evenFooterMarkup = \oddFooterMarkup
}
{ \repeat unfold 1000 c' 4 }
Lukas
