Re: manual alternative endings

2021-02-04 Thread Paul Scott
On 2/4/21 2:59 AM, Aaron Hill wrote: On 2021-02-04 1:13 am, Paul Scott wrote: The code below gives me what I want but gives me a warning. warning: already have a volta spanner, ending that one prematurely I'm thinking I need to add (volta #f) to the 2nd repeatCommands string but If so my sch

Re: manual alternative endings

2021-02-04 Thread Aaron Hill
On 2021-02-04 1:13 am, Paul Scott wrote: The code below gives me what I want but gives me a warning. warning: already have a volta spanner, ending that one prematurely I'm thinking I need to add (volta #f) to the 2nd repeatCommands string but If so my scheme is weak enough that I don't know how

manual alternative endings

2021-02-04 Thread Paul Scott
The code below gives me what I want but gives me a warning. warning: already have a volta spanner, ending that one prematurely I'm thinking I need to add (volta #f) to the 2nd repeatCommands string but If so my scheme is weak enough that I don't know how to add it. TIA for any help with this,