On 16/12/2021 21:34, Paolo Prete wrote:
Hello Valentin and David,

I could place the text at the bottom of the page, with \header { copyright = "some text" } but I wonder if is there a way to offset it (from bottom) of a given value (without setting \paper { bottom-margin = offset }, which would affect the entire document.


Could you use the \raise and \lower markup commands?

\header { copyright = \markup { \raise #10 "Copyright" } }

--
Timothy Lanfear, Bristol, UK.


Reply via email to