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: Neil Puttock
Subject: Re: How do I stop circles from wobbling?
Date: Sun, 2 Jan 2011 15:18:41 +0000

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)))

Cheers,
Neil



reply via email to

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