Hint: What type of layout object is it that handles your
crescendoText? It's not a TextScript!

  /Mats


Roland Goretzki wrote:

Hi at all,

(version 2.10.15)

In the documentation under "8.1.6 Overview of text markup commands" is
written, that the property word-space determines the space between each
markup in args.

This does work properly. :-)

But trying to use it with setting the crescendoText, it doesn't work,
and I can't figure out, why, because it is also really a text markup,
ins't it?

In the small example below is shown the not working word-space in
crescendoText and its working in normal text markup.

Could somebody help, please?

Best Regards           Roland

\version "2.10.15"  on debian sarge 3.1
\layout { ragged-right = ##t }

poc = \markup { \italic \line { poco a poco cresc. } }

\relative c''{
 \override DynamicTextSpanner #'dash-period = #-1.0
 \override Staff.TextScript #'word-space = #3.3
 \setTextCresc
 \set crescendoText = \poc
 c1 \< c c c c^\poc \!
}


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to