From 8faf89f89bd6783a518b6fc0b48c6ee452ba2e94 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Sun, 23 Aug 2026 23:01:42 +0200 Subject: feat(ordo): wire the LMS preface column into the witness suite Extends tools/extract_lms_ordo.ml's row type with a praef field (the first "Pr of ..." / "Common Pr" match in each day's universal block, same first-in-reading-order discipline already used for Gl/Cr) and regenerates all three LMS fixtures. Also brings lms-ordo-2024-2025.sexp under the generalised, probe-verified provenance template the Witnesses task previously added only for the two newer editions -- it had kept Task 6's original hand-written header. Characterisation finding: this Ordo prints OPTION LISTS ("Pr of X or Pr of Y or Common Pr"), not a single value per day, and several named options (Martyrs, All Saints and Patron Saints, the Dedication of a Church, the Most Holy Sacrament, St John the Baptist, the Angels) are genuinely absent from RG 484-497's own fourteen named prefaces. Every instance found in the universal block pairs such an extra with a genuine RG-482 answer, so test/test_lms_ordo.ml compares by membership (classify_praef_options, a 15-entry prefix table split on the standalone token "or"), not string equality. Opposite-prediction probes (Nativity/Apostles/Requiem) are hard- verified inside the extractor itself before any fixture is trusted, the same discipline already used for the Creed column. Result: 396/396, 399/399, 398/398 comparable rows agree across the three editions (Good Friday excluded per edition, no Mass that day), zero allow-list entries needed. extraordinaryform.org's own three editions were characterised but deliberately not wired in this pass -- see .superpowers/sdd/2026-08-21-colitur-celebrant-rubrics-phase1/preface-witnesses-report.md for the full account (the field is genuinely per-day, contrary to a naive header-count read, but carries its own classification anomaly during Advent and reconfirms the corpus's known St Lawrence vigil defect, and building a full extractor for it is a separate, comparably large task not needed to decide the RG 497 question this same report settles). Claude-Session: https://claude.ai/code/session_017ZBxCCRM2ojnBupp3SBxV9 --- test/fixtures/lms-ordo-2025-2026.sexp | 827 +++++++++++++++++++++------------- 1 file changed, 511 insertions(+), 316 deletions(-) (limited to 'test/fixtures/lms-ordo-2025-2026.sexp') diff --git a/test/fixtures/lms-ordo-2025-2026.sexp b/test/fixtures/lms-ordo-2025-2026.sexp index 7f8947e..13b1d11 100644 --- a/test/fixtures/lms-ordo-2025-2026.sexp +++ b/test/fixtures/lms-ordo-2025-2026.sexp @@ -1,4 +1,4 @@ -; test/fixtures/lms-ordo-2025-2026.sexp -- Witnesses task (2026-08-22-colitur-celebrant-rubrics-phase1), +; /tmp/lms-ordo-2025-2026.sexp -- Witnesses task (2026-08-22-colitur-celebrant-rubrics-phase1), ; extending Task 6's single LMS fixture (2024-2025) to three editions of ; the Latin Mass Society's own printed Ordo for England & Wales -- a ; lineage independent of Divinum Officium/missalemeum/lectio (layers 3-4) @@ -19,11 +19,11 @@ ; (CLAUDE.md: "docs/ is gitignored"), so this header, not git, is this ; fixture's only record of where it came from. ; SHA-256 of docs/research/ordo/lms-ordo-2025-2026.pdf: 3d71ad56af3fc8d9c1b37515bf9d946025961f8ef415c3b92520b9de7661f8a3 -; Extracted (UTC): 2026-08-22 +; Extracted (UTC): 2026-08-23 ; Exact commands: ; pdftotext -layout docs/research/ordo/lms-ordo-2025-2026.pdf /tmp/lms.txt ; dune exec tools/extract_lms_ordo.exe -- /tmp/lms.txt \ -; docs/research/ordo/lms-ordo-2025-2026.pdf test/fixtures/lms-ordo-2025-2026.sexp +; docs/research/ordo/lms-ordo-2025-2026.pdf /tmp/lms-ordo-2025-2026.sexp ; ; COVERAGE: 399 day-rows, 2025-11-28 through 2026-12-31 (starting 28 November 2025 ("End of November 2025", the same shape as the 2024-2025 edition -- Advent Sunday 2025 fell on 30 November, so only 3 tail days remained; note this excludes 27 November 2025, which the PRECEDING edition's own window (2024-2025, through 2025-12-31) already covers -- a one-day-short overlap between consecutive editions' own windows, not a gap or a bug in either extraction, ; through the day before a malformed trailing entry the extractor @@ -93,1419 +93,1614 @@ ; and the "When may I say...?"/Appendix tail are never scanned at ; all (the extractor's own start/stop markers bound it to the Ordo ; proper). +; +; 5. THE "Pr of" (PREFACE) COLUMN (Preface-witnesses task, 2026-08-23) -- +; [row.praef], the RAW text from the FIRST "Pr of ..." / "Common Pr" +; match in the universal block's own reading order (the same +; FIRST-in-reading-order discipline finding 1 above already +; establishes for Gl/Cr). CAPTURED, NOT CLASSIFIED by this tool -- +; classification into {!Colitur_kernel.Preface.t} and the comparison +; against {!Rite_ef.Rubrics_ef.preface} both happen test-side +; (test/test_lms_ordo.ml's own [classify_praef]). +; +; CHARACTERISATION FINDING, non-negotiable per the same discipline as +; finding 2: this Ordo prints OPTION LISTS ("Pr of X or Pr of Y or +; Common Pr"), not always a single value -- and several of the named +; options ("Martyrs", "All Saints and Patron Saints" [diocesan-only, +; every occurrence checked falls strictly after this block's own +; colon boundary], "the Dedication of a Church", "the Most Holy +; Sacrament" [Corpus Christi's own universal entry], "St John the +; Baptist", "the Angels") are genuinely NOT among the fourteen the +; 1962 Missale Romanum's own RG 484-497 enumerate (docs/research/LT.txt, +; lines 3936-4020, checked directly: no "de Martyribus"/"de Angelis"/ +; "de Dedicatione"/"de Ss.mo Sacramento"/"de S. Ioanne Baptista" clause +; exists anywhere in 482-499). Every one of these extras, in every +; instance found in this edition's UNIVERSAL block, is printed +; ALONGSIDE a genuine RG 482 answer (most often "or Common Pr"; on 24 +; March-shaped days, "or Pr of Lent", the live RG 486(b) de-Tempore +; answer) -- never as the row's OWN AND ONLY option. This is why the +; test-side comparison checks colitur's single computed answer is a +; MEMBER of this row's own parsed option set (dropping any unmapped +; extra name from that set first), not string equality against +; whichever option happens to print first -- the same "capture, don't +; force a match invented at extraction time" discipline +; tools/extract_fiuv_ordo.ml's own [row.praef] doc comment already +; states for a different publisher's format. +; +; OPPOSITE-PREDICTION PROBES against Rite_ef.Rubrics_ef.preface (RG +; 482-499), the SAME discipline as finding 2, applied to this new +; column -- RE-CHECKED BY THIS TOOL RUN before this header was +; written; a failed probe is a hard [die]: +; 2025-12-25 (the Nativity of Our Lord, I class, RG 484(a)) -> "Pr of the Nativity" +; 2026-06-29 (SS Peter & Paul, I class, RG 497) -> "Pr of the Apostles" +; 2026-11-02 (All Souls' Day, I class, RG 499) -> "Pr of the Dead" +; All 3 predictions confirmed -- this column, too, is discriminating, +; not a constant, across three different RG-cited outcomes (Nativity/ +; Apostles/Requiem). +; +; COVERAGE: 1 of 399 rows have no "Pr of"/"Common Pr" text found at +; all -- checked directly against this window's own Good Friday +; (Easter-2): its block carries NO Gl/Cr/Pr line whatsoever in this +; source (the 1955-restored Holy Week's own liturgical action has no +; Mass that day at all -- the SAME structural fact +; {!test_creed_coverage}'s own [window_good_fridays] already asserts +; for Gl/Cr), so [praef] shares that single expected gap rather than +; having a coverage gap of its own. (((date 2025-11-28) (weekday Fri) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 24th & Last Sunday After Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-11-29) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160") (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true)) - (creed (false)) (has_diocesan_variant true)) + (creed (false)) (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant true)) ((date 2025-11-30) (weekday Sun) (title "ADVENT SUNDAY I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2025-12-01) (weekday Mon) (title "FERIA III Cl V") (formulary_override ("Mass of Advent Sunday")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2025-12-02) (weekday Tue) (title "St BIBIANA V M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2025-12-03) (weekday Wed) (title "St FRANCIS XAVIER C III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-12-04) (weekday Thu) (title "St PETER CHRYSOLOGUS B C D III Cl W # JCHP") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2025-12-05) (weekday Fri) (title "FERIA III Cl V SH") (formulary_override ("Mass of Advent Sunday")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2025-12-06) (weekday Sat) (title "St NICOLAS B C III Cl (Priv.) W IH JCHP*") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-12-07) (weekday Sun) (title "2nd SUNDAY of ADVENT I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2025-12-08) (weekday Mon) (title "The IMMACULATE CONCEPTION of the BVM I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the BVM Et te in Conceptione Immaculata")) (has_diocesan_variant true)) ((date 2025-12-09) (weekday Tue) (title "FERIA III Cl V") (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2025-12-10) (weekday Wed) (title "FERIA III Cl V") (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2025-12-11) (weekday Thu) (title "St DAMASUS I P C III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2025-12-12) (weekday Fri) (title "FERIA III Cl V") (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant false)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant false)) ((date 2025-12-13) (weekday Sat) (title "St LUCY V M III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2025-12-14) (weekday Sun) (title "3rd SUNDAY of ADVENT (GAUDETE SUNDAY) I Cl V/Rose") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2025-12-15) (weekday Mon) (title "FERIA III Cl V") (formulary_override ("Mass of 3rd Sunday of Advent (Gaudete Sunday)")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-12-16) (weekday Tue) (title "St EUSEBIUS B M III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-12-17) (weekday Wed) (title "EMBER WEDNESDAY of ADVENT II Cl V") (formulary_override ()) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-12-18) (weekday Thu) (title "FERIA II Cl V") (formulary_override ("Mass of 3rd Sunday of Advent (Gaudete Sunday)")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-12-19) (weekday Fri) (title "EMBER FRIDAY of ADVENT II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-12-20) (weekday Sat) (title "EMBER SATURDAY of ADVENT II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-12-21) (weekday Sun) (title "4th SUNDAY of ADVENT I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2025-12-22) (weekday Mon) (title "FERIA II Cl V") (formulary_override ("Mass of 4th Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant false)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant false)) ((date 2025-12-23) (weekday Tue) (title "FERIA II Cl V") (formulary_override ("Mass of 4th Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant false)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant false)) ((date 2025-12-24) (weekday Wed) (title "VIGIL of The NATIVITY of OUR LORD I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2025-12-25) (weekday Thu) (title "The NATIVITY of OUR LORD I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef + ("Pr of the Nativity Proper Communic at Midnight noctem sacratissimam at")) (has_diocesan_variant false)) ((date 2025-12-26) (weekday Fri) (title "St STEPHEN \194\167 Protomartyr II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant false)) ((date 2025-12-27) (weekday Sat) (title "St JOHN \194\167 Ap Evangelist II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant false)) ((date 2025-12-28) (weekday Sun) (title "SUNDAY within the OCTAVE of the NATIVITY II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant true)) ((date 2025-12-29) (weekday Mon) (title "5th DAY within the OCTAVE of the NATIVITY II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant true)) ((date 2025-12-30) (weekday Tue) (title "6th DAY within the OCTAVE of the NATIVITY II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant false)) ((date 2025-12-31) (weekday Wed) (title "7th DAY within the OCTAVE of the NATIVITY II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant false)) ((date 2026-01-01) (weekday Thu) (title "The OCTAVE DAY of the NATIVITY of the LORD I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant false)) ((date 2026-01-02) (weekday Fri) (title "FERIA IV Cl W \226\128\160 SH") (formulary_override ("Mass of the Octave Day of the Nativity of the Lord")) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of the Nativity")) (has_diocesan_variant false)) ((date 2026-01-03) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160 IH JCHP") (formulary_override ("II Mass of BVM")) (bvm_numeral (II)) - (gloria (true)) (creed (false)) (has_diocesan_variant true)) + (gloria (true)) (creed (false)) + (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant true)) ((date 2026-01-04) (weekday Sun) (title "The MOST HOLY NAME of JESUS II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Nativity")) (has_diocesan_variant false)) ((date 2026-01-05) (weekday Mon) (title "FERIA IV Cl W \226\128\160") (formulary_override ("Mass of the Octave Day of the Nativity of the Lord")) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of the Nativity")) (has_diocesan_variant false)) ((date 2026-01-06) (weekday Tue) (title "The EPIPHANY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Epiphany Proper Communic")) (has_diocesan_variant false)) ((date 2026-01-07) (weekday Wed) (title "FERIA IV Cl W \226\128\160") (formulary_override ("Mass of the Epiphany")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) (praef ("Pr of the Epiphany")) + (has_diocesan_variant false)) ((date 2026-01-08) (weekday Thu) (title "FERIA IV Cl W \226\128\160") (formulary_override ("Mass of the Epiphany")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) (praef ("Pr of the Epiphany")) + (has_diocesan_variant false)) ((date 2026-01-09) (weekday Fri) (title "FERIA IV Cl W \226\128\160") (formulary_override ("Mass of the Epiphany")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) (praef ("Pr of the Epiphany")) + (has_diocesan_variant false)) ((date 2026-01-10) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160") (formulary_override ("II Mass of BVM")) (bvm_numeral (II)) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) + (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant false)) ((date 2026-01-11) (weekday Sun) (title "The HOLY FAMILY of JESUS, MARY AND JOSEPH II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Epiphany")) (has_diocesan_variant false)) ((date 2026-01-12) (weekday Mon) (title "FERIA IV Cl W \226\128\160") (formulary_override ("Mass of 1st Sunday after the Epiphany")) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of the Epiphany")) (has_diocesan_variant true)) ((date 2026-01-13) (weekday Tue) (title "The BAPTISM of OUR LORD II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Epiphany")) (has_diocesan_variant false)) ((date 2026-01-14) (weekday Wed) (title "St HILARY B C D III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-01-15) (weekday Thu) (title "St PAUL the FIRST HERMIT C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-01-16) (weekday Fri) (title "St MARCELLUS I P M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant true)) ((date 2026-01-17) (weekday Sat) (title "St ANTHONY Ab III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-01-18) (weekday Sun) (title "2nd SUNDAY after the EPIPHANY II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-01-19) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 2nd Sunday after the Epiphany")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-01-20) (weekday Tue) (title "SS FABIAN P & SEBASTIAN M III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-01-21) (weekday Wed) (title "St AGNES \194\167 V M III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-01-22) (weekday Thu) (title "SS VINCENT & ANASTASIUS MM III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-01-23) (weekday Fri) (title "St RAYMUND of PENAFORT C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-01-24) (weekday Sat) (title "St TIMOTHY B M III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-01-25) (weekday Sun) (title "3rd SUNDAY after the EPIPHANY II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-01-26) (weekday Mon) (title "St POLYCARP B M III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-01-27) (weekday Tue) (title "St JOHN CHRYSOSTOM B C D III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-01-28) (weekday Wed) (title "St PETER NOLASCO C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-01-29) (weekday Thu) (title "St FRANCIS de SALES B C D III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-01-30) (weekday Fri) (title "St MARTINA V M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-01-31) (weekday Sat) (title "St JOHN BOSCO C III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-02-01) (weekday Sun) (title "SEPTUAGESIMA SUNDAY II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-02-02) (weekday Mon) (title "The PURIFICATION of the BVM II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Nativity")) (has_diocesan_variant false)) ((date 2026-02-03) (weekday Tue) (title "Today may be given the special blessing of candles; the special blessing of throats; and") (formulary_override ("Mass of Septuagesima Sunday")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2026-02-04) (weekday Wed) (title "St ANDREW CORSINI B C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-02-05) (weekday Thu) (title "St AGATHA \194\167 V M III Cl (Priv.) R JCHP") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-02-06) (weekday Fri) (title "St TITUS B C III Cl (Priv.) W SH") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-02-07) (weekday Sat) (title "St ROMUALD Ab III Cl W # IH JCHP*") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-02-08) (weekday Sun) (title "SEXAGESIMA SUNDAY II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-02-09) (weekday Mon) (title "St CYRIL of ALEXANDRIA B C D III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-02-10) (weekday Tue) (title "St SCHOLASTICA V III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-02-11) (weekday Wed) (title "The APPARITION of the BVM IMMACULATE III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of the BVM Et te in Conceptione Immaculata")) (has_diocesan_variant true)) ((date 2026-02-12) (weekday Thu) (title "The SEVEN HOLY FOUNDERS of the ORDER of the SERVANTS of the") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-02-13) (weekday Fri) (title "FERIA IV Cl V \226\128\161") (formulary_override ("Mass of Sexagesima Sunday")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2026-02-14) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160") (formulary_override ("III Mass of BVM")) (bvm_numeral (III)) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) + (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant false)) ((date 2026-02-15) (weekday Sun) (title "QUINQUAGESIMA SUNDAY II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-02-16) (weekday Mon) (title "FERIA IV Cl V \226\128\161") (formulary_override ("Mass of Quinquagesima Sunday")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2026-02-17) (weekday Tue) (title "FERIA IV Cl V \226\128\161") (formulary_override ("Mass of Quinquagesima Sunday")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2026-02-18) (weekday Wed) (title "ASH WEDNESDAY I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-02-19) (weekday Thu) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-02-20) (weekday Fri) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-02-21) (weekday Sat) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-02-22) (weekday Sun) (title "1st SUNDAY in LENT I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of Lent")) (has_diocesan_variant false)) ((date 2026-02-23) (weekday Mon) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-02-24) (weekday Tue) (title "St MATTHIAS Ap II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Apostles")) (has_diocesan_variant false)) ((date 2026-02-25) (weekday Wed) (title "EMBER WEDNESDAY of LENT II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-02-26) (weekday Thu) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-02-27) (weekday Fri) (title "EMBER FRIDAY of LENT II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-02-28) (weekday Sat) (title "EMBER SATURDAY of LENT II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-03-01) (weekday Sun) (title "2nd SUNDAY in LENT I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of Lent")) (has_diocesan_variant true)) ((date 2026-03-02) (weekday Mon) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-03-03) (weekday Tue) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-03-04) (weekday Wed) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-05) (weekday Thu) (title "FERIA III Cl V JCHP") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-06) (weekday Fri) (title "SS PERPETUA \194\167 & FELICITY \194\167 MM III Cl (Priv.) R SH") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Pr of Lent")) (has_diocesan_variant false)) ((date 2026-03-07) (weekday Sat) (title "St THOMAS AQUINAS C D III Cl (Priv.) W IH JCHP*") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Lent")) (has_diocesan_variant false)) ((date 2026-03-08) (weekday Sun) (title "3rd SUNDAY in LENT I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of Lent")) (has_diocesan_variant false)) ((date 2026-03-09) (weekday Mon) (title "St FRANCES of ROME W III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Pr of Lent")) (has_diocesan_variant false)) ((date 2026-03-10) (weekday Tue) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-11) (weekday Wed) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-03-12) (weekday Thu) (title "St GREGORY I P C D III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Pr of Lent")) (has_diocesan_variant true)) ((date 2026-03-13) (weekday Fri) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-03-14) (weekday Sat) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-15) (weekday Sun) (title "4th SUNDAY in LENT I Cl V/Rose") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of Lent")) (has_diocesan_variant false)) ((date 2026-03-16) (weekday Mon) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-17) (weekday Tue) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-18) (weekday Wed) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-03-19) (weekday Thu) (title "St JOSEPH \194\167 SPOUSE of the BVM C, PATRON of the UNIVERSAL") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of St Joseph Et te in festivitate")) (has_diocesan_variant false)) ((date 2026-03-20) (weekday Fri) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of Lent Prayer over the People")) (has_diocesan_variant true)) ((date 2026-03-21) (weekday Sat) (title "St BENEDICT Ab III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Lent")) (has_diocesan_variant false)) ((date 2026-03-22) (weekday Sun) (title "PASSION SUNDAY I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Holy Cross")) (has_diocesan_variant false)) ((date 2026-03-23) (weekday Mon) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of the Holy Cross Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-24) (weekday Tue) (title "St GABRIEL Archangel III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of the Angels or Pr of the Holy Cross")) (has_diocesan_variant false)) ((date 2026-03-25) (weekday Wed) (title "The ANNUNCIATION of the BVM I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the BVM Et te in Annuntiatione")) (has_diocesan_variant false)) ((date 2026-03-26) (weekday Thu) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of the Holy Cross Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-27) (weekday Fri) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of the Holy Cross Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-28) (weekday Sat) (title "FERIA III Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of the Holy Cross Prayer over the People")) (has_diocesan_variant true)) ((date 2026-03-29) (weekday Sun) (title "PALM SUNDAY I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Holy Cross")) (has_diocesan_variant false)) ((date 2026-03-30) (weekday Mon) (title "MONDAY of HOLY WEEK I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of the Holy Cross Prayer over the People")) (has_diocesan_variant false)) ((date 2026-03-31) (weekday Tue) (title "TUESDAY of HOLY WEEK I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of the Holy Cross Prayer over the People")) (has_diocesan_variant false)) ((date 2026-04-01) (weekday Wed) (title "WEDNESDAY of HOLY WEEK I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) + (praef ("Pr of the Holy Cross Prayer over the People")) (has_diocesan_variant false)) ((date 2026-04-02) (weekday Thu) (title "MAUNDY THURSDAY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of the Holy Cross. No Judica No Gloria Patri at")) (has_diocesan_variant false)) ((date 2026-04-03) (weekday Fri) (title "GOOD FRIDAY I Cl B") (formulary_override ()) (bvm_numeral ()) (gloria ()) (creed ()) - (has_diocesan_variant false)) + (praef ()) (has_diocesan_variant false)) ((date 2026-04-04) (weekday Sat) (title "HOLY SATURDAY I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of Easter (in hac potissimum nocte).")) (has_diocesan_variant false)) ((date 2026-04-05) (weekday Sun) (title "EASTER I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of Easter (die) Proper Communic Proper Hanc igitur")) (has_diocesan_variant false)) ((date 2026-04-06) (weekday Mon) (title "EASTER MONDAY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef + ("Pr of Easter (in hac potissimum die) Proper Communic Proper Hanc")) (has_diocesan_variant false)) ((date 2026-04-07) (weekday Tue) (title "EASTER TUESDAY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef + ("Pr of Easter (in hac potissimum die) Proper Communic Proper Hanc")) (has_diocesan_variant false)) ((date 2026-04-08) (weekday Wed) (title "EASTER WEDNESDAY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef + ("Pr of Easter (in hac potissimum die) Proper Communic Proper Hanc")) (has_diocesan_variant false)) ((date 2026-04-09) (weekday Thu) (title "EASTER THURSDAY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef + ("Pr of Easter (in hac potissimum die) Proper Communic Proper Hanc")) (has_diocesan_variant false)) ((date 2026-04-10) (weekday Fri) (title "EASTER FRIDAY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef + ("Pr of Easter (in hac potissimum die) Proper Communic Proper Hanc")) (has_diocesan_variant false)) ((date 2026-04-11) (weekday Sat) (title "EASTER SATURDAY (SABBATO in ALBIS) I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef + ("Pr of Easter (in hac potissimum die) Proper Communic Proper Hanc")) (has_diocesan_variant false)) ((date 2026-04-12) (weekday Sun) (title "LOW SUNDAY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of Easter")) (has_diocesan_variant false)) ((date 2026-04-13) (weekday Mon) (title "St HERMENEGILD M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Pr of Easter")) (has_diocesan_variant true)) ((date 2026-04-14) (weekday Tue) (title "St JUSTIN M III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Pr of Easter")) (has_diocesan_variant false)) ((date 2026-04-15) (weekday Wed) (title "FERIA IV Cl W \226\128\161") (formulary_override ("Mass of Low Sunday")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) (praef ("Pr of Easter")) + (has_diocesan_variant false)) ((date 2026-04-16) (weekday Thu) (title "FERIA IV Cl W \226\128\161") (formulary_override ("Mass of Low Sunday")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) (praef ("Pr of Easter")) + (has_diocesan_variant false)) ((date 2026-04-17) (weekday Fri) (title "FERIA IV Cl W \226\128\161") (formulary_override ("Mass of Low Sunday")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant true)) + (gloria (true)) (creed (false)) (praef ("Pr of Easter")) + (has_diocesan_variant true)) ((date 2026-04-18) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160") (formulary_override ("IV Mass of BVM")) (bvm_numeral (IV)) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) + (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant false)) ((date 2026-04-19) (weekday Sun) (title "2nd SUNDAY after EASTER II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of Easter")) (has_diocesan_variant false)) ((date 2026-04-20) (weekday Mon) (title "FERIA IV Cl W \226\128\161") (formulary_override ("Mass of 2nd Sunday after Easter")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) (praef ("Pr of Easter")) + (has_diocesan_variant false)) ((date 2026-04-21) (weekday Tue) (title "St ANSELM B C D III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Easter")) (has_diocesan_variant true)) ((date 2026-04-22) (weekday Wed) (title "SS SOTER & CAIUS PP MM III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Pr of Easter")) (has_diocesan_variant true)) ((date 2026-04-23) (weekday Thu) (title "FERIA IV Cl W \226\128\161") (formulary_override ("Mass of 2nd Sunday after Easter")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant true)) + (gloria (true)) (creed (false)) (praef ("Pr of Easter")) + (has_diocesan_variant true)) ((date 2026-04-24) (weekday Fri) (title "St FIDELIS of SIGMARINGEN M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Pr of Easter")) (has_diocesan_variant true)) ((date 2026-04-25) (weekday Sat) (title "THE GREATER LITANIES. St MARK Evangelist II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Apostles")) (has_diocesan_variant true)) ((date 2026-04-26) (weekday Sun) (title "3rd SUNDAY after EASTER II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of Easter")) (has_diocesan_variant false)) ((date 2026-04-27) (weekday Mon) (title "St PETER CANISIUS C D III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Easter")) (has_diocesan_variant true)) ((date 2026-04-28) (weekday Tue) (title "St PAUL of the CROSS C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Pr of Easter")) (has_diocesan_variant false)) ((date 2026-04-29) (weekday Wed) (title "St PETER M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Pr of Easter")) (has_diocesan_variant false)) ((date 2026-04-30) (weekday Thu) (title "St CATHERINE of SIENA V III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Easter")) (has_diocesan_variant false)) ((date 2026-05-01) (weekday Fri) (title "St JOSEPH \194\167 the WORKER, SPOUSE of the BVM C I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of St Joseph Et te in solemnitate")) (has_diocesan_variant false)) ((date 2026-05-02) (weekday Sat) (title "St ATHANASIUS B C D III Cl (Priv.) W IH JCHP") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Easter")) (has_diocesan_variant false)) ((date 2026-05-03) (weekday Sun) (title "4th SUNDAY after EASTER II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of Easter")) (has_diocesan_variant false)) ((date 2026-05-04) (weekday Mon) (title "St MONICA W III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Easter")) (has_diocesan_variant true)) ((date 2026-05-05) (weekday Tue) (title "St PIUS V P C III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Easter")) (has_diocesan_variant true)) ((date 2026-05-06) (weekday Wed) (title "FERIA IV Cl W \226\128\161") (formulary_override ("Mass of 4th Sunday after Easter")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant true)) + (gloria (true)) (creed (false)) (praef ("Pr of Easter")) + (has_diocesan_variant true)) ((date 2026-05-07) (weekday Thu) (title "St STANISLAUS B M III Cl R # JCHP*") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Pr of Easter")) (has_diocesan_variant true)) ((date 2026-05-08) (weekday Fri) (title "FERIA IV Cl W \226\128\161") (formulary_override ("Mass of 4th Sunday after Easter")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) (praef ("Pr of Easter")) + (has_diocesan_variant false)) ((date 2026-05-09) (weekday Sat) (title "St GREGORY NAZIANZEN B C D III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Easter")) (has_diocesan_variant false)) ((date 2026-05-10) (weekday Sun) (title "5th SUNDAY after EASTER II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of Easter")) (has_diocesan_variant false)) ((date 2026-05-11) (weekday Mon) (title "SS PHILIP \194\167 & JAMES \194\167 App II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Apostles")) (has_diocesan_variant true)) ((date 2026-05-12) (weekday Tue) (title "SS NEREUS, ACHILLEUS, DOMITILLA V, & PANCRAS MM III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Pr of Easter")) (has_diocesan_variant true)) ((date 2026-05-13) (weekday Wed) (title "VIGIL of The ASCENSION II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Easter")) (has_diocesan_variant true)) ((date 2026-05-14) (weekday Thu) (title "The ASCENSION I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Ascension Proper Communic")) (has_diocesan_variant false)) ((date 2026-05-15) (weekday Fri) (title "St JOHN BAPTIST de la SALLE C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of the Ascension")) (has_diocesan_variant true)) ((date 2026-05-16) (weekday Sat) (title "St UBALDUS B C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of the Ascension")) (has_diocesan_variant true)) ((date 2026-05-17) (weekday Sun) (title "SUNDAY after the ASCENSION II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Ascension")) (has_diocesan_variant false)) ((date 2026-05-18) (weekday Mon) (title "St VENANTIUS M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of Martyrs or Pr of the Ascension")) (has_diocesan_variant false)) ((date 2026-05-19) (weekday Tue) (title "St PETER CELESTINE P C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of the Ascension")) (has_diocesan_variant true)) ((date 2026-05-20) (weekday Wed) (title "St BERNARDINE of SIENA C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of the Ascension")) (has_diocesan_variant true)) ((date 2026-05-21) (weekday Thu) (title "FERIA IV Cl W \226\128\161") (formulary_override ("Mass of the Ascension")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant true)) + (gloria (true)) (creed (false)) (praef ("Pr of the Ascension")) + (has_diocesan_variant true)) ((date 2026-05-22) (weekday Fri) (title "FERIA IV Cl W \226\128\161") (formulary_override ("Mass of the Ascension")) (bvm_numeral ()) - (gloria (true)) (creed (false)) (has_diocesan_variant false)) + (gloria (true)) (creed (false)) (praef ("Pr of the Ascension")) + (has_diocesan_variant false)) ((date 2026-05-23) (weekday Sat) (title "VIGIL of PENTECOST I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef + ("Pr of the Holy Spirit hodierna die Proper Communic Proper Hanc igitur")) (has_diocesan_variant false)) ((date 2026-05-24) (weekday Sun) (title "PENTECOST I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Holy Spirit hodierna die")) (has_diocesan_variant false)) ((date 2026-05-25) (weekday Mon) (title "WHIT MONDAY I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Holy Spirit hodierna die")) (has_diocesan_variant false)) ((date 2026-05-26) (weekday Tue) (title "WHIT TUESDAY I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Holy Spirit hodierna die")) (has_diocesan_variant false)) ((date 2026-05-27) (weekday Wed) (title "WHIT WEDNESDAY (EMBER DAY) I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Holy Spirit hodierna die")) (has_diocesan_variant false)) ((date 2026-05-28) (weekday Thu) (title "WHIT THURSDAY I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Holy Spirit hodierna die")) (has_diocesan_variant false)) ((date 2026-05-29) (weekday Fri) (title "WHIT FRIDAY (EMBER DAY) I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Holy Spirit hodierna die")) (has_diocesan_variant false)) ((date 2026-05-30) (weekday Sat) (title "WHIT SATURDAY (EMBER DAY) I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Holy Spirit hodierna die")) (has_diocesan_variant false)) ((date 2026-05-31) (weekday Sun) (title "The MOST HOLY TRINITY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-06-01) (weekday Mon) (title "St ANGELA MERICI V III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-06-02) (weekday Tue) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 1st Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-06-03) (weekday Wed) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 1st Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-06-04) (weekday Thu) (title "CORPUS CHRISTI I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Most Holy Sacrament or Common Pr")) (has_diocesan_variant true)) ((date 2026-06-05) (weekday Fri) (title "St BONIFACE B M III Cl (Priv.) R SH") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant true)) ((date 2026-06-06) (weekday Sat) (title "St NORBERT B C III Cl W # IH JCHP") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-06-07) (weekday Sun) (title "2nd SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-06-08) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 2nd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-06-09) (weekday Tue) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 2nd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-06-10) (weekday Wed) (title "St MARGARET Q W III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-06-11) (weekday Thu) (title "St BARNABAS Ap III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Apostles")) (has_diocesan_variant false)) ((date 2026-06-12) (weekday Fri) (title "The SACRED HEART of JESUS I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Sacred Heart")) (has_diocesan_variant false)) ((date 2026-06-13) (weekday Sat) (title "St ANTHONY of PADUA C D III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-06-14) (weekday Sun) (title "3rd SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-06-15) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 3rd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-06-16) (weekday Tue) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 3rd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-06-17) (weekday Wed) (title "St GREGORY BARBARIGO B C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-06-18) (weekday Thu) (title "St EPHREM the SYRIAN Deacon C D III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-06-19) (weekday Fri) (title "St JULIANA FALCONIERI V III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-06-20) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160") (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true)) - (creed (false)) (has_diocesan_variant true)) + (creed (false)) (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant true)) ((date 2026-06-21) (weekday Sun) (title "4th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-06-22) (weekday Mon) (title "St PAULINUS B C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-06-23) (weekday Tue) (title "VIGIL of The NATIVITY of JOHN the BAPTIST \194\167 II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-06-24) (weekday Wed) (title "The NATIVITY of JOHN the BAPTIST \194\167 I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of St John the Baptist or Common Pr")) (has_diocesan_variant false)) ((date 2026-06-25) (weekday Thu) (title "St WILLIAM Ab III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-06-26) (weekday Fri) (title "SS JOHN & PAUL \194\167 MM III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant true)) ((date 2026-06-27) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160") (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true)) - (creed (false)) (has_diocesan_variant true)) + (creed (false)) (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant true)) ((date 2026-06-28) (weekday Sun) (title "5th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-06-29) (weekday Mon) (title "SS PETER \194\167 & PAUL \194\167 App I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Apostles")) (has_diocesan_variant true)) ((date 2026-06-30) (weekday Tue) (title "The COMMEMORATION of St PAUL \194\167 Ap III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of the Apostles")) (has_diocesan_variant true)) ((date 2026-07-01) (weekday Wed) (title "The MOST PRECIOUS BLOOD of OUR LORD JESUS CHRIST I Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Holy Cross")) (has_diocesan_variant false)) ((date 2026-07-02) (weekday Thu) (title "The VISITATION of the BVM II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the BVM Et te in Visitatione")) (has_diocesan_variant false)) ((date 2026-07-03) (weekday Fri) (title "St IRENAEUS B M III Cl R # SH") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant true)) ((date 2026-07-04) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160 IH JCHP") (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true)) - (creed (false)) (has_diocesan_variant true)) + (creed (false)) (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant true)) ((date 2026-07-05) (weekday Sun) (title "6th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-07-06) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 6th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-07-07) (weekday Tue) (title "SS CYRIL & METHODIUS BB CC III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-08) (weekday Wed) (title "St ELIZABETH Q W III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-09) (weekday Thu) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 6th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-10) (weekday Fri) (title "The SEVEN HOLY BROTHERS MM & SS RUFINA & SECUNDA VV MM") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-07-11) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160") (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true)) - (creed (false)) (has_diocesan_variant true)) + (creed (false)) (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant true)) ((date 2026-07-12) (weekday Sun) (title "7th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-07-13) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 7th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-07-14) (weekday Tue) (title "St BONAVENTURE B C D III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-07-15) (weekday Wed) (title "St HENRY Emperor C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-16) (weekday Thu) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 7th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-17) (weekday Fri) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 7th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-18) (weekday Sat) (title "St CAMILLUS de LELLIS C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-19) (weekday Sun) (title "8th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-07-20) (weekday Mon) (title "St JEROME EMILIANI C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-07-21) (weekday Tue) (title "St LAURENCE of BRINDISI C D III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-22) (weekday Wed) (title "St MARY MAGDALEN Penitent III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-23) (weekday Thu) (title "St APOLLINARIS B M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-07-24) (weekday Fri) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 8th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-07-25) (weekday Sat) (title "St JAMES \194\167 Ap II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Apostles")) (has_diocesan_variant false)) ((date 2026-07-26) (weekday Sun) (title "9th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-07-27) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 9th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-07-28) (weekday Tue) (title "SS NAZARIUS & CELSUS MM & VICTOR I P M & INNOCENT I P C III Cl") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant true)) ((date 2026-07-29) (weekday Wed) (title "St MARTHA V III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-07-30) (weekday Thu) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 9th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-07-31) (weekday Fri) (title "St IGNATIUS C III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-01) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160 IH JCHP") (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true)) - (creed (false)) (has_diocesan_variant false)) + (creed (false)) (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant false)) ((date 2026-08-02) (weekday Sun) (title "10th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-08-03) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 10th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-04) (weekday Tue) (title "St DOMINIC C III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-08-05) (weekday Wed) (title "The DEDICATION of St MARY of the SNOWS III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of the BVM Et te in Festivitate")) (has_diocesan_variant true)) ((date 2026-08-06) (weekday Thu) (title "The TRANSFIGURATION of OUR LORD JESUS CHRIST II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-08-07) (weekday Fri) (title "St CAJETAN C III Cl W # SH") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-08-08) (weekday Sat) (title "St JOHN MARY VIANNEY C III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-08-09) (weekday Sun) (title "11th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-08-10) (weekday Mon) (title "St LAURENCE \194\167 M II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-08-11) (weekday Tue) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 11th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-12) (weekday Wed) (title "St CLARE V III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-08-13) (weekday Thu) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 11th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-14) (weekday Fri) (title "VIGIL of The ASSUMPTION of the BVM II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-08-15) (weekday Sat) (title "The ASSUMPTION of the BVM I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the BVM Et te in Assumptione")) (has_diocesan_variant false)) ((date 2026-08-16) (weekday Sun) (title "12th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-08-17) (weekday Mon) (title "St HYACINTH C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-18) (weekday Tue) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 12th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-19) (weekday Wed) (title "St JOHN EUDES C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-20) (weekday Thu) (title "St BERNARD Ab D III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-21) (weekday Fri) (title "St JANE FRANCES FR\195\137MIOT de CHANTAL W III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-22) (weekday Sat) (title "The IMMACULATE HEART of the BVM II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the BVM Et te in Festivitate")) (has_diocesan_variant false)) ((date 2026-08-23) (weekday Sun) (title "13th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-08-24) (weekday Mon) (title "St BARTHOLOMEW \194\167 Ap II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Apostles")) (has_diocesan_variant false)) ((date 2026-08-25) (weekday Tue) (title "St LOUIS K C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-08-26) (weekday Wed) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 13th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-27) (weekday Thu) (title "St JOSEPH CALASANCTIUS C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-08-28) (weekday Fri) (title "St AUGUSTINE B C D III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-08-29) (weekday Sat) (title "The BEHEADING of St JOHN the BAPTIST \194\167 III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of St John the Baptist or Common Pr")) (has_diocesan_variant false)) ((date 2026-08-30) (weekday Sun) (title "14th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-08-31) (weekday Mon) (title "St RAYMUND NONNATUS C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-01) (weekday Tue) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 14th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-02) (weekday Wed) (title "St STEPHEN K C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-03) (weekday Thu) (title "St PIUS X P C III Cl (Priv.) W JCHP") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-04) (weekday Fri) (title "FERIA IV Cl G \226\128\161 SH") (formulary_override ("Mass of 14th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-05) (weekday Sat) (title "St LAURENCE JUSTINIAN B C III Cl W # IH JCHP") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-06) (weekday Sun) (title "15th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-09-07) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 15th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-09-08) (weekday Tue) (title "The NATIVITY of the BVM II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the BVM Et te in Nativitate")) (has_diocesan_variant false)) ((date 2026-09-09) (weekday Wed) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 15th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-09-10) (weekday Thu) (title "St NICOLAS of TOLENTINO C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-09-11) (weekday Fri) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 15th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-12) (weekday Sat) (title "The MOST HOLY NAME of MARY III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of the BVM Et te in Festivitate")) (has_diocesan_variant true)) ((date 2026-09-13) (weekday Sun) (title "16th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-09-14) (weekday Mon) (title "The EXALTATION of the HOLY CROSS II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Holy Cross")) (has_diocesan_variant false)) ((date 2026-09-15) (weekday Tue) (title "The SEVEN SORROWS of the BVM II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the BVM Et te in Transfixione")) (has_diocesan_variant false)) ((date 2026-09-16) (weekday Wed) (title "SS CORNELIUS \194\167 P & CYPRIAN \194\167 B MM III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant true)) ((date 2026-09-17) (weekday Thu) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 16th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-09-18) (weekday Fri) (title "St JOSEPH of CUPERTINO C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-09-19) (weekday Sat) (title "St JANUARIUS B & COMPS MM III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant true)) ((date 2026-09-20) (weekday Sun) (title "17th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-09-21) (weekday Mon) (title "St MATTHEW \194\167 Ap Evangelist II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Apostles")) (has_diocesan_variant true)) ((date 2026-09-22) (weekday Tue) (title "St THOMAS of VILLANOVA B C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-23) (weekday Wed) (title "EMBER WEDNESDAY of SEPTEMBER II Cl V") (formulary_override ()) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-24) (weekday Thu) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 17th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-25) (weekday Fri) (title "EMBER FRIDAY of SEPTEMBER II Cl V") (formulary_override ()) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-26) (weekday Sat) (title "EMBER SATURDAY of SEPTEMBER II Cl V") (formulary_override ()) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-09-27) (weekday Sun) (title "18th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-09-28) (weekday Mon) (title "St WENCESLAUS Duke M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-09-29) (weekday Tue) (title "The DEDICATION of St MICHAEL Archangel I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Angels or Common Pr")) (has_diocesan_variant false)) ((date 2026-09-30) (weekday Wed) (title "St JEROME Priest C D III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-01) (weekday Thu) (title "FERIA IV Cl G \226\128\161 JCHP") (formulary_override ("Mass of 18th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-10-02) (weekday Fri) (title "The HOLY GUARDIAN ANGELS III Cl (Priv.) W SH") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of the Angels or Common Pr")) (has_diocesan_variant false)) ((date 2026-10-03) (weekday Sat) (title "St TERESA of the CHILD JESUS V III Cl (Priv.) W IH JCHP*") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-04) (weekday Sun) (title "19th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-10-05) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 19th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-06) (weekday Tue) (title "St BRUNO C III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-10-07) (weekday Wed) (title "OUR LADY of the ROSARY II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the BVM Et te in Festivitate")) (has_diocesan_variant false)) ((date 2026-10-08) (weekday Thu) (title "St BRIDGET W III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-09) (weekday Fri) (title "St JOHN LEONARDI C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-10) (weekday Sat) (title "St FRANCIS BORGIA C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-11) (weekday Sun) (title "20th SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-10-12) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 20th Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-13) (weekday Tue) (title "St EDWARD K C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-14) (weekday Wed) (title "St CALLISTUS I P M III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-10-15) (weekday Thu) (title "St TERESA V III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-16) (weekday Fri) (title "St HEDWIG W III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-17) (weekday Sat) (title "St MARGARET MARY ALACOQUE V III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-18) (weekday Sun) (title "21st SUNDAY after PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-10-19) (weekday Mon) (title "St PETER of ALCANTARA C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-20) (weekday Tue) (title "St JOHN CANTIUS C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-10-21) (weekday Wed) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 21st Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-22) (weekday Thu) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 21st Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-23) (weekday Fri) (title "St ANTHONY MARY CLARET B C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-10-24) (weekday Sat) (title "St RAPHAEL Archangel III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of the Angels or Common Pr")) (has_diocesan_variant true)) ((date 2026-10-25) (weekday Sun) (title "CHRIST the KING I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of Our Lord Jesus Christ the King")) (has_diocesan_variant false)) ((date 2026-10-26) (weekday Mon) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 22nd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-27) (weekday Tue) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 22nd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-10-28) (weekday Wed) (title "SS SIMON \194\167 & JUDE \194\167 Ap II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Apostles")) (has_diocesan_variant false)) ((date 2026-10-29) (weekday Thu) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 22nd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-30) (weekday Fri) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 22nd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-10-31) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160") (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true)) - (creed (false)) (has_diocesan_variant false)) + (creed (false)) (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant false)) ((date 2026-11-01) (weekday Sun) (title "ALL SAINTS' DAY I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of All Saints and Patron Saints or Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-11-02) (weekday Mon) (title "ALL SOULS' DAY I Cl B") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of the Dead No Blessing")) (has_diocesan_variant false)) ((date 2026-11-03) (weekday Tue) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 23rd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-11-04) (weekday Wed) (title "St CHARLES B C III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-11-05) (weekday Thu) (title "FERIA IV Cl G \226\128\161 JCHP") (formulary_override ("Mass of 23rd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-11-06) (weekday Fri) (title "FERIA IV Cl G \226\128\161 SH") (formulary_override ("Mass of 23rd Sunday after Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-11-07) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160 IH JCHP*") (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true)) - (creed (false)) (has_diocesan_variant true)) + (creed (false)) (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant true)) ((date 2026-11-08) (weekday Sun) (title "5th SUNDAY remaining after the EPIPHANY II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-11-09) (weekday Mon) (title "The DEDICATION of the ARCHBASILICA of OUR SAVIOUR II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Dedication of a Church or Common Pr")) (has_diocesan_variant false)) ((date 2026-11-10) (weekday Tue) (title "St ANDREW AVELLINO C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-11-11) (weekday Wed) (title "St MARTIN B C III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-11-12) (weekday Thu) (title "St MARTIN I P M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-11-13) (weekday Fri) (title "St DIDACUS C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-11-14) (weekday Sat) (title "St JOSAPHAT B M III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant true)) ((date 2026-11-15) (weekday Sun) (title "6th SUNDAY remaining after the EPIPHANY II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-11-16) (weekday Mon) (title "St GERTRUDE V III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-11-17) (weekday Tue) (title "St GREGORY THAUMATURGUS B C III Cl W #") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-11-18) (weekday Wed) (title "The DEDICATION of the BASILICAS of SS PETER & PAUL III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of the Dedication of a Church or Common Pr")) (has_diocesan_variant false)) ((date 2026-11-19) (weekday Thu) (title "St ELIZABETH W III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-11-20) (weekday Fri) (title "St FELIX de VALOIS C III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-11-21) (weekday Sat) (title "The PRESENTATION of the BVM III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) + (praef ("Pr of the BVM Et te in Pr\195\166sentatione")) (has_diocesan_variant false)) ((date 2026-11-22) (weekday Sun) (title "24th & LAST SUNDAY After PENTECOST II Cl G") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant true)) + (praef ("Pr of the Trinity")) (has_diocesan_variant true)) ((date 2026-11-23) (weekday Mon) (title "St CLEMENT I \194\167 P M III Cl (Priv.) R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant true)) ((date 2026-11-24) (weekday Tue) (title "St JOHN of the CROSS C D III Cl (Priv.) W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-11-25) (weekday Wed) (title "St CATHERINE V M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-11-26) (weekday Thu) (title "St SILVESTER Ab III Cl W #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-11-27) (weekday Fri) (title "FERIA IV Cl G \226\128\161") (formulary_override ("Mass of 24th & Last Sunday After Pentecost")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-11-28) (weekday Sat) (title "OUR LADY on SATURDAY IV Cl W \226\128\160") (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true)) - (creed (false)) (has_diocesan_variant false)) + (creed (false)) (praef ("Pr of the BVM Et te in Veneratione")) + (has_diocesan_variant false)) ((date 2026-11-29) (weekday Sun) (title "ADVENT SUNDAY I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-11-30) (weekday Mon) (title "St ANDREW \194\167 Ap II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Apostles")) (has_diocesan_variant false)) ((date 2026-12-01) (weekday Tue) (title "FERIA III Cl V") (formulary_override ("Mass of Advent Sunday")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2026-12-02) (weekday Wed) (title "St BIBIANA V M III Cl R #") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Pr of Martyrs or Common Pr")) (has_diocesan_variant false)) ((date 2026-12-03) (weekday Thu) (title "St FRANCIS XAVIER C III Cl (Priv.) W JCHP") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-12-04) (weekday Fri) (title "St PETER CHRYSOLOGUS B C D III Cl W # SH") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false)) - (has_diocesan_variant true)) + (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-12-05) (weekday Sat) (title "FERIA III Cl V IH JCHP*") (formulary_override ("Mass of Advent Sunday")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2026-12-06) (weekday Sun) (title "2nd SUNDAY of ADVENT I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-12-07) (weekday Mon) (title "St AMBROSE B C D III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-12-08) (weekday Tue) (title "The IMMACULATE CONCEPTION of the BVM I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the BVM Et te in Conceptione Immaculata")) (has_diocesan_variant false)) ((date 2026-12-09) (weekday Wed) (title "FERIA III Cl V") (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant false)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant false)) ((date 2026-12-10) (weekday Thu) (title "FERIA III Cl V") (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant true)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant true)) ((date 2026-12-11) (weekday Fri) (title "St DAMASUS I P C III Cl (Priv.) W") (formulary_override ()) - (bvm_numeral ()) (gloria (true)) (creed (false)) + (bvm_numeral ()) (gloria (true)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant true)) ((date 2026-12-12) (weekday Sat) (title "FERIA III Cl V") (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant false)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant false)) ((date 2026-12-13) (weekday Sun) (title "3rd SUNDAY of ADVENT (GAUDETE SUNDAY) I Cl V/Rose") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-12-14) (weekday Mon) (title "FERIA III Cl V") (formulary_override ("Mass of 3rd Sunday of Advent (Gaudete Sunday)")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-12-15) (weekday Tue) (title "FERIA III Cl V") (formulary_override ("Mass of 3rd Sunday of Advent (Gaudete Sunday)")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-12-16) (weekday Wed) (title "EMBER WEDNESDAY of ADVENT II Cl V") (formulary_override ()) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-12-17) (weekday Thu) (title "FERIA II Cl V") (formulary_override ("Mass of 3rd Sunday of Advent (Gaudete Sunday)")) - (bvm_numeral ()) (gloria (false)) (creed (false)) + (bvm_numeral ()) (gloria (false)) (creed (false)) (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-12-18) (weekday Fri) (title "EMBER FRIDAY of ADVENT II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-12-19) (weekday Sat) (title "EMBER SATURDAY of ADVENT II Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-12-20) (weekday Sun) (title "4th SUNDAY of ADVENT I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Trinity")) (has_diocesan_variant false)) ((date 2026-12-21) (weekday Mon) (title "St THOMAS \194\167 Ap II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) - (has_diocesan_variant false)) + (praef ("Pr of the Apostles")) (has_diocesan_variant false)) ((date 2026-12-22) (weekday Tue) (title "FERIA II Cl V") (formulary_override ("Mass of 4th Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant false)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant false)) ((date 2026-12-23) (weekday Wed) (title "FERIA II Cl V") (formulary_override ("Mass of 4th Sunday of Advent")) (bvm_numeral ()) - (gloria (false)) (creed (false)) (has_diocesan_variant false)) + (gloria (false)) (creed (false)) (praef ("Common Pr")) + (has_diocesan_variant false)) ((date 2026-12-24) (weekday Thu) (title "VIGIL of The NATIVITY of OUR LORD I Cl V") (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false)) - (has_diocesan_variant false)) + (praef ("Common Pr")) (has_diocesan_variant false)) ((date 2026-12-25) (weekday Fri) (title "The NATIVITY of OUR LORD I Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef + ("Pr of the Nativity Proper Communic at Midnight noctem sacratissimam at")) (has_diocesan_variant false)) ((date 2026-12-26) (weekday Sat) (title "St STEPHEN \194\167 Protomartyr II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant false)) ((date 2026-12-27) (weekday Sun) (title "SUNDAY within the OCTAVE of the NATIVITY II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant false)) ((date 2026-12-28) (weekday Mon) (title "The HOLY INNOCENTS MM II Cl R") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant true)) ((date 2026-12-29) (weekday Tue) (title "5th DAY within the OCTAVE of the NATIVITY II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant true)) ((date 2026-12-30) (weekday Wed) (title "6th DAY within the OCTAVE of the NATIVITY II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant false)) ((date 2026-12-31) (weekday Thu) (title "7th DAY within the OCTAVE of the NATIVITY II Cl W") (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true)) + (praef ("Pr of the Nativity Proper Communic diem sacratissimum")) (has_diocesan_variant false))) -- cgit v1.3