lilypond-user
[Top][All Lists]
Advanced

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

word-space at crescendoText?


From: Roland Goretzki
Subject: word-space at crescendoText?
Date: Sun, 4 Feb 2007 22:33:30 +0100
User-agent: Mutt/1.5.9i

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 \!
}




reply via email to

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