[EMAIL PROTECTED] writes:
> Thanks Jan.
> 
> So I revised my code, and now it works.  For the sake of somebody else
> who might someday struggle with a similar thin,
> Here's a working code fragment.
> 
> #(def-markup-command (markup-dot paper props radius) (number?)
>   "Syntax: \\markup-dot dot-radius
>    eg: \\markup-dot #0.25 for dot with 1/2 staff space diameter"
>     (ly:make-stencil (list 'dot 0 3 radius) (cons  radius radius) (cons
> radius radius) )
>   )

I would assume

  (cons (- radius) radius)

since they are intervals.


--
 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to