Wilbert Berendsen wrote:
Hi,
this code:
\header {
poet = \markup \center-column {
\line { poet with Long Name }
\small (1800-1900)
}
composer = \markup \center-column {
\line { composer with Long Name }
\small (1800-1900)
}
}
{ c' }
results in falling the poet off the paper. It looks like the column is
centered on the margin.
Confirmed. Looks like a strange artifact of the \fill-line markup
(containing both poet and composer) w.r.t. a negative first X-extent
entry of a \center-column, IIUC.
A workaround/solution is to use \left-align before the \center-column.
No \right-align is not necessary for the right part (composer), by the way.
poet = \markup \left-align \center-column { ... }
Cheers,
Alexander
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user