bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bug when trying to use right-align in Composer, Header


From: Kieren MacMillan
Subject: Re: Bug when trying to use right-align in Composer, Header
Date: Sat, 5 Aug 2006 06:31:47 -0400

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.




reply via email to

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