diff options
Diffstat (limited to 'lib/rites/rite_ef')
| -rw-r--r-- | lib/rites/rite_ef/rite_ef.ml | 7 | ||||
| -rw-r--r-- | lib/rites/rite_ef/rite_ef.mli | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/rites/rite_ef/rite_ef.ml b/lib/rites/rite_ef/rite_ef.ml index 808e017..8efcbfd 100644 --- a/lib/rites/rite_ef/rite_ef.ml +++ b/lib/rites/rite_ef/rite_ef.ml @@ -51,6 +51,13 @@ let context ~lectionary ~commons : (Vocab_ef.season, Vocab_ef.rank) Rite.t = season_runs = Vocab_ef.seasons; transfer_target = Precedence_ef.transfer_target; readings = Lectionary_ef.readings ~lectionary ~commons; + (* The one shape the EF Mass has ever had: an Epistle and a Gospel, + nothing else (RG carries no Second-reading or responsorial-psalm + structure -- that is an OF/OLM 1981 innovation, {!Rite.t + .citation_shapes}'s own doc comment has the citation). Kept as the + single-element list it always implicitly was before this field + existed, so EF's resolved output is unaffected letter for letter. *) + citation_shapes = [ [ Citation.First; Citation.Gospel ] ]; creed = Rubrics_ef.creed; gloria = Rubrics_ef.gloria; preface = Rubrics_ef.preface } diff --git a/lib/rites/rite_ef/rite_ef.mli b/lib/rites/rite_ef/rite_ef.mli index 2ed61de..304bcb6 100644 --- a/lib/rites/rite_ef/rite_ef.mli +++ b/lib/rites/rite_ef/rite_ef.mli @@ -33,6 +33,11 @@ module Rubrics_ef = Rubrics_ef slug, else (a weekday with no entry of its own) the preceding Sunday's temporal slug, in data/ef/lectionary.sexp. See {!Lectionary_ef.readings} for why the Common is consulted second rather than last. + - [citation_shapes]: the single [[First; Gospel]] shape the EF Mass has + always had -- see {!Colitur_kernel.Rite.t.citation_shapes}'s own doc + comment for why this is now rite-supplied (the OF needs a second + shape) rather than a kernel constant, and this file's own [context] + for why EF's own resolved output is unaffected letter for letter. - [creed]: {!Rubrics_ef.creed}, RG 475-476 -- whether the Creed is said. The first rubric in this phase governing a part of Mass rather than occurrence/precedence. |
