Skip to content

presumably wrong autogeneration of text #8

@clfest

Description

@clfest

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions