hi frédéric, On Apr 21, 2009, at 6:58 AM, Frédéric Bron wrote:
It half works! Fine for the dashed line but the text is not printed... Here is an example:\version "2.12.0" stringendo = { \textSpannerUp \override TextSpanner #'(bound-details 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 } }
someone more familiar with the lilypond internals will have to answer this question. i have a feeling that there might be a different engraver that handles the bound texts, but i can't find out which one.
then again, it might be a bug. :) regards, sb -- Simon Bailey Oompa Loompa of Science +43 699 190 631 25 _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
