Bonjour, Frédéric!

I am trying to put dates on a second line under the composer's name. Although it works using \markup \center-align { "composer" \small "(1111-2222)" }, it doesn't when I use \right-align instead. The result is two lines printed one on
another. Why is it like this?

Try this:

composer = \markup
{
        \override #'(baseline-skip . 2.8)
\column { \right-align { \fontsize #1 "Marty McFly" \fontsize #-1 "(1985–1955)" } }
}

Adjust the individual fontsize and baseline-skip values to your liking.

Best regards,
Kieren.


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

Reply via email to