1. Open promenade demo
2. Plugins > Remove Notes
3. Click on score
Expected behavior: All three-note chords should have one note removed after step 2.
Actual behavior: The plugin affects only the first three-note chords. A click on the score (step 3) is necessary to make this change visible.
Script Debugger reports:
Uncaught exception at C:/Users/David/Documents/MuseScore/mscoreNightly/plugins/removenotes.js:71:
TypeError: Note.removeNote(): bad argument count or value
71 chord.removeNote(idx);
Discussion: Should this plugin be removed from the 0.9.6 branch or is a fix still possible before release?
Comments
fixed in r2717
Doesn't work for me using r. 2722 nightly, Windows XP.
I tried it on the promenade demo and was looking at the third measure.
Also Edit > Undo has strange (inaccurate) results It removed a note from the first of the three note chords.
revision 2722
Agreed with David, doesn't work for me either
1. Open promenade demo
2. Plugins > Remove Notes
3. Click on score
Expected behavior: All three-note chords should have one note removed after step 2.
Actual behavior: The plugin affects only the first three-note chords. A click on the score (step 3) is necessary to make this change visible.
Script Debugger reports:
Discussion: Should this plugin be removed from the 0.9.6 branch or is a fix still possible before release?
Fixed in r3018, a return was missing in the C++ code. The plugin is ok.
But your question may apply to : #5441: Calling appendPart(InstrumentName) on the active score causes MuseScore to crash.
I will comment on this bug report.
Automatically closed -- issue fixed for 2 weeks with no activity.