lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 226, Issue 46


From: Lukas-Fabian Moser
Subject: Re: lilypond-user Digest, Vol 226, Issue 46
Date: Sat, 11 Sep 2021 00:25:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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




reply via email to

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