On 17 February 2010 13:48, Carl Sorensen <c_soren...@byu.edu> wrote:

> There is a markup interface for use with Scheme, that may make things doable
> for you.  You can read about it in section 6.4 of the notation reference for
> 2.12.

>From a callback, the easiest method for evaluating markup is to use
grob-interpret-markup.  For example:

my-callback =
#(lambda (grob)
     (grob-interpret-markup grob (markup "foo")))

Regards,
Neil


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

Reply via email to