From 9301339371afe86b31e6839036e4ddb9b65ab7ef Mon Sep 17 00:00:00 2001 From: "Fr. Samuel Springuel" Date: Tue, 12 Mar 2024 11:20:53 -0400 Subject: [PATCH] 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}