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 09:07:40 +0100

Oh, sorry, I've been stupid.
Thanks for the enligthenment!

2010/3/9 Mats Bengtsson <address@hidden>


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

    not a grob name, `Textspanner'

Notice what letters should be uppercase and which should be lowercase!

  /Mats
 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 <mailto:address@hidden>>


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


------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user
 

--
=============================================
       Mats Bengtsson
       Signal Processing
       School of Electrical Engineering
       Royal Institute of Technology (KTH)
       SE-100 44  STOCKHOLM
       Sweden
       Phone: (+46) 8 790 8463                        
      Fax:   (+46) 8 790 7260
       Email: address@hidden
       WWW: http://www.s3.kth.se/~mabe
=============================================



reply via email to

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