lilypond-user
[Top][All Lists]
Advanced

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

Re: How to avoid dynamic clashes?


From: Peter Toye
Subject: Re: How to avoid dynamic clashes?
Date: Fri, 20 Dec 2019 18:19:59 +0000

Thanks Phil. I was looking in the 'spacing issues' section. Just what I need for this particular score.

Best regards,

Peter
mailto:address@hidden
www.ptoye.com

-------------------------
Friday, December 20, 2019, 4:26:46 PM, Phil Holmes wrote:


If you read about dynamics in the NR, it says: "Vertical positioning of dynamics is handled by Section “DynamicLineSpanner” in InternalsReference."   Looking in the IR we see reference to Y-offset.  So this does as you wish, I think:
 
\score {
   <<
     \new Staff   {
       \clef "bass"
       c16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16
     }
     \new Dynamics {
       \once \override DynamicTextSpanner.style = #'none
       \once \override DynamicLineSpanner.Y-offset = #2
       s16\cresc s16\dim s4\!
     }
   >>
 }

--
Phil Holmes
 

reply via email to

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