Robert Schmaus writes:
> Ok, how about this example then:
>
> \version "2.14.2"
>
> #(define-markup-command (jcRaise layout props jcText) (markup?)
> (interpret-markup layout props
> (markup #:raise 1.5 #:smaller #:smaller #:smaller jcText )
> )
> )
>
> #(define-markup-command (
Am 11/19/11 5:46 PM, schrieb David Kastrup:
Robert Schmaus writes:
Am 11/19/11 4:07 PM, schrieb David Kastrup:
Robert Schmaus writes:
Hi everyone,
I'm trying to define a 2-argument markup command. the definition below
doesn't work, I get all sorts of errors when I call either
\jcStack{"x
Robert Schmaus writes:
> Am 11/19/11 4:07 PM, schrieb David Kastrup:
>> Robert Schmaus writes:
>>
>>> Hi everyone,
>>>
>>> I'm trying to define a 2-argument markup command. the definition below
>>> doesn't work, I get all sorts of errors when I call either
>>> \jcStack{"x"}{"y"}
>>> or
>>> \jcSt
Am 11/19/11 4:07 PM, schrieb David Kastrup:
Robert Schmaus writes:
Hi everyone,
I'm trying to define a 2-argument markup command. the definition below
doesn't work, I get all sorts of errors when I call either
\jcStack{"x"}{"y"}
or
\jcStack "x" "y"
or
\jcStack #"x" #"y"
#(define-markup-com
Robert Schmaus writes:
> Hi everyone,
>
> I'm trying to define a 2-argument markup command. the definition below
> doesn't work, I get all sorts of errors when I call either
> \jcStack{"x"}{"y"}
> or
> \jcStack "x" "y"
> or
> \jcStack #"x" #"y"
>
>
>
> #(define-markup-command (jcStack layout prop