diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-18 17:11:04 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-18 17:11:04 +0200 |
| commit | c4bface0c72283cef55f548feb2a4a3d9eff1e6c (patch) | |
| tree | 4d4ae140be4af171e19d0465a73e5fcfac1d459f /scripts | |
| parent | 09f30b32bd5ad0895b23a13b63c1eb5a19184b1c (diff) | |
| download | lectio-c4bface0c72283cef55f548feb2a4a3d9eff1e6c.tar.gz lectio-c4bface0c72283cef55f548feb2a4a3d9eff1e6c.zip | |
fix(ef): three saints with proper Masses had no readings at all
Francis of Paola (2 April), Thomas Aquinas (7 March) and John of God (8
March). Unlike the nine added in the previous commit these are NOT Common-
routed -- the Missal prints a proper Mass for each -- they simply had no
reading in this repository and resolved nothing.
John of God is the one worth a note: his Epistle, Ecclus 31:8-11, is also the
Common of a Confessor not a Bishop I, which makes him look Common-routed. He
is not; the Gospel differs and the Missal prints the Mass at his own date.
With these, every day of 2005-2050 resolves a reading. Nothing in that range
comes back empty any more, where before there were four such days.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/gen-sanctoral-ef.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/gen-sanctoral-ef.go b/scripts/gen-sanctoral-ef.go index 9990e37..0750235 100644 --- a/scripts/gen-sanctoral-ef.go +++ b/scripts/gen-sanctoral-ef.go @@ -376,6 +376,18 @@ var missalOverrides = []missalOverride{ `Common of a Confessor not a Bishop II (Missa Iustus) -- 13 November`}, {"didacus", "gospel", `Luke 12:32-34`, `Common of a Confessor not a Bishop II (Missa Iustus) -- 13 November`}, + {"francis-of-paola", "first", `Phil 3:7-12`, + `2 April -- a proper Mass, not a Common`}, + {"francis-of-paola", "gospel", `Luke 12:32-34`, + `2 April -- a proper Mass, not a Common`}, + {"thomas-aquinas", "first", `Wis 7:7-14`, + `7 March -- a proper Mass, not a Common`}, + {"thomas-aquinas", "gospel", `Matt 5:13-19`, + `7 March -- a proper Mass, not a Common`}, + {"john-of-god", "first", `Ecclus 31:8-11`, + `8 March -- a proper Mass, not a Common; its Epistle is shared with the Common of a Confessor not a Bishop I, which is why it is easy to mistake for one`}, + {"john-of-god", "gospel", `Matt 22:34-46`, + `8 March -- a proper Mass, not a Common; its Epistle is shared with the Common of a Confessor not a Bishop I, which is why it is easy to mistake for one`}, // RG 124, "De coloribus paramentorum", section C "De colore rubro", both // photographic scans word for word: 124(b) gives red to "Sanctorum |
