Re: Help with a 2-argument markup command definition

2011-11-19 Thread David Kastrup
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 (

Re: Help with a 2-argument markup command definition

2011-11-19 Thread Robert Schmaus
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

Re: Help with a 2-argument markup command definition

2011-11-19 Thread 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"}{"y"} >>> or >>> \jcSt

Re: Help with a 2-argument markup command definition

2011-11-19 Thread Robert Schmaus
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

Re: Help with a 2-argument markup command definition

2011-11-19 Thread 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-command (jcStack layout prop