lilypond-user
[Top][All Lists]
Advanced

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

Re: double time signatures


From: Reinhold Kainhofer
Subject: Re: double time signatures
Date: Sat, 11 Dec 2010 23:06:16 +0100
User-agent: KMail/1.13.5 (Linux/2.6.35-23-generic; KDE/4.5.4; i686; ; )

Am Samstag, 11. Dezember 2010, um 20:33:43 schrieb Martin Kemp:
> I have nearly got what I want with the following snippet but can't
> currently centrally align 12 over 8 (12/8).
[...]
>     (#:fontsize 0 #:column (a b)))))))

\column always left-aligns its contents. What you want is center-column 
instead of column. However, in that case, the alignment point is off (the 
center and not the left of the fraction is placed where the markup should 
start), so you have to use an additional left-align:

    (#:fontsize 0 #:left-align #:center-column (a b)))))))

That works just fine.

Can you post that fixed example to the LSR?

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org



reply via email to

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