Neil Puttock <n.putt...@gmail.com> writes:

> On 31 December 2010 14:49, David Kastrup <d...@gnu.org> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to