lilypond-user
[Top][All Lists]
Advanced

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

ly:context-mod? list to string


From: Urs Liska
Subject: ly:context-mod? list to string
Date: Tue, 03 Dec 2013 18:12:13 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0

When I use ly:context-mod? for a parameter in a music function a string as the final part will be cut to list items.

if I write
\function \with { comment = "This should be verified" }

then the ly:context-mod? variable will hold

((assign comment This should be verified))

cdr-ing makes it (comment This should be verified)

So what's the best (or canonic) way to make that (comment "This should be verified") again?

TIA
Urs



reply via email to

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