Can change an individual not to voice 2, but not back to voice 1

• Feb 8, 2015 - 13:57
Type
Functional
Severity
S5 - Suggestion
Status
closed
Project

Environment: Mac OS X Lion 10.7.5 (11G63)
GIT commit: a925ae0

I have the following score for piano:
2015-02-08_1440.png
I can change a note in an existing score from the default voice 1 (blue) to voice 2 (green) by selecting the note:
2015-02-08_1442.png
Then click voice 2 in the command bar
The note is marked green:
2015-02-08_1443.png

I am not able to change the note back to voice 1 by doing the same sequence.

If I change to voice 3, I am able to change back to voice 2, but not to voice 1.

Attachment Size
2015-02-08_1440.png 11.92 KB
2015-02-08_1442.png 5.33 KB
2015-02-08_1443.png 5.54 KB

Comments

FYI, the feature of being able to move notes between voices is extremely limited and is likely to remain so. It is just an impossible problem to solve in the general case - depending on the contents of the other voices, there may or may not be a way of doing the move anyhow without making decisions about how to rewrite the rest of the measure.

For now, it really only works for voice 1 if the note you are moving belongs to a chord of multiple notes (so some note remains behind) and/or if the destination voice is empty. Someday it might be extended to be a little less limiting, but again, solving the general case is not really possible.

Hi Marc,
After reading your desription it is clear to me that solving the general case is probably nearly impossible, especially when considering the amount of work involved.
Thanks for clarifying the issue,
Rob.

Yes, actually it was already fixed before 2.0 was released - thanks for updating the issue. There will be cases where it does not work - if the destination voice does not have room for the note, also a few other conditions can prevent it from working (ties, tuplets). But the case at hand now works.