lilypond-user
[Top][All Lists]
Advanced

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

Centering of columnar text on page broken in 2.13.12


From: Nick Payne
Subject: Centering of columnar text on page broken in 2.13.12
Date: Fri, 05 Feb 2010 12:07:27 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091229 Thunderbird/3.0

If I use \column \center-align for a title with multiple lines then the text isn't centred between the left and right margins. Remove \center-align and the first line of the title *is* centred. Worked ok with \center-align in previous versions:

\version "2.13.12"

\header {
    title = \markup {
        \column \center-align {
            \fontsize #4 \bold "Overall Title"
            \lower #1 \fontsize #1 \bold "Title 2nd line"
        }
    }
    tagline = ##f
}
\relative c'' {
    \repeat unfold 20 { c1 }
}

Attachment: test.png
Description: PNG image


reply via email to

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