Re: collision with crescendo text

2009-05-04 Thread -Eluze


kontrapunktstefan wrote:
> 
> Dear community,
> in the below quoted snippet, the crescendo -text should have more space.
> 
> 
may be the code below helps to find a solution (derived from 
http://www.nabble.com/Dynamic-extender-line%3A-regression-to18514160.html#a18519588
http://www.nabble.com/Dynamic-extender-line%3A-regression-to18514160.html#a18519588
):

\paper {
  ragged-right =##f 
  }
mySforzato={
  \override  DynamicTextSpanner #'bound-details =#'(
(right . (
  (attach-dir .  ,RIGHT)
  (Y . 0)
(stencil-offset . (.05 . -0.5))
   (padding . 0)
   ) )
(left . (
  (attach-dir .  ,LEFT)
  (Y . 0)
  (stencil-offset . (-.75 . -0.5))
  (padding . 0)
  ) ) )
  \crescTextCresc
  \override DynamicTextSpanner #'(bound-details right  text) = \markup
\dynamic sf
  \override DynamicTextSpanner #'(style) = #'dotted-line
  \override DynamicTextSpanner #'(dash-period) = #'0.4
  }
{ 
  \mySforzato
  \clef "G_8"
  bes2 \< des \! c1
  }

also you might have to play around with the numbers or make sure that the
distance between the spanned notes is sufficient!
-- 
View this message in context: 
http://www.nabble.com/collision-with-crescendo-text-tp23358930p23377472.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


collision with crescendo text

2009-05-03 Thread Stefan Thomas
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
}
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user