lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TextSpanner listener text scheme


From: -Eluze
Subject: Re: TextSpanner listener text scheme
Date: Sat, 19 Feb 2011 13:59:31 -0800 (PST)


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]