lilypond-user
[Top][All Lists]
Advanced

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

Re: Henle piano template


From: David Kastrup
Subject: Re: Henle piano template
Date: Tue, 16 Jul 2013 21:26:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Kieren MacMillan <address@hidden> 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




reply via email to

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