lilypond-user
[Top][All Lists]
Advanced

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

collision with crescendo text


From: Stefan Thomas
Subject: collision with crescendo text
Date: Sun, 3 May 2009 21:36:27 +0200

Dear community,
in the below quoted snippet, the crescendo -text should have more space.
How can I do it?
I made a trial, but without success.
Here the short example:

\version "2.13.0"
dynalong= {
  \override DynamicTextSpanner #'extra-spacing-width = #'(0 . 0)
\override DynamicTextSpanner #'extra-spacing-height = #'(-inf.0 . +inf.0)
} %unfortunately this doesn't work
\relative c'' { \dynalong
  \crescTextCresc
  \once \override DynamicTextSpanner #'dash-period = #-1.0
  bes2 \< des \sf c1
}



reply via email to

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