Updates:
        Status: Invalid
        Owner: [email protected]

Comment #3 on issue 1681 by [email protected]: \change Staff cannot be the first element inside a musical expression
https://code.google.com/p/lilypond/issues/detail?id=1681

This is not a bug at all. \change changes the current context to a different parent, not the current Bottom context. At the point where \change is written in the above example, you could write \change PianoStaff = "PianoII" perfectly well in order to move the current _Staff_. To do that even when a Voice has already begun, you can write

\context Staff \change PianoStaff = "PianoII"

and it would work fine. This is not even at @knownissue level since the behavior is not the result of some technical quirk but an inherent part of the design. It might still be worth pointing out more explicitly.

--
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