Hello list, hello Keith,
You wrote:
> [ ... ]
> > > \override TextSpanner #'(bound-details left-broken text) = ##f
> [ ... ]
> > This is just half of the solution I'm looking for:
> > The dashed line after the linebreak should begin together with the first
> > note in the new line, but it does begin at the big brace, and in my
> > opinion this does look quite bad.
>
> This problem was fixed in the development version (issue 654 fixed in 2.13.9)
> so
> the dashed line will be drawn correctly in version 2.14.
Okay, good to know. Thanks.
> For version 2.12, I do this:
>
> \override TextSpanner #'(bound-details left-broken X) = #8
This solves the problem with the beginning of the TextSpanner in the
next line, but together with this solution the vertical alignment of the
TextSpanner (middle of the PianoStaff) is lost, see the attached
.ly-file.
How can I correct this?
Thanks and Best Regards Roland
\version "2.12.2"
rechts = \relative c'' {
\textSpannerDown
\override TextSpanner #'(bound-details left text) = "dimin."
\override TextSpanner #'(bound-details left-broken text) = ##f
a1 \startTextSpan a a a \break
a a a a \stopTextSpan
}
rechtsII = \relative c'' {
\textSpannerDown
\override TextSpanner #'(bound-details left text) = "dimin."
\override TextSpanner #'(bound-details left-broken text) = ##f
\once\override TextSpanner #'(bound-details left-broken X) = #8
a1 \startTextSpan a a a \break
a a a a \stopTextSpan
}
links = \relative c' { \clef bass s1*8 }
\new PianoStaff <<
\new Staff = "up" { \rechts }
\new Staff = "down" { \links }
>>
\new PianoStaff <<
\new Staff = "up" { \rechtsII }
\new Staff = "down" { \links }
>>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user