lilypond-user
[Top][All Lists]
Advanced

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

Re: How do I stop circles from wobbling?


From: David Kastrup
Subject: Re: How do I stop circles from wobbling?
Date: Sun, 02 Jan 2011 20:18:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Neil Puttock <address@hidden> writes:

> On 31 December 2010 14:49, David Kastrup <address@hidden> wrote:
>
>> What I use currently is
>>
>> #(define-markup-list-command (buttons layout props str) (string?)
>>  (map (lambda (str)
>>        (interpret-markup layout props (markup #:hcenter-in 10.8
>> #:circle #:pad-to-box '(0 . 0) '(-0.5 . 2) #:hcenter-in 4 str)))
>>   (string-split str #\-)))
>>
>> and this works reasonably well.
>
> You'll probably get better results using \general-align:
>
> (markup #:general-align Y DOWN #:hcenter-in 10 #:circle #:hcenter-in 4 str)))

I don't see anything in the notation manual that would tell me why.
Care to put it there?

-- 
David Kastrup




reply via email to

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