lilypond-user
[Top][All Lists]
Advanced

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

Re: String versus scheme function


From: Nicolas Sceaux
Subject: Re: String versus scheme function
Date: Sun, 16 Nov 2008 23:10:02 +0100

Le 16 nov. 08 à 22:50, Johan Vromans a écrit :

Hi,

I can do

 \new Staff = "FooBar" << ... >>

and

 xxx = #(string-append "Foo" "Bar")
 \new Staff = \xxx << ... >>

but not

 \new Staff = #(string-append "Foo" "Bar") << ... >>

What is needed to get the last form working?

That would require to change the parser. It accepts, after the
equal sign, a string (quoted or not) or a string identifier, but
not a scheme form.

nicolas





reply via email to

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