Chord Symbol Text

• Sep 12, 2016 - 14:45

Is it possible to access chord symbol text from a plugin? I've been through the manual provided with the plugin creator, but cant find anything.

Thanks


Comments

I found it eventually, for anybody else that may be interested they are stored in the segment.annotations array as objects of type Harmony.

In reply to by stevel05

The text as typed by the user is stored internally in the Harmony object, but it is not the main representation used by MuseScore. Instead, that text is parsed into tokens that are then rendered according to set of layout rules defined by the selected chord symbol style in Style / General (eg, Jazz, Standard, or a custom option). Unfortunately these are internal implementations details that are not exposed to the plugin framework.

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