TextSpanner listener text scheme

2011-02-19 Thread Graham Percival
Where does TextSpanner hide its text? I'm trying to extract the text (i.e. "II" or "IV") from a TextSpanner. I've realized that it isn't part of the text-spanner-event (sob), but as far as I can tell, it's not in the TextSpanner context either! What am I missing? example attached and inline (it

Re: TextSpanner listener text scheme

2011-02-19 Thread -Eluze
;s not in the TextSpanner context either! > i found it int the Voice context: \layout { \context { \Voice \consists #(list (cons 'listeners (list (cons 'text-span-event format-textspan) ))) } } cheers Eluze -- View this message

Re: TextSpanner listener text scheme

2011-02-19 Thread Graham Percival
On Sat, Feb 19, 2011 at 01:59:31PM -0800, -Eluze wrote: > > Graham Percival-3 wrote: > > > > Where does TextSpanner hide its text? I'm trying to extract the > > i found it int the Voice context: Woah, thanks! That works! Thank you so much! I'm even more puzzled, because I didn't need that fo