Dear Neil,
thanks for Your answer, but: it still doesn't work as I expected.
I got the warning :

>  not a grob name, `Textspanner'
>
 The modified snippet is:


%%%%%%%%%%%%% begin %%%%%%%%%%%%%%%
\version "2.12.2"
musik = {

 \override TextSpanner #'(bound-details left text) = "poco acc."
\time 5/8  es8 ( \< \startTextSpan  f fis \stopTextSpan
  \override TextSpanner #'(bound-details left text) = "rit."
  a-- \startTextSpan gis --   ) \stopTextSpan
}

\new Staff { \clef bass
  \musik
  \override TextSpanner #'springs-and-rods = #ly:spanner::set-spacing-rods
  \override Textspanner #'minimum-length = #10
  \musik
}
%%%%%%%%%%%%%%%%%% END %%%%%%%%%%%%%%%%%%%%%%%


2010/3/9 Neil Puttock <n.putt...@gmail.com>

> On 7 March 2010 22:38, Stefan Thomas <kontrapunktste...@googlemail.com>
> wrote:
>
> > how can I get more space for the textspanner and its dashed line in the
> > below quoted example?
>
> Try setting 'minimum-length, if you don't mind the note spacing being
> altered:
>
> % allow minimum-length to work
> \override TextSpanner #'springs-and-rods = #ly:spanner::set-spacing-rods
>
> % tweak length
> \override Textspanner #'minimum-length = #10
>
> Regards,
> Neil
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to