lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: String at the bottom of a cover page without using \markup


From: Kieren MacMillan
Subject: Re: String at the bottom of a cover page without using \markup
Date: Fri, 17 Dec 2021 14:16:56 -0500

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]