From 1299815ea03c2b1e4ff19d92d32e386fec24f4e4 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Sat, 15 Aug 2026 01:40:54 +0200 Subject: ef(lectionary): the Commons, chain step 4 Fifteen class-3 saints had no readings anywhere in colitur -- the 6 March - 5 April cluster whose RANKS lectio's generator fix of 2026-08-12 restored without backfilling readings, and lectio has no Commons concept to have backfilled them from. They are exactly the fifteen `status Feast` entries in data/ef/sanctoral.sexp carrying `(citations ())`. The Missal splits them eight/seven, and NOT as the plan predicted. It expected propers for Benedict, Patrick, Thomas Aquinas and Gregory the Great; only Thomas Aquinas has one. Benedict ("Missa Os iusti, de Communi Abbatum"), Patrick ("Missa Statuit, de Communi Confessoris Pontificis I loco") and Gregory the Great ("Missa Si diligis me, de Communi unius aut plurium Summorum Pontificum") are all sent to a Common, with only Oratio, Secreta and Postcommunio printed at the date. All three reversals verified on the page images (pp. 488, 492) as well as in both OCR text layers. PROPERS (data/ef/adjustments.sexp, `Edit ... Set_citation`): thomas-aquinas 7 Mar Sap 7:7-14 / Mt 5:13-19 john-of-god 8 Mar Eccli 31:8-11 / Mt 22:34-46 forty-holy-martyrs 10 Mar Hebr 11:33-39 / Luc 6:17-23 cyril-of-jerusalem 18 Mar Eccli 39:6-14 / Mt 10:23-28 gabriel-the-archangel 24 Mar Dan 9:21-26 / Luc 1:26-38 john-damascene 27 Mar Sap 10:10-17 / Luc 6:6-11 john-of-capistrano 28 Mar Sap 10:10-14 / Luc 9:1-6 francis-of-paola 2 Apr Philipp 3:7-12 / Luc 12:32-34 COMMONS (data/ef/commons.sexp), each quoting the Missal's own instruction at the saint's date: sts-felicitas-perpetua 6 Mar non Virginum I Eccli 51:1-8,12 / Mt 13:44-52 frances-rome 9 Mar non Virginum II Prov 31:10-31 / Mt 13:44-52 gregory-the-great 12 Mar Summ. Pontificum 1 Petri 5:1-4,10-11 / Mt 16:13-19 patrick 17 Mar Conf. Pont. I Eccli 44:16-27;45:3-20 / Mt 25:14-23 benedict 21 Mar Abbatum Eccli 45:1-6 / Mt 19:27-29 isidore-of-seville 4 Apr Doctorum 2 Tim 4:1-8 / Mt 5:13-19 vincent-ferrer 5 Apr Conf. non Pont. I Eccli 31:8-11 / Luc 12:35-40 Every value read in three independent places -- both OCR text layers (two DIFFERENT printings, whose Commune Sanctorum pagination differs by 1-2, so the data keys on heading plus Mass incipit and never on the bracketed page number) and the rendered page images. That caught a genuine typographical error in one printing: it gives St Gabriel's Gospel as "Luc. 2, 26-38" (on the page image, so not an OCR artefact). Luke 1:26-38 is settled by the other printing, by the pericope text in both, and by the SAME edition citing the identical pericope correctly two pages later at the Annunciation. Step 4 EXECUTES SECOND (order 1, 4, 2, 3), not last as the plan sketched. Measured: every day on which one of the fifteen is actually the observed office already has a non-empty step-2 or step-3 answer waiting, so a step 4 placed after the ferial fallback is unreachable on every date in 1583-9999 -- and wrong where it would fire (2038-03-06 would emit Septuagesima II Saturday's Mass on a day whose office is Sts Perpetua and Felicity). Step 4 is also the only step in the chain with a direct primary-source warrant: the Missal names the Mass at each such saint's own date, while steps 2 and 3 rest only on lectio's observed behaviour. Guarded so it can never divert a day whose observed office IS its temporal office -- ferias, Sundays, the Triduum and the RG 78 Saturday Office of the BVM (which deliberately shares the ferial slug) are structurally excluded. Step NUMBERS are unchanged so every "step 3" already written down still names the same branch. The Commons are caller-supplied, like the lectionary: `Rite_ef.context` gains a REQUIRED `~commons`, not an optional one -- a silently-defaulted empty table would give a rite whose class-3 saints quietly lose their Mass, and nothing in layers 3-5 compares citations, so that loss would be invisible. `Commons.load` rejects the four defects indistinguishable downstream from "this saint has no Common": duplicate common id, duplicate assignment, empty formulary, assignment naming a common that does not exist. KNOWN LIMITS, recorded rather than papered over. There is no oracle: lectio has no readings for these feasts and missalemeum's 2026-2027 window never observes one of the fifteen. Eight of the fifteen are NEVER the observed office anywhere in the domain (10-28 March always falls to a Lenten or Passiontide feria that outranks a III-class feast), so they have no end-to-end witness and are covered by dedicated table tests instead. The Commune Sanctorum's own opening rubric permits any Epistle or Gospel of a Common in any Mass of that Common unless one is assigned, so what is emitted is the reading PRINTED WITH the named formulary, not the only lawful one; labelled alternatives (e.g. the widow's Epistle 1 Tim 5:3-10, squarely available to St Frances of Rome) are noted in the data and deliberately not encoded. The BVM Common is NOT authored: the RG 78 Saturday Office shares the ordinary ferial slug, so assigning a Common to it would hand the BVM Mass to every feria sharing that slug; routing it needs a subject-keyed lookup and a season-keyed choice among the Missal's five "Missae de sancta Maria in sabbato" -- new behaviour, not new data. It currently emits its feria's Mass, now pinned as such. Blast radius, measured (git archive HEAD binary vs HEAD, full 1583-9999 `colitur day` sweep, diffed): ZERO differing lines, 3 074 246 lines each side, byte-identical -- the CLI prints no citations, so this change is invisible to layers 2-5 by construction, and the sanctoral overlay perturbed nothing else. 357 tests green (344 before), 358 with the exhaustive sweep. Mutation-tested six ways, all reverted after confirming: relegating step 4 to last reddens exactly the four step-4 pins and nothing else; corrupting a Common's citation, dropping an assignment, dropping a proper Edit, and corrupting either an unreachable proper or an unreachable Common each redden their own pins. The load-bearing assertion is stated over the loaded layer rather than a hard-coded list: every sanctoral entry that can ever BE the observed office now has either a proper or an assigned Common -- fifteen failures before, zero after, and a future re-bootstrap adding a readingless class-3 feast fails there instead of silently emitting its feria's Mass. --- data/ef/adjustments.sexp | 144 +++++++++++++++++++++++++- data/ef/commons.sexp | 257 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 400 insertions(+), 1 deletion(-) create mode 100644 data/ef/commons.sexp (limited to 'data/ef') diff --git a/data/ef/adjustments.sexp b/data/ef/adjustments.sexp index bd6fe60..f41d0d1 100644 --- a/data/ef/adjustments.sexp +++ b/data/ef/adjustments.sexp @@ -395,4 +395,146 @@ (Edit alphonsus-liguori ((Set_colour White))) (Edit augustine ((Set_colour White))) (Edit rose-of-lima ((Set_colour White))) - (Edit mark-i ((Set_colour White)))))) + (Edit mark-i ((Set_colour White))) + + ; --- ef-lectionary Task 6: the eight class-3 saints whose Mass the + ; 1962 Missal prints IN FULL, with its own Epistle and Gospel. + ; + ; Fifteen class-3 saints reached this branch with no readings at all + ; (data/ef/sanctoral.sexp, `(citations ())` -- they are exactly the + ; fifteen `status Feast` entries in that file that have none, checked + ; not assumed). They are the 6 March - 5 April cluster whose RANKS + ; lectio's own generator fix of 2026-08-12 restored without + ; backfilling readings, and lectio has no Commons concept to have + ; backfilled them from. + ; + ; The Missal splits them cleanly in two, and the split is NOT the one + ; the plan predicted (it expected propers for Benedict, Patrick, + ; Thomas Aquinas and Gregory the Great; only Thomas Aquinas has one). + ; The seven that the Missal sends to a Common are routed through + ; data/ef/commons.sexp instead -- see that file's header for the whole + ; method, the Commune Sanctorum's own substitution rubric, and the + ; per-Common evidence. The eight below are the ones the Missal prints + ; a full Mass for at the date itself, so the readings are ASSIGNED + ; ("certa Epistola aut certum Evangelium in Missali ... assignata", + ; the Commune's own proviso) and belong on the celebration. + ; + ; They are Edits here, not corrections to data/ef/sanctoral.sexp, + ; because that file is GENERATED (tools/bootstrap_sanctoral.ml) and + ; its source is upstream in lectio -- the same reasoning the colour + ; corrections above already carry. If lectio ever gains these + ; readings, `Set_citation` is idempotent (overlay.ml's own + ; [apply_field_edit] replaces the matching part), so the Edits stay + ; harmless and stand as a regression guard. + ; + ; EVERY value below was read in three independent places before being + ; written: docs/research/scan1.txt (CMAA scan), docs/research/scan2.txt + ; (Internet Archive scan -- a DIFFERENT printing), and the rendered + ; page images of missale-romanum-1962.pdf. Both text layers interleave + ; the two-column page, so no value rests on a single reading. There is + ; NO oracle for any of this: layer 3 (lectio) has no readings for these + ; feasts at all, and layer 4 (missalemeum, 2026-2027) never observes + ; one of them in either year. + ; + ; OBSERVABILITY, measured against the real resolver over 1950-2200: + ; only three of the eight are EVER the observed office -- + ; thomas-aquinas (6 days, e.g. 2000-03-07, 2011-03-07), john-of-god + ; (5 days, e.g. 2011-03-08, 2038-03-08), francis-of-paola (2 days, + ; 2008-04-02, 2160-04-02). The other five fall on dates always held by + ; a Lenten or Passiontide feria that outranks a III-class feast, so + ; they are only ever COMMEMORATIONS, and colitur emits readings for + ; the observed office only. Their citations are correct data with no + ; live witness today; they are recorded rather than omitted so that a + ; diocesan overlay or a rank change finds them already sourced. + + ; 7 March, "S. Thomae de Aquino, Conf. et Eccl. Doct., III classis": + ; "Lectio libri Sapientiae. Sap. 7, 7-14" / "Sequentia sancti + ; Evangelii secundum Matthaeum. Mt. 5, 13-19". + ; scan1:27701-27704 + 27699-27700; scan2:30588-30589 + 30643-30646; + ; page image p. 484. (scan2's OCR renders the Gospel chapter as "6"; + ; scan1 and the page image both print 5, and the pericope is "Vos + ; estis sal terrae", Mt 5:13-19.) + (Edit thomas-aquinas + ((Set_citation First "Wis 7:7-14") (Set_citation Gospel "Matt 5:13-19"))) + + ; 8 March, "S. Ioannis a Deo Conf., III classis": + ; "Lectio libri Sapientiae. Eccli. 31, 8-11" / "Sequentia sancti + ; Evangelii secundum Matthaeum. Mt. 22, 34-46". + ; scan1:27732-27734 + 27769-27770; scan2:30698-30699 + 30733-30736; + ; page image p. 485. NOTE: the Epistle is the Common of a Confessor + ; not a Bishop's own, but the GOSPEL is not (that Common has Luke + ; 12:35-40) -- the Missal prints him a full Mass with an assigned + ; Gospel, so this is a proper, not a Common. (scan2's OCR renders the + ; Gospel's last verse as 48; scan1 and the page image print 46, and + ; the pericope ends at "neque ausus fuit quisquam ex illa die eum + ; amplius interrogare" = Mt 22:46.) + (Edit john-of-god + ((Set_citation First "Ecclus 31:8-11") (Set_citation Gospel "Matt 22:34-46"))) + + ; 10 March, "Ss. Quadraginta Martyrum, III classis": + ; "Lectio Epistolae beati Pauli Apostoli ad Hebraeos. Hebr. 11, 33-39" + ; / "Sequentia sancti Evangelii secundum Lucam. Luc. 6, 17-23". + ; scan1:27841-27842 + 27832-27834; scan2:30766-30768 + 30821-30823. + (Edit forty-holy-martyrs-of-sebaste + ((Set_citation First "Heb 11:33-39") (Set_citation Gospel "Luke 6:17-23"))) + + ; 18 March, "S. Cyrilli Ep. Hierosolymitani, Conf. et Eccl. Doct., + ; III classis": "Lectio libri Sapientiae. Eccli. 39, 6-14" / + ; "Sequentia sancti Evangelii secundum Matthaeum. Mt. 10, 23-28". + ; scan1:27948-27949 + 27953-27955; scan2:30890-30896 + 30948-30951; + ; page image p. 489. This Epistle is the Common of Doctors' own + ; labelled ALTERNATIVE ("Item altera Epistola pro Doctoribus") -- here + ; it is assigned outright at the date, which is what makes it his. + (Edit cyril-of-jerusalem + ((Set_citation First "Ecclus 39:6-14") (Set_citation Gospel "Matt 10:23-28"))) + + ; 24 March, "S. Gabrielis Archangeli, III classis": + ; "Lectio Danielis Prophetae. Dan. 9, 21-26" / "Sequentia sancti + ; Evangelii secundum Lucam. Luc. 1, 26-38". + ; scan1:28149-28150 + 28175-28176; scan2:31070-31074 + 31158-31160; + ; page images pp. 493-494. + ; + ; THE ONE GENUINE CONFLICT BETWEEN THE TWO PRINTINGS, and the reason + ; this task's cross-check discipline exists. scan1's edition prints + ; the Gospel citation as "Luc. 2, 26-38" -- confirmed on the page + ; image, so it is a TYPOGRAPHICAL ERROR IN THAT PRINTING, not an OCR + ; artefact. scan2's edition prints "Luc. 1, 26-38". Three independent + ; things settle it for Luke 1: (a) scan2's own text; (b) the pericope + ; printed under the citation in BOTH editions is "Missus est Angelus + ; Gabriel ... Ecce ancilla Domini", which is Luke 1:26-38 -- Luke + ; 2:26-38 is Simeon and Anna, a different passage entirely; (c) the + ; SAME edition that misprints it here prints the identical pericope + ; two pages later for the Annunciation (25 March, page image p. 496) + ; and cites it correctly as "Luc. 1, 26-38". + (Edit gabriel-the-archangel + ((Set_citation First "Dan 9:21-26") (Set_citation Gospel "Luke 1:26-38"))) + + ; 27 March, "S. Ioannis Damasceni, Conf. et Eccl. Doct., III classis": + ; "Lectio libri Sapientiae. Sap. 10, 10-17" / "Sequentia sancti + ; Evangelii secundum Lucam. Luc. 6, 6-11". + ; scan1:28305-28306 + 28319-28320; scan2:31326-31328 + 31344-31346; + ; page image p. 497. The 10-17 (here) versus 10-14 (John of + ; Capistrano, next entry) split is real and agreed by all three + ; sources: this pericope runs on through "Et reddidit iustis mercedem + ; laborum suorum" (Wis 10:17), his does not. + (Edit john-damascene + ((Set_citation First "Wis 10:10-17") (Set_citation Gospel "Luke 6:6-11"))) + + ; 28 March, "S. Ioannis de Capistrano Conf., III classis": + ; "Lectio libri Sapientiae. Sap. 10, 10-14" / "Sequentia sancti + ; Evangelii secundum Lucam. Luc. 9, 1-6". + ; scan1:28346-28348 + 28412-28413; scan2:31382-31387 + 31445-31447; + ; page image p. 498 (the pericope there ends at "et in vinculis non + ; dereliquit illum" = Wis 10:14). + (Edit john-of-capistrano + ((Set_citation First "Wis 10:10-14") (Set_citation Gospel "Luke 9:1-6"))) + + ; 2 April, "S. Francisci de Paula Conf., III classis": + ; "Lectio Epistolae beati Pauli Apostoli ad Philippenses. Philipp. 3, + ; 7-12" / "Sequentia sancti Evangelii secundum Lucam. Luc. 12, 32-34". + ; scan1:28585-28586 + 28587-28588; scan2:31560-31562 + 31625-31630. + ; (scan2's OCR of the Gospel citation is shredded to "Lac. U, 32-34"; + ; scan1 prints it cleanly and the pericope is "Nolite timere, + ; pusillus grex", Luke 12:32-34.) + (Edit francis-of-paola + ((Set_citation First "Phil 3:7-12") (Set_citation Gospel "Luke 12:32-34")))))) diff --git a/data/ef/commons.sexp b/data/ef/commons.sexp new file mode 100644 index 0000000..c488fa2 --- /dev/null +++ b/data/ef/commons.sexp @@ -0,0 +1,257 @@ +; data/ef/commons.sexp -- the Commons of the 1962 Missal (Epistle + Gospel +; citations only), plus the per-saint assignments that route a readingless +; class-3 feast to one. +; +; HAND-AUTHORED from the 1962 Missale Romanum. There is no bootstrap source: +; lectio has no Commons concept at all, and its own generator left these +; feasts with no readings (the 6 March - 5 April cluster whose RANKS its +; 2026-08-12 fix restored without backfilling readings). Every entry below +; names the Missal heading and the exact place it was read from. +; +; METHOD (the discipline this file's trustworthiness rests on). Every value +; was read in THREE independent places before being written here: +; 1. docs/research/scan1.txt -- OCR text layer of missale-romanum-1962.pdf +; (Church Music Association of America scan, 1088 pp). +; 2. docs/research/scan2.txt -- OCR text layer of +; "Missale Romanum 1962_text.pdf" (Internet Archive scan, 1140 pp). +; A DIFFERENT PRINTING: its Commune Sanctorum pagination runs 1-2 pages +; ahead of scan1's, so the bracketed page numbers the Proprium quotes +; ("de Communi ... I loco [24]" vs "(25)") differ between them. The +; Common's IDENTITY -- heading plus Mass incipit -- is what is stable, +; and is what this file keys on. Never the page number. +; 3. The rendered page images of missale-romanum-1962.pdf, read directly, +; for every value where the two OCR layers disagreed and for a +; spot-audit of the rest (pp. 484-485, 488-489, 492, 493-494, 496-498). +; Both text layers interleave the two-column page, so a line can carry text +; from two different columns; that is precisely why nothing here rests on a +; single reading. See the task report for the per-value evidence table. +; +; WHAT THE MISSAL ACTUALLY GUARANTEES -- read this before trusting a value +; here as "the" reading. The Commune Sanctorum opens with its own rubric +; (scan1:40799-40802, scan2:45519-45523, word for word in both): +; "In singulis Communibus, Epistolae et Evangelia quae habentur, sive in +; ipsis Missis, sive ad calcem totius Communis, sumi possunt in qualibet +; Missa de eodem Communi, dummodo tamen certa Missa, dicenda in casu +; prouti iacet, vel certa Epistola aut certum Evangelium in Missali non +; fuerit assignata." +; That is: within one Common, ANY of its Epistles and Gospels may be used in +; ANY of its Masses, unless a particular Mass/Epistle/Gospel is assigned. +; So a Common does NOT determine a unique Epistle+Gospel pair. What this +; file records is the narrower, fully verifiable fact: the Epistle and +; Gospel PRINTED WITH the named Mass formulary that the saint's own day +; sends him to. Several Commons additionally print explicitly-labelled +; alternatives ("Item aliae Epistolae et alia Evangelia..."); those are +; noted per entry and deliberately NOT encoded -- choosing among them is a +; celebrant's option, not a computation. +; +; ORACLE COVERAGE: none. Layer 3 (lectio, 2005-2050) has no readings for any +; of these feasts -- that is why this task exists. Layer 4 (missalemeum, +; 2026-2027) has no witness either: not one of the fifteen is the OBSERVED +; office in 2026 or 2027 (checked, not assumed). The only live witnesses are +; this repository's own unit tests and golden pins, on the four Commons that +; a real year ever reaches (see OBSERVABILITY below). +; +; ASSIGNMENT IS EXPLICIT PER SAINT, NOT INFERRED. Subject.t is +; Temporal|Saint|Bvm|Lord and Celebration.t carries no +; martyr/confessor/virgin/bishop/abbot classification at all; those words +; appear only inside display names. Inventing that taxonomy is a larger +; change than this plan carries, and a wrong inference here is invisible -- +; there is no oracle to catch it. A saint with no proper and no assignment +; gets no Common; that is a recorded gap, never a guess. +; +; SCRIPTURE-REFERENCE STYLE. Book abbreviations follow the forms already +; dominant in colitur's own data, one form per book, applied consistently +; here (the bootstrapped data is inconsistent upstream -- it carries both +; "Sir" and "Ecclus" for Ecclesiasticus, both "Wis" and "Wis." for Wisdom. +; Nothing parses these strings, so the inconsistency is cosmetic, but a +; hand-authored file should not add to it). "Ecclus" is used for +; Ecclesiasticus throughout, matching the Missal's own "Eccli." -- this file +; is transcribed from that book, so its abbreviations track the source that +; was actually read. +; +; OBSERVABILITY -- how much of this file a real year can ever reach. +; Measured over 1950-2200 against the real resolver (Calendar + Precedence +; over the shipped data), not estimated: +; * common-of-non-virgins-1 (sts-felicitas-perpetua) -- REACHED, e.g. +; 1962-03-06, 2000-03-06, 2038-03-06 (13 days in 1950-2200). +; * common-of-non-virgins-2 (frances-rome) -- REACHED, e.g. +; 2038-03-09, 2190-03-09 (2 days). +; * common-of-doctors (isidore-of-seville) -- REACHED, e.g. +; 1951-04-04, 2008-04-04, 2035-04-04 (8 days). +; * common-of-a-confessor-not-a-bishop-1 (vincent-ferrer) -- REACHED, e.g. +; 1951-04-05, 2005-04-05, 2035-04-05 (21 days). +; * common-of-supreme-pontiffs (gregory-the-great) -- NEVER reached. +; * common-of-a-confessor-bishop-1 (patrick) -- NEVER reached. +; * common-of-abbots (benedict) -- NEVER reached. +; The last three saints' dates (12, 17, 21 March) always fall in Lent or +; Passiontide, where the feria outranks a III-class feast, so they are only +; ever COMMEMORATIONS -- and colitur emits readings for the observed office +; only. Their assignments are correct data with no live witness today; a +; diocesan overlay raising one of them, or any rank change, makes them live +; immediately. They are kept rather than dropped precisely so that day +; arrives with the reading already sourced. + +((commons + ; --- Commune unius aut plurium Summorum Pontificum, Missa "Si diligis me" + ; scan1 [1]-[3], lines 40814-40886; scan2 (1)-(3), lines 45539-45656. + ; This Common has ONE Mass formulary only (it serves both the singular and + ; the plural, varying the orations, not the readings). + ; Epistle heading: "Lectio Epistolae beati Petri Apostoli. 1 Petri 5, + ; 1-4 et 10-11" (scan1:40872-40873, scan2:45578-45579). + ; Gospel heading: "Sequentia sancti Evangelii secundum Matthaeum. + ; Mt. 16, 13-19" (scan1:40877-40878, scan2:45653-45654) -- scan1's OCR + ; of this citation is shredded ("Mi. x6> 13*19"); scan2 prints it + ; cleanly, and the pericope printed under it in both is unmistakably + ; Mt 16:13-19 ("Venit Iesus in partes Caesareae Philippi ... tibi dabo + ; claves regni caelorum"). + ((common-of-supreme-pontiffs + (((part First) (reference "1 Pet 5:1-4, 10-11")) + ((part Gospel) (reference "Matt 16:13-19")))) + + ; --- Commune Confessoris Pontificis, I loco, Missa "Statuit" + ; scan1 [19]-[20], lines 41717-41773; scan2 (20)-(21), lines 46590-46642. + ; Epistle: "Lectio libri Sapientiae. Eccli. 44, 16-27; 45, 3-20" + ; (scan1:41744-41745, scan2:46621-46622). + ; Gospel: "Sequentia sancti Evangelii secundum Matthaeum. Mt. 25, 14-23" + ; (scan1:41757-41758, scan2:46632-46633). + ; The Missal prints a SECOND Mass for a Confessor Bishop ("Sacerdotes + ; tui", II loco: Hebr 7:23-27 / Mt 24:42-47) and then four further named + ; alternatives ("Item aliae Epistolae et alia Evangelia pro Confessore + ; Pontifice", scan1:41865-41877). Neither is encoded: 17 March sends + ; St Patrick to the FIRST Mass by name, which is the assigned case the + ; opening rubric's own proviso covers. + (common-of-a-confessor-bishop-1 + (((part First) (reference "Ecclus 44:16-27; 45:3-20")) + ((part Gospel) (reference "Matt 25:14-23")))) + + ; --- Commune Doctorum, Missa "In medio" + ; scan1 [22]-[23], lines 41878-41979; scan2 (23)-(24), lines 46789-46879. + ; Epistle: "Lectio Epistolae beati Pauli Apostoli ad Timotheum. + ; 2 Tim. 4, 1-8" (scan1:41902-41903, scan2:46809-46810). + ; Gospel: "Sequentia sancti Evangelii secundum Matthaeum. Mt. 5, 13-19" + ; (scan1:41917-41918, scan2:46845-46847). + ; One labelled alternative Epistle follows ("Item altera Epistola pro + ; Doctoribus": Eccli 39, 6-14, scan1:41950-41952) -- not encoded. Note + ; that this same Eccli 39:6-14 is the Epistle ASSIGNED outright to + ; St Cyril of Jerusalem's own proper Mass on 18 March, which is why it + ; appears in adjustments.sexp as his proper rather than here. + (common-of-doctors + (((part First) (reference "2 Tim 4:1-8")) + ((part Gospel) (reference "Matt 5:13-19")))) + + ; --- Commune Confessoris non Pontificis, I loco, Missa "Os iusti" + ; scan1 [24]-[25], lines 41980-42034; scan2 (25)-(26), lines 46900-46955. + ; Epistle: "Lectio libri Sapientiae. Eccli. 31, 8-11" + ; (scan1:42007-42008, scan2:46927-46928). + ; Gospel: "Sequentia sancti Evangelii secundum Lucam. Luc. 12, 35-40" + ; (scan1:42017-42018, scan2:46953-46956). + ; A second Mass (II loco, 1 Cor 4:9-14 / Luc 12:32-34) and a labelled + ; alternative Epistle/Gospel pair follow -- not encoded; 5 April sends + ; St Vincent Ferrer to the FIRST Mass by name. + ; NOTE the near-miss: St John of God (8 March) shares this Common's + ; Epistle (Eccli 31:8-11) but the Missal prints him a DIFFERENT, + ; assigned Gospel (Mt 22:34-46), so he is a proper, not this Common. + (common-of-a-confessor-not-a-bishop-1 + (((part First) (reference "Ecclus 31:8-11")) + ((part Gospel) (reference "Luke 12:35-40")))) + + ; --- Commune Abbatum, Missa "Os iusti" + ; scan1 [27]-[28], lines 42134-42202; scan2 (28)-(29), lines 47057-47114. + ; Epistle: "Lectio libri Sapientiae. Eccli. 45, 1-6" + ; (scan1:42163-42164, scan2:47089-47093). + ; Gospel: "Sequentia sancti Evangelii secundum Matthaeum. Mt. 19, 27-29" + ; (scan1:42172-42173, scan2:47100-47102). + ; Corroborated independently by the Oratio: this Common's own + ; "Intercessio nos, quaesumus, Domine, beati N. Abbatis commendet" + ; (scan1:42154) is verbatim the Oratio printed for St Benedict on + ; 21 March with "N." resolved to "Benedicti" (scan1:28093, page image + ; p. 492) -- the same Mass, seen from both ends. + (common-of-abbots + (((part First) (reference "Ecclus 45:1-6")) + ((part Gospel) (reference "Matt 19:27-29")))) + + ; --- Commune non Virginum, I loco ("Pro Martyre non Virgine"), + ; Missa "Me exspectaverunt" + ; scan1 [35]-[36], lines 42560-42657; scan2 (37)-(38), lines 47583-47676. + ; Epistle: "Lectio libri Sapientiae. Eccli. 51, 1-8 et 12" + ; (scan1:42589-42590, scan2:47591-47592). + ; Gospel: "Sequentia sancti Evangelii secundum Matthaeum. Mt. 13, 44-52" + ; (scan1:42606-42607, scan2:47663-47665). + ; This Common covers the PLURAL case with the same Mass and different + ; orations, in its own rubric: "Pro pluribus Martyribus, quae non sint + ; Virgines, dicatur Missa ut supra, cum orationibus ut infra" + ; (scan1:42619-42621) -- and the orations it then prints ("Da nobis, + ; quaesumus, Domine Deus noster, sanctarum Martyrum tuarum N. et N. + ; palmas...", scan1:42624) are verbatim the ones printed for Sts + ; Perpetua and Felicity on 6 March with N. et N. resolved + ; (scan1:27637-27642). That is what makes their "cum orationibus ut + ; infra" reference unambiguous: same Mass, hence these readings. + (common-of-non-virgins-1 + (((part First) (reference "Ecclus 51:1-8, 12")) + ((part Gospel) (reference "Matt 13:44-52")))) + + ; --- Commune non Virginum, II loco ("Pro nec Virgine nec Martyre"), + ; Missa "Cognovi" + ; scan1 [37]-[38], lines 42657-42770; scan2 (39)-(40), lines 47677-47790. + ; Epistle: "Lectio libri Sapientiae. Prov. 31, 10-31" -- the heading + ; says Sapientiae, the citation printed under it is Proverbs, in both + ; scans (scan1:42679-42680, scan2:47678-47680); Prov 31:10-31 is what + ; the pericope text actually is ("Mulierem fortem quis inveniet?"). + ; Gospel: "Sequentia sancti Evangelii secundum Matthaeum. Mt. 13, 44-52" + ; (scan1:42718-42720, scan2:47772-47774) -- the same Gospel as I loco. + ; A labelled alternative Epistle follows, "Item altera Epistola pro + ; Vidua: 1 Tim. 5, 3-10" (scan1:42736-42740, scan2:47792-47795). St + ; Frances of Rome IS a widow ("S. Franciscae Romanae Vid."), so that + ; alternative is squarely available to her -- which is exactly why it is + ; NOT encoded: the Missal offers it as an option beside the printed + ; Epistle, and choosing between two lawful options is a celebrant's act, + ; not a computation. What is emitted is the Epistle printed with the + ; Mass her own day names. + (common-of-non-virgins-2 + (((part First) (reference "Prov 31:10-31")) + ((part Gospel) (reference "Matt 13:44-52")))))) + + ; Each assignment below is the Missal's own instruction at that saint's own + ; date, quoted in the comment -- not a classification colitur derived. + (assigned + ; 21 March: "S. Benedicti Abbatis / III classis / Missa Os iusti, de + ; Communi Abbatum [27]." No Epistle or Gospel is printed at the date; + ; only Oratio, Secreta, Postcommunio. scan1:28080-28085, + ; scan2:31054-31060, page image p. 492. (The plan expected a proper here; + ; the Missal says otherwise, three times.) + ((benedict common-of-abbots) + + ; 9 March: "S. Franciscae Romanae Vid. / III classis / Missa Cognovi, de + ; Communi non Virginum II loco [37], praeter orationem sequentem." + ; scan1:27781-27787, scan2:30754-30762. + (frances-rome common-of-non-virgins-2) + + ; 12 March: "S. Gregorii I, Papae, Conf. et Eccl. Doct. / III classis / + ; Missa Si diligis me, de Communi unius aut plurium Summorum Pontificum + ; [1], cum orationibus ut infra." scan1:27893-27901, scan2:30832-30840, + ; page image p. 488. (The plan expected a proper here; the Missal prints + ; only the three orations.) + (gregory-the-great common-of-supreme-pontiffs) + + ; 4 April: "S. Isidori Ep., Conf. et Eccl. Doct. / III classis / Missa + ; In medio, de Communi Doctorum [22]." scan1:28650-28660, + ; scan2:31637-31646. + (isidore-of-seville common-of-doctors) + + ; 17 March: "S. Patricii Ep. et Conf. / III classis / Missa Statuit, de + ; Communi Confessoris Pontificis I loco [19], praeter orationem + ; sequentem." scan1:27881-27888, scan2:30874-30883, page image p. 488. + ; (The plan expected a proper here; the Missal says otherwise.) + (patrick common-of-a-confessor-bishop-1) + + ; 6 March: "Ss. Perpetuae et Felicitatis Martyrum / III classis / Missa + ; Me exspectaverunt, de Communi non Virginum I loco [35], cum + ; orationibus ut infra." scan1:27629-27635, scan2:30567-30576. The + ; orations that follow are the Common's own plural set -- see + ; common-of-non-virgins-1 above. + (sts-felicitas-perpetua common-of-non-virgins-1) + + ; 5 April: "S. Vincentii Ferrerii Conf. / III classis / Missa Os iusti, + ; de Communi Confessoris non Pontificis I loco [24], praeter orationem + ; sequentem." scan1:28627-28632, scan2:31682-31689. + (vincent-ferrer common-of-a-confessor-not-a-bishop-1)))) -- cgit v1.3