Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

presumably wrong autogeneration of text #8

Open
clfest opened this issue Feb 15, 2018 · 1 comment
Open

presumably wrong autogeneration of text #8

clfest opened this issue Feb 15, 2018 · 1 comment

Comments

@clfest
Copy link

clfest commented Feb 15, 2018

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);

@jamshark70
Copy link
Owner

jamshark70 commented Feb 16, 2018

Thanks. If there's a newline (return) at the end of the line, it works. If the /bars.(...) call is the last line, it fails.

It's a cursor position problem, not a text-generation problem.

I'll work on it sometime, but it's not high priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants