Op donderdag 21 mei 2009, schreef Helge Kruse:
> Hello,
>
> I use a TextSpanner to indicate playing instructions, commonly used on
> the harp. I found that the TextSpanner sometime does not include the
> notes, when a line break occurs. I found no way to extend the spanner in
> to the D in measure 11.
>
> Another problem with TextSpanners is that they include the whole
> measure, when the measure is at the end of line (measure 10) but only to
> the end of the note (measure 15). Can I set the spanner end
> individually? Currently I would prefer to include the whole measure.
>
> Regards,

when the text spanner ends on the first note after a linebreak it is 
supressed, don't know why but I found this:
http://www.mail-archive.com/lilypond-user@gnu.org/msg42025.html

ending the spanner after a hidden note fixes it. Setting the left-broken text 
suppresses the printing of "Pdlt." again at the beginning of the line.

        \override TextSpanner #'(bound-details left text) = "Pdlt. "
        \override TextSpanner #'(bound-details left-broken text) = 
\markup\null
        d8 \startTextSpan e f e |
        f8 g a4 |
        f8 e d a |
        f4 e |
        d2*1/2 \hideNotes d4 \stopTextSpan  \unHideNotes \clef bass |


best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/


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

Reply via email to