How a to export a score to PDF **including** its excerpts ?
Hi,
In the Export dialog box, the user can choose to export the score and its excerpts combined in a single PDF.
This one:
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
In reply to writeScore indeed only can… by jeetee
Too bad. I wished I could add this as an option in the Batch_Converter plugin :-(
For the ones interested by this feature, I've added it in the last version of the Batch Converter plugin (not yet merged in the shared GitHub repository) but available on my own download page:
https://github.com/lgvr123/batch_export
In reply to For the ones interested by… by parkingb
Sorry, it is merged now
In reply to Sorry, it is merged now by Jojo-Schmitz
Great! Thanks.