lilypond-user
[Top][All Lists]
Advanced

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

Re: center text in the middle of the page


From: Kieren MacMillan
Subject: Re: center text in the middle of the page
Date: Wed, 6 Jan 2010 09:35:16 -0500

Hi Federico:

> the settings above do not affect the markup, just the staves.

Also Lyrics:

\version "2.13.9"

\paper {
  scoreTitleMarkup = ##f
  tagline = ##f
  ragged-last-bottom = ##f
  top-system-spacing = #'((space . 4) (padding . 4) (stretchability . 1))
  between-system-spacing = #'((space . 4) (padding . 4) (stretchability . 0))
  bottom-system-spacing = #'((space . 4) (padding . 4) (stretchability . 1))
}

\score {
  \new Lyrics \with { fontSize = #10 }
    \lyricmode { "My text is centred!" }
}

=)

> Does anybody know if there's a way to make it working somehow also with a 
> markup block?
> Well, I would have expected to find a solution in one of the commands related 
> to \markup ...

If you \box it, with large enough padding, that might work…

Good luck!
Kieren.



reply via email to

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