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.

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to