zupfnoter
zupfnoter copied to clipboard
Support refactoring of Unisons
Request
we often have the problem that voices of a piece are combined as unsons. Separation int particular voices means
- Duplicate the voice 2 convert the unisons in either the first or the last note
Solution approach
Add a menu to editor pane which does this for a given selection:
- [x] Replace by first note
- [x] Replace by last note
- [x] Swap first / last note
- [x] Replace by second note
- [x] Replace by last second note
- [ ]
\[([\^\_=]?[a-zA-Z][',]?)\s*([\^\_=]?[a-zA-Z][',]?\s*)*([\^\_=]?[a-zA-Z][',]?)+\]
yields either the first or the last note.
there are more edit actions, so I reopen it