dammit, i should think a bit more before answering things. TextSpanner has been moved to the score context, so we need to tell the override to use the TextSpanner objects in the Score context rather than the default. change the definition of stringendo to:

stringendo = { \textSpannerUp \override Score.TextSpanner #'bound- details #'left #'text = "Stringendo" }

and bob's your hypothetical uncle. at least it works here for me w/ 2.12.1

regards,
sb

On Apr 21, 2009, at 8:36 AM, Simon Bailey wrote:
\version "2.12.0"
stringendo = { \textSpannerUp \override TextSpanner #'(bound-detail left text) = "Stringendo" }
\new Score \with { \consists "Text_spanner_engraver" } <<
     \new Staff { \new Voice \with { \remove "Text_spanner_engraver"
} { \stringendo c'1 \startTextSpan \repeat unfold 4 { c' }
c'\stopTextSpan } }
     \new Staff { \new Voice \with { \remove "Text_spanner_engraver"
} { \stringendo c'1 \startTextSpan \repeat unfold 4 { c' }
c'\stopTextSpan } }




--
Simon Bailey
Oompa Loompa of Science
+43 699 190 631 25



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to