bwl21 / zupfnoter

Web based editor for Tableharp notations based on abc notation
18 stars 6 forks source link

Support refactoring of Unisons #272

Open bwl21 opened 5 years ago

bwl21 commented 5 years ago

Request

we often have the problem that voices of a piece are combined as unsons. Separation int particular voices means

  1. 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:

\[([\^\_=]?[a-zA-Z][',]?)\s*([\^\_=]?[a-zA-Z][',]?\s*)*([\^\_=]?[a-zA-Z][',]?)+\]

yields either the first or the last note.

bwl21 commented 5 years ago

there are more edit actions, so I reopen it