Hi Carlos,
While adding the footer I lost how to make it to be in the middle. Center of
the footer. How is that accomplished now? Thanks!
Try the magic of \fill-line in a \markup:
\version "2.20"
\markup \fill-line { \line { My centered text. } }
\markup \fill-line {
\line { One ... }
\line { ... two. }
}
\markup \fill-line {
\line { One ... }
\line { ... two ... }
\line { ... three. }
}
\markup \fill-line {
\line { One ... }
\line { ... two ... }
\line { ... three ... }
\line { ... four. }
}
\markup \fill-line {
\line { One ... }
\line { ... two ... }
\null
\line { ... four?! }
}
Lukas