Why i cannt invisible curScore.selection.element

• May 8, 2023 - 13:04

import MuseScore 3.0
import QtQuick 2.9
MuseScore {
menuPath: "Plugins.debug3"
onRun: {
curScore.startCmd()
curScore.selection.selectRange(0,curScore.lastSegment.tick + 1,0,curScore.nstaves); //cmd("select-all")
curScore.selection.elements.visible = false;
curScore.endCmd()
}
}


Comments

Do you still have an unanswered question? Please log in first to post your question.