gregorio-project / gregorio

The Gregorio Project
http://gregorio-project.github.io
Other
162 stars 43 forks source link

[6.0.0] Gregorio renders multiple frames in Scribus with the same gabc score #1588

Closed domoknight closed 6 months ago

domoknight commented 7 months ago

When using multiple gregorio frames in the same Scribus document, the same gabc score gets processed for several of the frames (instead of the intended gabc scores).

In the image below, only the highlighted frame is supposed to show the "Hagios Ischyrós" (pardon the spelling error in the doc) image

Sure enough, that's the gabc we're looking for: image

But the other frames should not be showing that chant. Here is the bottom left frame: image

The PDF files are getting different names, but it seems like when multiple instances of LuaHBTeX are running at once, the same gabc score gets used multiple times. I only see one file in the Temp directory with the name "scribus_file-score.gabc", and it once again is the Hagios Ischyrós: image

Is there a way to make the generated gabc file have a dynamic name?

eschwab commented 6 months ago

Fixed by #1591