bug-lilypond
[Top][All Lists]
Advanced

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

Issue 999 in lilypond: Enhancement: Dynamics could switch from one staf


From: lilypond
Subject: Issue 999 in lilypond: Enhancement: Dynamics could switch from one staff to another
Date: Mon, 25 Jan 2010 13:54:43 +0000

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




reply via email to

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