-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I am running 3.9.0 compiled from git on Ubuntu Studio
When I enter:
\loadAllCl.eval
TempoClock.tempo = 124/60;
/make(pbsVC:pbs/melBP:bs(octave:3));
// and then enter this by selecting it and then pressing shift-enter 'evalute selection or line'
/bars.(\bs, 2, \a);
// I get this (in my original document):
/bars.(\bs, 2, \a);
/bs.a0 = "";
/bs.a1 = "";
// but when I enter it by not selecting it but having the cursor all the way left on the line and pressing
// shift-enter see above), I get this. This looks like a bug
/
/bs.a0 = "";
/bs.a1 = "";
bars.(\bs, 2, \a);
Metadata
Metadata
Assignees
Labels
No labels