lilypond-user
[Top][All Lists]
Advanced

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

String versus scheme function


From: Johan Vromans
Subject: String versus scheme function
Date: 16 Nov 2008 22:50:29 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

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?

-- Johan




reply via email to

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