Updates:
        Status: Started
        Labels: patch-new

Comment #14 on issue 2096 by [email protected]: Patch: Implements cross-staff stem avoidance for dynamics.
http://code.google.com/p/lilypond/issues/detail?id=2096

This feature was removed with the stencil-outline patch for issue 2148, but the parameters are still in the documentation. Here is a patch to complete the removal, so no-one wastes time trying to make it work based on the discussion above
 https://codereview.appspot.com/38990044/

A good way to move Dynamics horizontally by hand is \tweak #'X-offset
  \new GrandStaff <<
  \new Staff = "PnRH" { \relative f {
      \voiceTwo g'8 -\tweak #'X-offset #-2 \p
      \change Staff = "PnLH" \voiceOne g, d a^\fff
      \change Staff = "PnRH" \oneVoice r2 } }
  \new Staff = "PnLH" { \clef "F" { s2 r2 } } >>

Attachments:
        2096.png  5.9 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to