Le 9 sept. 09 à 15:58, Kieren MacMillan a écrit :
The problem is, something like
\markup \uppercase \fromproperty #'header:title
fails. In general, I'd rather have the syntax be
\markup \uppercase { "test }
instead of
\markup \uppercase #"test"
There is currently no workaround to this
Hello all,
I'm trying to define an \uppercase markup function... so far, I've
got [modelled on an existing snippet]
#(define-markup-command
(uppercase paper props str)
(string?)
"Return the string characters in UPPERCASE. Syntax: \\uppercase #
\"string\""
(interpret-markup paper