lilypond-user
[Top][All Lists]
Advanced

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

Re: Centered Poet rolling of the paper 2.12.2 and 2.13.1


From: Alexander Kobel
Subject: Re: Centered Poet rolling of the paper 2.12.2 and 2.13.1
Date: Mon, 11 Jan 2010 12:10:14 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

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




reply via email to

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