Skip to content

Commit

Permalink
Merge pull request #1591 from rpspringuel/scribus
Browse files Browse the repository at this point in the history
Vary filename for scores in scribus render frames
  • Loading branch information
rpspringuel authored Mar 12, 2024
2 parents d08c062 + 9301339 commit 6730bfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 6730bfd

Please sign in to comment.