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>>

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

Reply via email to