Getting repeats and volta's?

• Jan 7, 2022 - 14:01

Is it possible to get information about voltas using plugins? I tried printing out segment types, annotations and element types without any luck.

Getting end of the repeat was also pain as there is no segment type for it ... but managed to do it somehow. Im writing export plugin for Ziffers, which is a numbered notation similar to Jianpu (but meant for algorithmic composition).


Comments

I don't think spanners/lines (such as a Volta) are exposed to the plugin framework.

One possible workaround can be to unroll the score before running the plugin (not sure if a plugin could unroll it for you) and then run the rest on the unrolled score. Then you don't have to process repeats at all.

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