lilypond-user
[Top][All Lists]
Advanced

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

How to avoid dynamic clashes?


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

I'm trying to set a score where dynamic words are too close together for beautiful typesetting. I've tried using offsets to move one of them vertically, but they don't seem to work. What's the best way of setting this to produce a good-looking result?

\version "2.19.83"

\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 DynamicText.extra-offset = #'( 0 . -3)
      s16\cresc s16\dim s4\!
    }
  >>
}

 
Regards,

Peter
mailto:address@hidden
www.ptoye.com
reply via email to

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