Hello list,

I have a problem concerning textspanner, and found this E-Mail:

> On Thu, 11 Nov 2010 10:58:13 +0100, Steve Yegge <[email protected]>  
> wrote:
> >I've got a text spanners with a relatively long string for its
> >#'bound-details #'left #'text property, and the spanner spans
> >several line breaks.  The result is something like
> >
> >long spanner text ............... \break
> >long spanner text ............... \break
> >long spanner text ......
> >
> >whereas I'd prefer it to be
> >
> >long spanner text ............... \break
> >............... \break
> >......
> >
> >I didn't see a way to control this behavior, though.  Did I miss
> >something obvious?
> >
> >Thanks,
> >
> >-steve
> 
> use:
> 
> \override TextSpanner #'(bound-details left-broken text) = ##f
> 
> greetings,
> 
> Vicente

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.

Can someone help, please, or tell me, where I'm wrong?

A small .ly-file is attached

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
}

links = \relative c' {
    \clef bass
    s1*8
}

\new PianoStaff <<
  \new Staff = "up" {
    \rechts
  }
  \new Staff = "down" {
    \links
  }
>>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to