lilypond-user
[Top][All Lists]
Advanced

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

Re: define-vstrut-markup ?


From: David Nalesnik
Subject: Re: define-vstrut-markup ?
Date: Sun, 7 Sep 2014 15:16:35 -0500

Hi Karol,

On Sun, Sep 7, 2014 at 1:26 PM, Karol Majewski <address@hidden> wrote:
Hi

So far I have this:


#(define-markup-command
  (vstrut layout props)
  ()
  (let
    ((ref-mrkp
        (interpret-markup layout props "&#9608;")))
    (ly:make-stencil
      (ly:stencil-expr empty-stencil) empty-interval
      (ly:stencil-extent ref-mrkp Y))))


How can I create 'define-vstrut-markup' using above vstrut definition?


I assume you mean 'make-vstrut-markup'.

There was a recent thread on -user which discussed how to do this.

See this message: http://www.mail-archive.com/address@hidden/msg94617.html

Hope this helps,
David

reply via email to

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