Re: FingerGlideSpanner disappears if listened

2023-12-26 Thread David Kastrup
Thomas Morley writes: > Am Mo., 25. Dez. 2023 um 20:55 Uhr schrieb David Kastrup : >> >> Probably. Articulation events with a listener are removed (and >> separately broadcast) from the articulations on a non-chord NoteEvent >> before it is passed to its own engravers. > > I'd never expected

Re: FingerGlideSpanner disappears if listened

2023-12-26 Thread Thomas Morley
Am Mo., 25. Dez. 2023 um 20:55 Uhr schrieb David Kastrup : > > Jean Abou Samra writes: > > > Probably related to the code and comment in lily/rhythmic-music-iterator.cc. > > Probably. Articulation events with a listener are removed (and > separately broadcast) from the articulations on a

Re: FingerGlideSpanner disappears if listened

2023-12-25 Thread David Kastrup
Jean Abou Samra writes: > Probably related to the code and comment in lily/rhythmic-music-iterator.cc. Probably. Articulation events with a listener are removed (and separately broadcast) from the articulations on a non-chord NoteEvent before it is passed to its own engravers. -- David

Re: FingerGlideSpanner disappears if listened

2023-12-25 Thread Jean Abou Samra
Probably related to the code and comment in lily/rhythmic-music-iterator.cc.

FingerGlideSpanner disappears if listened

2023-12-25 Thread Thomas Morley
Hi, please consider: mus = { b-\glide -1 b-1 } << \new Voice \mus \new Voice \with { \consists #(lambda (ctx) (make-engraver (listeners ((finger-glide-event this-engraver event) '() } \mus >> With most recent master out of