lilypond-user
[Top][All Lists]
Advanced

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

Re: double time signatures


From: Martin Kemp
Subject: Re: double time signatures
Date: Sun, 12 Dec 2010 13:40:45 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101103 Fedora/1.0-0.33.b2pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.6

Brilliant! thanks for the fix.

I'll post it to LSR later today.

Best

Martin


On 12/11/2010 10:06 PM, Reinhold Kainhofer wrote:
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




reply via email to

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