Skip to content

Commit

Permalink
Merge branch 'ctan' into tmp-gre
Browse files Browse the repository at this point in the history
  • Loading branch information
rpspringuel committed Mar 19, 2024
2 parents 2f8baaa + 6730bfd commit ff89e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ As of v3.0.0 this project adheres to [Semantic Versioning](http://semver.org/).

## [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.
- When kpsewhich cannot write to a particular location, it generates an error which is directed to stderr but not to our glog file. This created an undocumented error when trying to write to a gtex file to a bad location. We now capture stderr output produced when compiling scores and redirect it to our glog file so that the error is properly recorded. Fixes [#1541](https://github.com/gregorio-project/gregorio/issues/1541).

### Changed
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 ff89e9f

Please sign in to comment.