On Sun, 2020-05-10 at 20:40 +1000, Lorna wrote: > I tried this one, thanks Richard, and it does work. the editing > display > is a bit confusing, so I will create the four parts right through > first, > save, then do this scheme to listen and fine tweek each part, save > that > separately to work on.
There is something to watch out for here! I've sent you the Scheme script just for testing purposes - if you have the Scheme script loaded into the Scheme Window and try to save the file you get a warning: you have to choose a Normal Save, that is, getting rid of the Scheme script from the Scheme Window, otherwise the script will be executed every time you open the file, which would be crazy and confusing. So for everyday use the Scheme script needs to be put into a button or a menu command. As it happens I've been looking at the command that is already in Denemo which splits out three parts from a piece with three- part chords. I've made it more general so that it can do two parts as well, so I'll make this available shortly. Then you will be able to just invoke that command to split off the parts from the chords. HTH Richard
