defining an \uppercase markup function

2009-09-09 Thread Kieren MacMillan
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

Re: defining an \uppercase markup function

2009-09-09 Thread Nicolas Sceaux
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