Re: Test direction within event-function

2018-10-17 Thread David Kastrup
Urs Liska writes: > Hi, > > I'm trying to write an event-function that creates both a slur and a > markup on opposite sides. I can do that by manually specifying the > directions: > > \version "2.19.82" > > testDirection = > #(define-event-function ()() >#{ > _( > ^"Text" >#}) >

Test direction within event-function

2018-10-17 Thread Urs Liska
Hi, I'm trying to write an event-function that creates both a slur and a markup on opposite sides. I can do that by manually specifying the directions: \version "2.19.82" testDirection = #(define-event-function ()() #{ _( ^"Text" #}) { c' \testDirection d' ) } but I have