How a to export a score to PDF **including** its excerpts ?

• Sep 1, 2022 - 09:32

Hi,
In the Export dialog box, the user can choose to export the score and its excerpts combined in a single PDF.
This one:
export combined.png

Is this achievable at the PluginAPI too ?

The writeScore method only exports one score/excerpt at the time.

Thanks.


Comments

writeScore indeed only can write a single score object, which is either the master score or an excerpt.
Combining those scores into a single export file is not a built-in function of the Plugin API

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