lilypond-user
[Top][All Lists]
Advanced

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

TextSpanner line styles broken in 2.12.2?


From: Don Benson
Subject: TextSpanner line styles broken in 2.12.2?
Date: Fri, 6 Feb 2009 21:39:58 -0500

I'm trying to generate a dashed-line text spanner, but lilypond is generating a truncated solid line instead.

Sample of my initial attempt:
\relative c''
{
\override TextSpanner #'style = #'dashed-line
\override TextSpanner #'(bound-details left text) = \markup { \italic "rit." }
\textSpannerDown
f16-. \startTextSpan e-. f-. g,-. a-. b-. c!-. d-.
e4-> r16 g,-. a-. b-. \stopTextSpan
}

This produces a solid line that covers about half of the span. The style dotted-line does the same thing.

If I change the style to line, trill, or zigzag, the line goes the entire length of the bar, as expected. I can get the dashed/dotted line to extend by overriding dash-period to 8.0 or higher, but it is still a solid line.

Am I doing something wrong, or is something broken in 2.12.2?

If environment matters, I'm running on Windows Vista SP1.

Sincerely,
- Don Benson -

reply via email to

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