diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rites/rite_ef/temporal_ef.ml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/rites/rite_ef/temporal_ef.ml b/lib/rites/rite_ef/temporal_ef.ml index fa78cbe..c16732b 100644 --- a/lib/rites/rite_ef/temporal_ef.ml +++ b/lib/rites/rite_ef/temporal_ef.ml @@ -1054,6 +1054,29 @@ let temporal d = Thursday's is white ALONE -- confirming this specific day, and only this one, needs the exception coded. *) else if days_between easter d = -3 then Colour.White + (* RG 128(b)'s THIRD named exception, the same primary + sentence quoted above: "...Actione liturgica feria VI + in Passione et Morte Domini usque ad Communionem + exclusive; ..." -- violet does NOT run through the Good + Friday liturgical action, and RG 132 assigns black + there. Recorded in register §3b as an acknowledged gap + since Task 16 (the comment above says so in as many + words) and closed here on two independent 1962-scoped + witnesses, neither in the Divinum Officium lineage: + O'Connell, *The Celebration of Mass* 4th ed. (1964), + revised to the Codex Rubricarum (1960) and the 1962 + Missal, §5 -- "Black, symbolising mourning, is used on + Good Friday (violet for the Communion rite)" -- and a + published 1962 Ordo (register §6.21, §6.22). + Like Palm Sunday's palms this rubric is per-ACTION + ("usque ad Communionem exclusive") and the day/colour + model emits ONE colour; black is the day's principal + one -- the same judgement missalemeum's own colour SET + makes by ordering Good Friday "bv", black first. The + residual per-action nuance (violet from Communion) is + the SAME already-acknowledged modelling gap RG 126's + palms carry, not a new one. *) + else if days_between easter d = -2 then Colour.Black else season_colour s in (* [triduum_names]'s own citation above: identity only, |
