Skip to content

Commit

Permalink
Try using LaTeX's jobname variable instead of Scribus's $scribus_file…
Browse files Browse the repository at this point in the history
…name$
  • Loading branch information
rpspringuel committed Mar 12, 2024
1 parent b1a7f0e commit 9301339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/900_gregorio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
\pagestyle{empty}
\setlength{\textwidth}{$scribus_realwidth$ pt}

\begin{filecontents*}[overwrite]{$scribus_file$-score.gabc}
\begin{filecontents*}[overwrite]{\jobname-score.gabc}
</preamble> <!-- this line's indentation is purposefully off because of the way that scribus interprets the preamble section -->
<postamble>
\end{filecontents*}

\begin{document}
$scribus_greconf$
\gregorioscore{scribus_file-score}
\gregorioscore{\jobname-score.gabc}
\end{document}
</postamble>
<tab type="settings">
Expand Down

0 comments on commit 9301339

Please sign in to comment.