Hi

I'm trying to place two textspanner over a voice. one of them down all over the
melody (pizzicatto) and another one temporarily for barre indication.
something like:

\textSpannerDown
\once \override TextSpanner #'padding = #1
\override TextSpanner #'edge-text = #'("Pizzicatto " . "")
d8[\startTextSpan fis b d']

{
\textSpannerUp
\once \override TextSpanner #'edge-text = #'("II " . "")
\once \override TextSpanner #'direction = #1
\once \override TextSpanner #'style = #'line
\once \override TextSpanner #'edge-height = #'(0 . 0.5)
\once \override TextSpanner #'padding = #1.5
\once \override TextSpanner #'dash-fraction = #'()
a8[ cis' e'\startTextSpan a']\stopTextSpan
}

d8[ fis b d']\stopTextSpan

\stopTextSpan

I tried also to put the new spanner in a voice <<{ %spannerhere% }\\{}>> but the
spanner does not get the TextSpanner settings.

Thank's for your help.

Tiago Morin



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

Reply via email to