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

Best regards,

Peter
mailto:lilyp...@ptoye.com
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