Kieren MacMillan <kieren_macmil...@sympatico.ca> writes:

> Hello all,
>
> I'm getting close with my Henle piano stylesheet(s) — see attached.
> Once this is ready, I'm going to document it and put it up on the Lilyblog.
>
> I think the last thing I need is an "oval BarNumber enclosure" (see photo).
> Can anyone help with that?

Try starting from

#(define-markup-command (ellipse layout props text) (markup?)
  #:properties ((thickness 0.2) (box-padding 0))
   (ellipse-stencil (interpret-markup layout props text)
    thickness box-padding box-padding))

\markup \ellipse "12"

-- 
David Kastrup


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

Reply via email to