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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user