summaryrefslogtreecommitdiff
path: root/lib/rites/rite_ef/rite_ef.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rites/rite_ef/rite_ef.ml')
-rw-r--r--lib/rites/rite_ef/rite_ef.ml7
1 files changed, 7 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 }