Hi Karol,

On Sun, Sep 7, 2014 at 1:26 PM, Karol Majewski <[email protected]> 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/[email protected]/msg94617.html

Hope this helps,
David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to