vertical ordering of a custom event-function markup

2018-10-09 Thread Urs Liska
Hi, I have a custom \path markup, implemented as an event function. This works well, but when I add a slur I don't manage to get it to behave it properly. What I want is to print the vertical lines and then outside the slur, just like with the staccatissimo. But there will first be the slur a

Re: vertical ordering of a custom event-function markup

2018-10-09 Thread Aaron Hill
On 2018-10-09 7:54 am, Urs Liska wrote: Hi, I have a custom \path markup, implemented as an event function. This works well, but when I add a slur I don't manage to get it to behave it properly. What I want is to print the vertical lines and then outside the slur, just like with the staccatissi

Re: vertical ordering of a custom event-function markup

2018-10-09 Thread Thomas Morley
Am Di., 9. Okt. 2018 um 16:54 Uhr schrieb Urs Liska : > > Hi, > > I have a custom \path markup, implemented as an event function. > > This works well, but when I add a slur I don't manage to get it to > behave it properly. What I want is to print the vertical lines and then > outside the slur, just

Re: vertical ordering of a custom event-function markup

2018-10-09 Thread David Kastrup
Thomas Morley writes: > Probably: > > indicator = > #(define-event-function ()() > #{ > \tweak X-offset 0.75 > -\markup \path #0.17 #'((moveto 0 0) (lineto 0 0.75)) > #}) There is rarely a point in a parameterless function containing a single music expression. This could hav

Re: vertical ordering of a custom event-function markup

2018-10-10 Thread Urs Liska
Am 09.10.2018 um 22:40 schrieb Thomas Morley: Probably: indicator = #(define-event-function ()() #{ \tweak X-offset 0.75 -\markup \path #0.17 #'((moveto 0 0) (lineto 0 0.75)) #}) \relative { \override TextScript.avoid-slur = #'inside \override TextScript.cross-

Re: vertical ordering of a custom event-function markup

2018-10-10 Thread Urs Liska
Hi Aaron, Am 09.10.2018 um 18:55 schrieb Aaron Hill: On 2018-10-09 7:54 am, Urs Liska wrote: Hi, I have a custom \path markup, implemented as an event function. This works well, but when I add a slur I don't manage to get it to behave it properly. What I want is to print the vertical lines a