How to select all chord symbols from within a plugin?

• Jan 21, 2020 - 15:16

Is there a way?


Comments

In reply to by Raymond Wicquart

I mean from plugin code. I am writing a plugin and the problem I am having is this: if I iterate through the score with getSegmentHarmony I don't get to see chord symbols that do not appear above a note: if I enter a whole note and 2 chord symbols 2 beats apart, I only get to see the first one in the code. But if I select all chord symbols (by hand) and loop via selectedElementsArray = curScore.selection.elements, I see both chord symbols. That's why I would like to select the chord symbols from within the code.
Any help highly appreciated.

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