lilypond-user
[Top][All Lists]
Advanced

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

Re: vowel aligned lyrics - want to improve it


From: Wolf Alight
Subject: Re: vowel aligned lyrics - want to improve it
Date: Fri, 19 Feb 2010 13:10:19 +0100

Thank you Neil

I found another way this time but I might need this in the future. 

/Tor

2010/2/17 Neil Puttock <address@hidden>
On 17 February 2010 13:48, Carl Sorensen <address@hidden> 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


reply via email to

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