-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEW BEHAVIOR: The behavior of `\includescore` has changed. It now has an optional argument. When called without the optional argument i.e. `\includescore{antiphon}`: -- Gregoriotex will now check for the existence of antiphon-APIVERSION.gtex. If that file does not exist it will be compiled from antiphon.gabc. -- If antiphon-APIVERSION.gtex exists, the APIVERSION will be checked against the current gregoriotexapiversion. If there is a mismatch, antiphon.gabc will be recompiled. -- antiphon-APIVERSION.gtex will be checked against the modification time of antiphon.gabc. The gabc will be recompiled if newer than the gtex. -- APIVERSION is a number automatically added by gregoriotex. When called *with* the optional argument i.e. `\includescore[f]{antiphon.gtex}`: -- The file will be immediately passed to TeX. No checks will be made until the one in `\gregoriotexapiversion`. -- The value of the optional argument can be anything. `[f]` is recommended, signifying `Forced`.
- Loading branch information
Showing
2 changed files
with
44 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters