bug - changing score properties via plugin doesn't mark score "dirty"

• Dec 30, 2021 - 22:22

Changing score properties should mark score dirty.

If You change it by plugin, it is not marked dirty.

onRun: {
      curScore.setMetaTag("arranger", "myself")
      Qt.quit()
      }
}

Comments

Try wrapping it in startCmd() endCmd() calls to trigger the undo stack (not entirely sure whether this'll work for metadata changes)

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