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: Neil Puttock
Subject: Re: vowel aligned lyrics - want to improve it
Date: Wed, 17 Feb 2010 20:57:42 +0000

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]