Status: Accepted
Owner: v.villenave
Labels: Type-Enhancement Priority-Medium dynamics

New issue 999 by v.villenave: Enhancement: Dynamics could switch from one staff to another
http://code.google.com/p/lilypond/issues/detail?id=999

% New request from Chris Snyder:

% When a voices changes from one staff to another, it would be
% nice if the attached Dynamics could take this into account.

% Currently, the behavior is different depending on the direction
% of the dynamics, as demonstrated in the following example. It may
% even cause some dynamics to not be printed at all!

\version "2.13.9"

notesUpper = \relative c' {
  \dynamicUp c1\> |
  c |
  \change Staff = "lower" c\pp^"pp?" |
  c\p |
  \change Staff = "upper" \dynamicDown c1\p |
  c\<_"hairpin?" |
  c\! |
  \change Staff = "lower" c\mp |
}

\new PianoStaff <<
  \new Staff = "upper" { \notesUpper }
  \new Staff = "lower" { s1*8 }



Attachments:
        toto.png  3.5 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to