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 <n.putt...@gmail.com <mailto:n.putt...@gmail.com>>

    On 7 March 2010 22:38, Stefan Thomas
    <kontrapunktste...@googlemail.com
    <mailto: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

--
=============================================
        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: mats.bengts...@ee.kth.se
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to