Hi Paolo, > I don't know how to make it appear at the bottom of the page of the first > page (no score)...
Here's one way (of probably hundreds, if not more!):
%%%
\version "2.21"
\header {
tagline = ##f
}
\bookpart {
\markup \fill-line {
""
\center-column { \vspace #50 "My bottom-of-page text…" }
""
}
}
%%%
Hope that helps!
Kieren.
