From eefd4506749948f93792cc016c1c7bf0f710d9e9 Mon Sep 17 00:00:00 2001 From: "Fr. Samuel Springuel" Date: Fri, 8 Mar 2024 15:22:25 -0500 Subject: [PATCH 1/3] Vary filename for scores in scribus render frames --- contrib/900_gregorio.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/900_gregorio.xml b/contrib/900_gregorio.xml index a5876053..9534de74 100644 --- a/contrib/900_gregorio.xml +++ b/contrib/900_gregorio.xml @@ -45,7 +45,7 @@ \pagestyle{empty} \setlength{\textwidth}{$scribus_realwidth$ pt} - \begin{filecontents*}[overwrite]{scribus_file-score.gabc} + \begin{filecontents*}[overwrite]{$scribus_file$-score.gabc} \end{filecontents*} From b1a7f0e8e1834708e97f855c3cff8275035a946e Mon Sep 17 00:00:00 2001 From: "Fr. Samuel Springuel" Date: Fri, 8 Mar 2024 15:27:33 -0500 Subject: [PATCH 2/3] CHANGELOG entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aebd508d..f5b5c292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. As of v3.0.0 this project adheres to [Semantic Versioning](http://semver.org/). It follows [some conventions](http://keepachangelog.com/). ## [Unreleased][CTAN] - +### Fixed +- Multiple Scribus render frames were all using the same file name, which would result in the same score appearing in all render frames. This change makes the score files use an available Scribus variable to force multiple file names. ## [6.0.0] - 2021-03-13 ### Fixed From 9301339371afe86b31e6839036e4ddb9b65ab7ef Mon Sep 17 00:00:00 2001 From: "Fr. Samuel Springuel" Date: Tue, 12 Mar 2024 11:20:53 -0400 Subject: [PATCH 3/3] Try using LaTeX's jobname variable instead of Scribus's $scribus_filename$ --- contrib/900_gregorio.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/900_gregorio.xml b/contrib/900_gregorio.xml index 9534de74..7591fd10 100644 --- a/contrib/900_gregorio.xml +++ b/contrib/900_gregorio.xml @@ -45,14 +45,14 @@ \pagestyle{empty} \setlength{\textwidth}{$scribus_realwidth$ pt} - \begin{filecontents*}[overwrite]{$scribus_file$-score.gabc} + \begin{filecontents*}[overwrite]{\jobname-score.gabc} \end{filecontents*} \begin{document} $scribus_greconf$ - \gregorioscore{scribus_file-score} + \gregorioscore{\jobname-score.gabc} \end{document}