Graham Percival-3 wrote:
> 
> 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!
> 
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 in context: 
http://old.nabble.com/TextSpanner-listener-text-scheme-tp30967500p30967549.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to