lilypond-user
[Top][All Lists]
Advanced

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

Re: how to get more place for a textspanner


From: Stefan Thomas
Subject: Re: how to get more place for a textspanner
Date: Tue, 9 Mar 2010 08:43:44 +0100

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 <address@hidden>
On 7 March 2010 22:38, Stefan Thomas <address@hidden> 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


reply via email to

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