lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2096 in lilypond: Patch: Implements cross-staf


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2096 in lilypond: Patch: Implements cross-staff stem avoidance for dynamics.
Date: Fri, 27 Dec 2013 05:28:31 +0000

Updates:
        Status: Started
        Labels: patch-new

Comment #14 on issue 2096 by address@hidden: 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

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