aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-22 14:51:07 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-22 14:51:07 +0200
commit72dd2426f020f83a392158ead7bd15b36088fd08 (patch)
treeb5123d2abc922449ff457d2e4cba4ce7fa61adf2 /test/fixtures
parent1ee397c5a09bb5c999e1681f0a6a5d884f2f9ff4 (diff)
downloadcolitur-72dd2426f020f83a392158ead7bd15b36088fd08.tar.gz
colitur-72dd2426f020f83a392158ead7bd15b36088fd08.zip
test(lms-ordo): extend the LMS witness layer from one year to three
Generalises tools/extract_lms_ordo.ml's start-of-body detection: the hardcoded "End of November 2024" sentinel assumed every edition opens with an "End of November" stub section. The 2023-2024 edition has none (Advent Sunday 2023 fell on 3 December, so the compiler folded the two tail days into the "December 2023" header directly) -- the generalised detector anchors on the body's own "ORDO" title line instead, verified unique in all three known editions and distinct from the Table of Contents' lowercase "Ordo" entries. Extracts test/fixtures/lms-ordo-2023-2024.sexp (397 rows) and lms-ordo-2025-2026.sexp (399 rows), each with a provenance header carrying its own SHA-256, source citation, and a per-edition characterisation record: five opposite-prediction Creed probes, independently re-verified against this run's own extracted rows (a failed probe is now a hard die, not a printed claim). The 2025-2026 edition needed a different sharp II-class pairing than 2024-2025's Joachim/Stephen one, because Joachim (16 August) is impeded by a Sunday that year -- recorded in the fixture header, not silently swapped. test/test_lms_ordo.ml is refactored into a parameterised make_suite, instantiated once per edition; every count Task 6 hardcoded against the single 2024-2025 window is now a per-edition parameter, several of which turned out to differ once measured (BVM-Saturday population 12/14/13, Ascension-week exclusion 1/3/2). Two mapping gaps surfaced only by the new windows and fixed here (test-side, not colitur): Low Sunday reached via Preceding_sunday for the first time (absent from 2024-2025's own window), and the Ascension-week exclusion was wrongly keyed off week number alone -- Rogation Monday also resumes week 6's Sunday but falls BEFORE Ascension, not after, and the Ordo prints the ordinary Sunday text there. Re-bounded by date, against Ascension and Pentecost. Two genuine divergences surfaced in the 2023-2024 window and are allow-listed (L3, L4) rather than fixed, per this task's no-lib-changes scope: - L3 (verdict ordo): colitur has no bissextile calendar rule. The 1962 Missal's own calendarium moves St Matthias from 24 to 25 February in leap years (docs/research/LT.txt:5011); colitur keeps him on the 24th every year. Domain-wide upper bound measured with a throwaway sweep: 1,650 of 2,041 leap years in 1583-9999 currently observe him there. - L4 (verdict open): Christmas Eve falling on the 4th Sunday of Advent (2023-12-24, roughly 1 year in 7). colitur says the Creed is said, reading RG 475(a)'s Sunday clause; the Ordo says it is not. RG 30(a)'s own "locum tenet ... nulla fit commemoratio" for this exact vigil reads like RG 16(a)'s Feast-of-the-Lord-on-Sunday shape, which colitur already treats as Creed-preserving -- but RG 475(a) names "festo" specifically, and a vigil is its own liturgical-day category (RG 35), so the counter-reading is real too. Left open rather than adjudicated. All 630 tests green (dune test), 631 with the exhaustive sweep. Claude-Session: https://claude.ai/code/session_017ZBxCCRM2ojnBupp3SBxV9
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/lms-ordo-2023-2024.sexp1507
-rw-r--r--test/fixtures/lms-ordo-2025-2026.sexp1511
2 files changed, 3018 insertions, 0 deletions
diff --git a/test/fixtures/lms-ordo-2023-2024.sexp b/test/fixtures/lms-ordo-2023-2024.sexp
new file mode 100644
index 0000000..9261ce7
--- /dev/null
+++ b/test/fixtures/lms-ordo-2023-2024.sexp
@@ -0,0 +1,1507 @@
+; test/fixtures/lms-ordo-2023-2024.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)
+; and of the electronic LT.txt transcription (layers 1-2/5): a physically
+; printed, professionally-compiled liturgical calendar with its own ISBN.
+;
+; Generator: tools/extract_lms_ordo.ml -- do not hand-edit; re-run against
+; a fresh pdftotext dump and commit the diff instead.
+;
+; Source: "The Ordo 2023-2024", compiled by Peter Day-Milne, The Latin
+; Mass Society, 9 Mallow Street, London EC1Y 8RQ (title page and
+; colophon, verified directly against the PDF's own extracted text --
+; ISBN 978-1-7392096-2-9, Copyright (c) The Latin Mass Society, UK 2023).
+; PDF metadata: Author "Peter Day-Milne", Producer "LibreOffice 6.4", CreationDate 2023-11-01, 140 pages.
+; URL (identified 2026-08-22 via web search matching the PDF's own edition year to the publisher's own hosting path; NOT independently re-downloaded and byte-compared in this session -- recorded honestly rather than presented as verified):
+; https://lms.org.uk/sites/default/files/u5374/ordo_2023-2024_2.2_final.pdf
+; The local PDF (docs/research/ordo/lms-ordo-2023-2024.pdf) is gitignored
+; (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-2023-2024.pdf: 805a021bab246212c09a91706a04f4834fba052104de091b2fc5ed77c455bbba
+; Extracted (UTC): 2026-08-22
+; Exact commands:
+; pdftotext -layout docs/research/ordo/lms-ordo-2023-2024.pdf /tmp/lms.txt
+; dune exec tools/extract_lms_ordo.exe -- /tmp/lms.txt \
+; docs/research/ordo/lms-ordo-2023-2024.pdf test/fixtures/lms-ordo-2023-2024.sexp
+;
+; COVERAGE: 397 day-rows, 2023-12-01 through 2024-12-31 (starting 1 December 2023 (this edition carries NO "End of November" stub section at all -- Advent Sunday 2023 fell on 3 December, so only 2 tail days of the prior liturgical year remained, and the compiler folded them directly into the "December 2023" header instead of giving them their own mini-section; see CHARACTERISATION below),
+; through the day before a malformed trailing entry the extractor
+; deliberately stops before -- see CHARACTERISATION below).
+;
+; CHARACTERISATION FINDINGS (Step 1, non-negotiable per the task brief --
+; the extraordinaryform.org Ordo silently omitted St Lawrence's vigil on
+; EVERY date it covered, which nearly produced a false corroboration
+; during the RG 33 work; every LMS edition, including this one, is probed
+; with the same discipline before a single divergence is adjudicated):
+;
+; 1. Gl/Cr are printed PER MASS-OPTION, not per day (confirmed again for
+; THIS edition: it carries many more Gl/Cr pairs than day-rows, because
+; every diocesan variant repeats its own "Gl ... Cr ... Pr of ..."
+; line). This extractor resolves the day's OWN office by taking the
+; FIRST Gl/Cr pair in reading order, which the source's own layout
+; guarantees is the universal entry's (diocesan variants are always
+; introduced by a colon-terminated diocese-list line that comes AFTER
+; the universal block, never before -- checked structurally, not
+; assumed, in every sampled block during development, this edition
+; included).
+;
+; 2. OPPOSITE-PREDICTION PROBES against Rite_ef.Rubrics_ef.creed (RG
+; 475-476), RE-CHECKED BY THIS TOOL RUN (not merely copied from a prior
+; edition's findings) before a single row of this fixture is trusted --
+; the technique CLAUDE.md records as the one that catches a source
+; silently omitting the very thing it is meant to witness. This run's
+; own extracted [rows] were checked against every one of the following
+; before this header was even written; a failure here is a hard [die],
+; not a printed claim:
+; 2023-12-03 (Advent Sunday, RG 475(a)) -> TRUE
+; 2023-12-04 (St Peter Chrysologus, III class, ordinary Advent day, RG 476(b)/(d)) -> FALSE
+; 2023-12-26 (St Stephen, II class, inside the Nativity octave, RG 475(d)) -> TRUE
+; 2024-08-15 (the Assumption, I class, RG 475(b)) -> TRUE
+; 2024-08-16 (St Joachim, II class, no Lord/BVM/apostle clause applies, RG 476(b)) -> FALSE
+; All 5 predictions confirmed, both directions (TRUE and FALSE each
+; independently witnessed) -- this edition is discriminating, not a
+; constant, on the Creed.
+;
+; 3. The BVM-Saturday roman numeral (I-V, "Missae de sancta Maria in
+; sabbato", RG 309(a)) is anchored by WHOLE-LINE match against the five
+; literal strings below, NEVER by substring search: "V Mass of BVM" is
+; a substring of "IV Mass of BVM", so a naive `contains` check
+; misreads every fourth-Mass day as the fifth (the coordinator's own
+; misreading, recorded and retracted in commit 27b07b4 before Task 6
+; existed; the same anchoring logic runs unchanged for every edition).
+;
+; 4. SCOPE EXCLUDED, quantified, not silently dropped:
+; - Diocesan variants: present on 159 of 397 days (40.1%) -- their own
+; text is read only far enough to set [has_diocesan_variant],
+; never compared, because colitur computes the UNIVERSAL General
+; Roman Calendar only, with no diocesan overlay loaded.
+; - The single malformed trailing entry ("...The OCTAVE DAY of the
+; NATIVITY..." with a bare 4-digit token where a weekday+day-number
+; pair belongs) is excluded outright: the extractor's own stop
+; marker (a line whose first token is a bare 4-digit token) halts
+; the scan before it. CONFIRMED IDENTICAL, word for word, across
+; ALL FOUR known editions of this publisher's Ordo (2023-2024,
+; 2024-2025, 2025-2026, and the 2024-2025 fixture's own prior
+; header) -- always the literal stray year token "2025", regardless
+; of which edition or which real trailing year it should read: a
+; stale copy-paste leftover the compiler's own master document
+; carries forward unedited release to release (even the 2024-2025
+; PDF's own tail page footer nearby still reads "Latin Mass Society
+; Ordo 2021-2022"), not something specific to this edition.
+; - Front matter, the Abbreviations/Rubrical-Primer/Breviary sections,
+; 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).
+(((date 2023-12-01) (weekday Fri) (title "FERIA IV Cl G \226\128\161 SH")
+ (formulary_override ("Mass of 24th & Last Sunday After Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2023-12-02) (weekday Sat)
+ (title "St BIBIANA V M III Cl R # IH JCHP") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-03) (weekday Sun) (title "ADVENT SUNDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2023-12-04) (weekday Mon)
+ (title "St PETER CHRYSOLOGUS B C D III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2023-12-05) (weekday Tue) (title "FERIA III Cl V")
+ (formulary_override ("Mass of Advent Sunday")) (bvm_numeral ())
+ (gloria (false)) (creed (false)) (has_diocesan_variant true))
+ ((date 2023-12-06) (weekday Wed) (title "St NICOLAS B C III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-07) (weekday Thu)
+ (title "St AMBROSE B C D III Cl (Priv.) W JCHP*") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-08) (weekday Fri)
+ (title "The IMMACULATE CONCEPTION of the BVM I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2023-12-09) (weekday Sat) (title "FERIA III Cl V")
+ (formulary_override ("Mass of Advent Sunday")) (bvm_numeral ())
+ (gloria (false)) (creed (false)) (has_diocesan_variant true))
+ ((date 2023-12-10) (weekday Sun) (title "2nd SUNDAY of ADVENT I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2023-12-11) (weekday Mon)
+ (title "St DAMASUS I P C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2023-12-12) (weekday Tue) (title "FERIA III Cl V")
+ (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ())
+ (gloria (false)) (creed (false)) (has_diocesan_variant false))
+ ((date 2023-12-13) (weekday Wed) (title "St LUCY V M III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-14) (weekday Thu) (title "FERIA III Cl V")
+ (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ())
+ (gloria (false)) (creed (false)) (has_diocesan_variant false))
+ ((date 2023-12-15) (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))
+ ((date 2023-12-16) (weekday Sat) (title "St EUSEBIUS B M III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-17) (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))
+ ((date 2023-12-18) (weekday Mon) (title "FERIA II Cl V")
+ (formulary_override ("Mass of 3rd Sunday of Advent (Gaudete Sunday)"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-19) (weekday Tue) (title "FERIA II Cl V")
+ (formulary_override ("Mass of 3rd Sunday of Advent (Gaudete Sunday)"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-20) (weekday Wed)
+ (title "EMBER WEDNESDAY of ADVENT II Cl V") (formulary_override ())
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-21) (weekday Thu) (title "St THOMAS \194\167 Ap II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2023-12-22) (weekday Fri) (title "EMBER FRIDAY of ADVENT II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-23) (weekday Sat) (title "EMBER SATURDAY of ADVENT II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-24) (weekday Sun)
+ (title "VIGIL of The NATIVITY of OUR LORD I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2023-12-25) (weekday Mon) (title "The NATIVITY of OUR LORD I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2023-12-26) (weekday Tue)
+ (title "St STEPHEN \194\167 Protomartyr II Cl R") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2023-12-27) (weekday Wed)
+ (title "St JOHN \194\167 Ap Evangelist II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2023-12-28) (weekday Thu) (title "The HOLY INNOCENTS MM II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2023-12-29) (weekday Fri)
+ (title "5th DAY within the OCTAVE of the NATIVITY II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2023-12-30) (weekday Sat)
+ (title "6th DAY within the OCTAVE of the NATIVITY II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2023-12-31) (weekday Sun)
+ (title "SUNDAY within the OCTAVE of the NATIVITY II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-01-01) (weekday Mon)
+ (title "The OCTAVE DAY of the NATIVITY of the LORD I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-01-02) (weekday Tue)
+ (title "The MOST HOLY NAME of JESUS II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-01-03) (weekday Wed) (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 true))
+ ((date 2024-01-04) (weekday Thu) (title "FERIA IV Cl W \226\128\160 JCHP")
+ (formulary_override
+ ("Mass of the Octave Day of the Nativity of the Lord"))
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-05) (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))
+ ((date 2024-01-06) (weekday Sat) (title "The EPIPHANY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-01-07) (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 true))
+ ((date 2024-01-08) (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 false))
+ ((date 2024-01-09) (weekday Tue) (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 false))
+ ((date 2024-01-10) (weekday Wed) (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 false))
+ ((date 2024-01-11) (weekday Thu) (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 false))
+ ((date 2024-01-12) (weekday Fri) (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))
+ ((date 2024-01-13) (weekday Sat) (title "The BAPTISM of OUR LORD II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-01-14) (weekday Sun)
+ (title "2nd SUNDAY after the EPIPHANY II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-01-15) (weekday Mon)
+ (title "St PAUL the FIRST HERMIT C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-16) (weekday Tue) (title "St MARCELLUS I P M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-01-17) (weekday Wed) (title "St ANTHONY Ab III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-18) (weekday Thu) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 2nd Sunday after the Epiphany"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-19) (weekday Fri) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 2nd Sunday after the Epiphany"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-01-20) (weekday Sat)
+ (title "SS FABIAN P & SEBASTIAN M III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-21) (weekday Sun)
+ (title "3rd SUNDAY after the EPIPHANY II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-01-22) (weekday Mon)
+ (title "SS VINCENT & ANASTASIUS MM III Cl R #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-23) (weekday Tue)
+ (title "St RAYMUND of PENAFORT C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-24) (weekday Wed) (title "St TIMOTHY B M III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-25) (weekday Thu)
+ (title "The CONVERSION of St PAUL \194\167 Ap III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-26) (weekday Fri) (title "St POLYCARP B M III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-27) (weekday Sat)
+ (title "St JOHN CHRYSOSTOM B C D III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-28) (weekday Sun) (title "SEPTUAGESIMA SUNDAY II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-01-29) (weekday Mon)
+ (title "St FRANCIS de SALES B C D III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-30) (weekday Tue) (title "St MARTINA V M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-01-31) (weekday Wed) (title "St JOHN BOSCO C III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-01) (weekday Thu)
+ (title "St IGNATIUS \194\167 B M III Cl (Priv.) R JCHP")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-02-02) (weekday Fri)
+ (title "The PURIFICATION of the BVM II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-02-03) (weekday Sat)
+ (title "CELEBRATION of the BVM IV Cl W \226\128\160 IH JCHP*")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-02-04) (weekday Sun) (title "SEXAGESIMA SUNDAY II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-02-05) (weekday Mon)
+ (title "St AGATHA \194\167 V M III Cl (Priv.) R") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-06) (weekday Tue) (title "St TITUS B C III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-07) (weekday Wed) (title "St ROMUALD Ab III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-08) (weekday Thu) (title "St JOHN of MATHA C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-09) (weekday Fri)
+ (title "St CYRIL of ALEXANDRIA B C D III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-02-10) (weekday Sat) (title "St SCHOLASTICA V III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-02-11) (weekday Sun) (title "QUINQUAGESIMA SUNDAY II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-02-12) (weekday Mon)
+ (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))
+ ((date 2024-02-13) (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))
+ ((date 2024-02-14) (weekday Wed) (title "ASH WEDNESDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-15) (weekday Thu) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-16) (weekday Fri) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-02-17) (weekday Sat) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-02-18) (weekday Sun) (title "1st SUNDAY in LENT I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-02-19) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-20) (weekday Tue) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-21) (weekday Wed) (title "EMBER WEDNESDAY of LENT II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-22) (weekday Thu)
+ (title "The CHAIR of St PETER \194\167 Ap II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-02-23) (weekday Fri) (title "EMBER FRIDAY of LENT II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-02-24) (weekday Sat) (title "EMBER SATURDAY of LENT II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-25) (weekday Sun) (title "2nd SUNDAY in LENT I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-02-26) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-27) (weekday Tue) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-02-28) (weekday Wed) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-02-29) (weekday Thu) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-03-01) (weekday Fri) (title "FERIA III Cl V SH")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-03-02) (weekday Sat) (title "FERIA III Cl V IH JCHP")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-03-03) (weekday Sun) (title "3rd SUNDAY in LENT I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-03-04) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-05) (weekday Tue) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-06) (weekday Wed)
+ (title "SS PERPETUA \194\167 & FELICITY \194\167 MM III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-07) (weekday Thu)
+ (title "St THOMAS AQUINAS C D III Cl (Priv.) W JCHP")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-08) (weekday Fri) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-03-09) (weekday Sat)
+ (title "St FRANCES of ROME W III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-10) (weekday Sun) (title "4th SUNDAY in LENT I Cl V/Rose")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-03-11) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-03-12) (weekday Tue)
+ (title "St GREGORY I P C D III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-03-13) (weekday Wed) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-03-14) (weekday Thu) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-15) (weekday Fri) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-16) (weekday Sat) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-17) (weekday Sun) (title "PASSION SUNDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-03-18) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-03-19) (weekday Tue)
+ (title "St JOSEPH \194\167 SPOUSE of the BVM C, PATRON of the UNIVERSAL")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-03-20) (weekday Wed) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-03-21) (weekday Thu) (title "St BENEDICT Ab III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-22) (weekday Fri) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-23) (weekday Sat) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-24) (weekday Sun) (title "PALM SUNDAY I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-03-25) (weekday Mon) (title "MONDAY of HOLY WEEK I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-26) (weekday Tue) (title "TUESDAY of HOLY WEEK I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-27) (weekday Wed) (title "WEDNESDAY of HOLY WEEK I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-28) (weekday Thu) (title "MAUNDY THURSDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-29) (weekday Fri) (title "GOOD FRIDAY I Cl B")
+ (formulary_override ()) (bvm_numeral ()) (gloria ()) (creed ())
+ (has_diocesan_variant false))
+ ((date 2024-03-30) (weekday Sat) (title "HOLY SATURDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-03-31) (weekday Sun) (title "EASTER I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-04-01) (weekday Mon) (title "EASTER MONDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-04-02) (weekday Tue) (title "EASTER TUESDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-04-03) (weekday Wed) (title "EASTER WEDNESDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-04-04) (weekday Thu) (title "EASTER THURSDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-04-05) (weekday Fri) (title "EASTER FRIDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-04-06) (weekday Sat)
+ (title "EASTER SATURDAY (SABBATO in ALBIS) I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-04-07) (weekday Sun) (title "LOW SUNDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-04-08) (weekday Mon)
+ (title "The ANNUNCIATION of the BVM I Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-04-09) (weekday Tue) (title "FERIA IV Cl W \226\128\161")
+ (formulary_override ("Mass of Low Sunday")) (bvm_numeral ())
+ (gloria (true)) (creed (false)) (has_diocesan_variant true))
+ ((date 2024-04-10) (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))
+ ((date 2024-04-11) (weekday Thu) (title "St LEO P C D III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-04-12) (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 false))
+ ((date 2024-04-13) (weekday Sat) (title "St HERMENEGILD M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-04-14) (weekday Sun) (title "2nd SUNDAY after EASTER II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-04-15) (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))
+ ((date 2024-04-16) (weekday Tue) (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))
+ ((date 2024-04-17) (weekday Wed) (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))
+ ((date 2024-04-18) (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 false))
+ ((date 2024-04-19) (weekday Fri) (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))
+ ((date 2024-04-20) (weekday Sat)
+ (title "CELEBRATION of the BVM IV Cl W \226\128\160")
+ (formulary_override ("IV Mass of BVM")) (bvm_numeral (IV))
+ (gloria (true)) (creed (false)) (has_diocesan_variant false))
+ ((date 2024-04-21) (weekday Sun) (title "3rd SUNDAY after EASTER II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-04-22) (weekday Mon)
+ (title "SS SOTER & CAIUS PP MM III Cl R #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-04-23) (weekday Tue) (title "FERIA IV Cl W \226\128\161")
+ (formulary_override ("Mass of 3rd Sunday after Easter")) (bvm_numeral ())
+ (gloria (true)) (creed (false)) (has_diocesan_variant true))
+ ((date 2024-04-24) (weekday Wed)
+ (title "St FIDELIS of SIGMARINGEN M III Cl R #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-04-25) (weekday Thu)
+ (title "THE GREATER LITANIES. St MARK Evangelist II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-04-26) (weekday Fri)
+ (title "St CLETUS & MARCELLINUS PP MM III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-04-27) (weekday Sat) (title "St PETER CANISIUS C D III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-04-28) (weekday Sun) (title "4th SUNDAY after EASTER II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-04-29) (weekday Mon) (title "St PETER M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-04-30) (weekday Tue)
+ (title "St CATHERINE of SIENNA V III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-05-01) (weekday Wed)
+ (title "St JOSEPH \194\167 the WORKER, SPOUSE of the BVM C I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-02) (weekday Thu)
+ (title "St ATHANASIUS B C D III Cl (Priv.) W JCHP")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-05-03) (weekday Fri) (title "FERIA IV Cl W \226\128\161 SH")
+ (formulary_override ("Mass of 4th Sunday after Easter")) (bvm_numeral ())
+ (gloria (true)) (creed (false)) (has_diocesan_variant false))
+ ((date 2024-05-04) (weekday Sat)
+ (title "St MONICA W III Cl (Priv.) W IH JCHP*") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-05-05) (weekday Sun) (title "5th SUNDAY after EASTER II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-05-06) (weekday Mon) (title "FERIA IV Cl W \226\128\161")
+ (formulary_override ("Mass of 5th Sunday after Easter")) (bvm_numeral ())
+ (gloria (true)) (creed (false)) (has_diocesan_variant true))
+ ((date 2024-05-07) (weekday Tue) (title "St STANISLAUS B M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-05-08) (weekday Wed) (title "VIGIL of The ASCENSION II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-05-09) (weekday Thu) (title "The ASCENSION I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-10) (weekday Fri) (title "St ANTONINUS B C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-05-11) (weekday Sat)
+ (title "SS PHILIP \194\167 & JAMES \194\167 App II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-12) (weekday Sun)
+ (title "SUNDAY after the ASCENSION II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-13) (weekday Mon)
+ (title "St ROBERT BELLARMINE B C D III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-05-14) (weekday Tue) (title "FERIA IV Cl W \226\128\161")
+ (formulary_override ("Mass of the Ascension")) (bvm_numeral ())
+ (gloria (true)) (creed (false)) (has_diocesan_variant true))
+ ((date 2024-05-15) (weekday Wed)
+ (title "St JOHN BAPTIST de la SALLE C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-05-16) (weekday Thu) (title "St UBALDUS B C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-05-17) (weekday Fri) (title "St PASCHAL BAYLON C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-05-18) (weekday Sat) (title "VIGIL of PENTECOST I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-05-19) (weekday Sun) (title "PENTECOST I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-20) (weekday Mon) (title "WHIT MONDAY I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-21) (weekday Tue) (title "WHIT TUESDAY I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-22) (weekday Wed)
+ (title "WHIT WEDNESDAY (EMBER DAY) I Cl R") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-23) (weekday Thu) (title "WHIT THURSDAY I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-24) (weekday Fri) (title "WHIT FRIDAY (EMBER DAY) I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-25) (weekday Sat) (title "WHIT SATURDAY (EMBER DAY) I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-26) (weekday Sun) (title "The MOST HOLY TRINITY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-05-27) (weekday Mon)
+ (title "St BEDE the VENERABLE C D III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-05-28) (weekday Tue) (title "St AUGUSTINE B C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-05-29) (weekday Wed)
+ (title "St MARY MAGDALEN dei PAZZI V III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-05-30) (weekday Thu) (title "CORPUS CHRISTI I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-05-31) (weekday Fri)
+ (title "The BLESSED VIRGIN MARY, QUEEN II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-06-01) (weekday Sat)
+ (title "St ANGELA MERICI V III Cl W # IH JCHP") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-02) (weekday Sun)
+ (title "2nd SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-06-03) (weekday Mon) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 2nd Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-06-04) (weekday Tue)
+ (title "St FRANCIS CARACCIOLO C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-05) (weekday Wed) (title "St BONIFACE B M III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-06) (weekday Thu) (title "St NORBERT B C III Cl W # JCHP")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-06-07) (weekday Fri) (title "The SACRED HEART of JESUS I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-06-08) (weekday Sat)
+ (title "CELEBRATION of the BVM IV Cl W \226\128\160")
+ (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true))
+ (creed (false)) (has_diocesan_variant true))
+ ((date 2024-06-09) (weekday Sun)
+ (title "3rd SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-06-10) (weekday Mon) (title "St MARGARET Q W III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-06-11) (weekday Tue) (title "St BARNABAS Ap III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-06-12) (weekday Wed)
+ (title "St JOHN of SAN FACONDO C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-06-13) (weekday Thu)
+ (title "St ANTHONY of PADUA C D III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-14) (weekday Fri)
+ (title "St BASIL the GREAT B C D III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-15) (weekday Sat)
+ (title "CELEBRATION of the BVM IV Cl W \226\128\160")
+ (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true))
+ (creed (false)) (has_diocesan_variant false))
+ ((date 2024-06-16) (weekday Sun)
+ (title "4th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-06-17) (weekday Mon)
+ (title "St GREGORY BARBARIGO B C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-18) (weekday Tue)
+ (title "St EPHREM the SYRIAN Deacon C D III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-06-19) (weekday Wed)
+ (title "St JULIANA FALCONIERI V III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-20) (weekday Thu) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 4th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-21) (weekday Fri)
+ (title "St ALOYSIUS GONZAGA C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-22) (weekday Sat) (title "St PAULINUS B C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-23) (weekday Sun)
+ (title "5th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-06-24) (weekday Mon)
+ (title "The NATIVITY of JOHN the BAPTIST \194\167 I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-06-25) (weekday Tue) (title "St WILLIAM Ab III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-26) (weekday Wed)
+ (title "SS JOHN & PAUL \194\167 MM III Cl R #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-27) (weekday Thu) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 5th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-28) (weekday Fri)
+ (title "VIGIL of SS PETER \194\167 & PAUL \194\167 App II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-06-29) (weekday Sat)
+ (title "SS PETER \194\167 & PAUL \194\167 App I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-06-30) (weekday Sun)
+ (title "6th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-07-01) (weekday Mon)
+ (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))
+ ((date 2024-07-02) (weekday Tue)
+ (title "The VISITATION of the BVM II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-07-03) (weekday Wed) (title "St IRENAEUS B M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-04) (weekday Thu) (title "FERIA IV Cl G \226\128\161 JCHP")
+ (formulary_override ("Mass of 6th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-05) (weekday Fri)
+ (title "St ANTHONY MARY ZACCARIA C III Cl W # SH")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-07-06) (weekday Sat)
+ (title "CELEBRATION of the BVM 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))
+ ((date 2024-07-07) (weekday Sun)
+ (title "7th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-07-08) (weekday Mon) (title "St ELIZABETH Q W III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-09) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 7th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-10) (weekday Wed)
+ (title "The SEVEN HOLY BROTHERS MM & SS RUFINA & SECUNDA VV MM III")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-07-11) (weekday Thu) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 7th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-12) (weekday Fri) (title "St JOHN GUALBERTI Ab III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-07-13) (weekday Sat)
+ (title "CELEBRATION of the BVM IV Cl W \226\128\160")
+ (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true))
+ (creed (false)) (has_diocesan_variant false))
+ ((date 2024-07-14) (weekday Sun)
+ (title "8th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-07-15) (weekday Mon) (title "St HENRY Emperor C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-16) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 8th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-17) (weekday Wed) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 8th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-18) (weekday Thu)
+ (title "St CAMILLUS de LELLIS C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-19) (weekday Fri)
+ (title "St VINCENT de PAUL C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-07-20) (weekday Sat) (title "St JEROME EMILIANI C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-07-21) (weekday Sun)
+ (title "9th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-07-22) (weekday Mon)
+ (title "St MARY MAGDALEN Penitent III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-23) (weekday Tue) (title "St APOLLINARIS B M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-07-24) (weekday Wed) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 9th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-07-25) (weekday Thu) (title "St JAMES \194\167 Ap II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-07-26) (weekday Fri)
+ (title "St ANNE MOTHER of the BVM II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-07-27) (weekday Sat)
+ (title "CELEBRATION of the BVM IV Cl W \226\128\160")
+ (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true))
+ (creed (false)) (has_diocesan_variant false))
+ ((date 2024-07-28) (weekday Sun)
+ (title "10th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-07-29) (weekday Mon) (title "St MARTHA V III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-07-30) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 10th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-07-31) (weekday Wed) (title "St IGNATIUS C III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-08-01) (weekday Thu) (title "FERIA IV Cl G \226\128\161 JCHP")
+ (formulary_override ("Mass of 10th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-02) (weekday Fri)
+ (title "St ALPHONSUS MARIA LIGUORI B C D III Cl (Priv.) W SH")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-03) (weekday Sat)
+ (title "CELEBRATION of the BVM 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))
+ ((date 2024-08-04) (weekday Sun)
+ (title "11th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-08-05) (weekday Mon)
+ (title "The DEDICATION of St MARY of the SNOWS III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-08-06) (weekday Tue)
+ (title "The TRANSFIGURATION of OUR LORD JESUS CHRIST II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-08-07) (weekday Wed) (title "St CAJETAN C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-08) (weekday Thu)
+ (title "St JOHN MARY VIANNEY C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-09) (weekday Fri)
+ (title "VIGIL of St LAURENCE \194\167 M III Cl V #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-10) (weekday Sat) (title "St LAURENCE \194\167 M II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-11) (weekday Sun)
+ (title "12th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-08-12) (weekday Mon) (title "St CLARE V III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-13) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 12th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-08-14) (weekday Wed)
+ (title "VIGIL of The ASSUMPTION of the BVM II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-15) (weekday Thu) (title "The ASSUMPTION of the BVM I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-08-16) (weekday Fri)
+ (title "St JOACHIM FATHER of the BVM C II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-17) (weekday Sat) (title "St HYACINTH C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-08-18) (weekday Sun)
+ (title "13th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-08-19) (weekday Mon) (title "St JOHN EUDES C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-08-20) (weekday Tue) (title "St BERNARD Ab D III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-08-21) (weekday Wed)
+ (title "St JANE FRANCES FREMIOT de CHANTAL W III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-08-22) (weekday Thu)
+ (title "The IMMACULATE HEART of the BVM II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-08-23) (weekday Fri) (title "St PHILIP BENIZI C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-24) (weekday Sat)
+ (title "St BARTHOLOMEW \194\167 Ap II Cl R") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-08-25) (weekday Sun)
+ (title "14th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-08-26) (weekday Mon) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 14th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-08-27) (weekday Tue)
+ (title "St JOSEPH CALASANCTIUS C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-08-28) (weekday Wed)
+ (title "St AUGUSTINE B C D III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-29) (weekday Thu)
+ (title "The BEHEADING of St JOHN the BAPTIST \194\167 III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-30) (weekday Fri) (title "St ROSE of LIMA V III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-08-31) (weekday Sat) (title "St RAYMUND NONNATUS C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-01) (weekday Sun)
+ (title "15th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-09-02) (weekday Mon) (title "St STEPHEN K C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-03) (weekday Tue) (title "St PIUS X P C III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-04) (weekday Wed) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 15th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-05) (weekday Thu)
+ (title "St LAURENCE JUSTINIAN B C III Cl W # JCHP")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-06) (weekday Fri) (title "FERIA IV Cl G \226\128\161 SH")
+ (formulary_override ("Mass of 15th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-07) (weekday Sat)
+ (title "CELEBRATION of the BVM 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))
+ ((date 2024-09-08) (weekday Sun)
+ (title "16th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-09-09) (weekday Mon) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 16th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-09-10) (weekday Tue)
+ (title "St NICOLAS of TOLENTINO C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-09-11) (weekday Wed) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 16th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-12) (weekday Thu)
+ (title "The MOST HOLY NAME of MARY III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-13) (weekday Fri) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 16th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-14) (weekday Sat)
+ (title "The EXALTATION of the HOLY CROSS II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-09-15) (weekday Sun)
+ (title "17th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-09-16) (weekday Mon)
+ (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))
+ ((date 2024-09-17) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 17th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-09-18) (weekday Wed)
+ (title "EMBER WEDNESDAY of SEPTEMBER II Cl V") (formulary_override ())
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-09-19) (weekday Thu)
+ (title "St JANUARIUS B & COMPS MM III Cl R #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-20) (weekday Fri)
+ (title "EMBER FRIDAY of SEPTEMBER II Cl V") (formulary_override ())
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-09-21) (weekday Sat)
+ (title "St MATTHEW \194\167 Ap Evangelist II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-09-22) (weekday Sun)
+ (title "18th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-09-23) (weekday Mon) (title "St LINUS P M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-24) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 18th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-25) (weekday Wed) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 18th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-26) (weekday Thu) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 18th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-09-27) (weekday Fri)
+ (title "SS COSMAS \194\167 & DAMIAN \194\167 MM III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-09-28) (weekday Sat) (title "St WENCESLAUS Duke M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-09-29) (weekday Sun)
+ (title "The DEDICATION of St MICHAEL Archangel I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-09-30) (weekday Mon)
+ (title "St JEROME Priest C D III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-01) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 19th Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-10-02) (weekday Wed)
+ (title "The HOLY GUARDIAN ANGELS III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-10-03) (weekday Thu)
+ (title "St TERESA of the CHILD JESUS V III Cl (Priv.) W JCHP")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-04) (weekday Fri)
+ (title "St FRANCIS of ASSISI C III Cl (Priv.) W SH")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-05) (weekday Sat)
+ (title "CELEBRATION of the BVM 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))
+ ((date 2024-10-06) (weekday Sun)
+ (title "20th SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-10-07) (weekday Mon) (title "The BVM of the ROSARY II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-10-08) (weekday Tue) (title "St BRIDGET W III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-09) (weekday Wed) (title "St JOHN LEONARDI C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-10) (weekday Thu) (title "St FRANCIS BORGIA C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-11) (weekday Fri)
+ (title "The MOTHERHOOD of the BVM II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-10-12) (weekday Sat)
+ (title "CELEBRATION of the BVM IV Cl W \226\128\160")
+ (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true))
+ (creed (false)) (has_diocesan_variant true))
+ ((date 2024-10-13) (weekday Sun)
+ (title "21st SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-10-14) (weekday Mon)
+ (title "St CALLISTUS I P M III Cl (Priv.) R") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-10-15) (weekday Tue) (title "St TERESA V III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-16) (weekday Wed) (title "St HEDWIG W III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-17) (weekday Thu)
+ (title "St MARGARET MARY ALACOQUE V III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-18) (weekday Fri) (title "St LUKE Evangelist II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-10-19) (weekday Sat)
+ (title "St PETER of ALCANTARA C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-20) (weekday Sun)
+ (title "22nd SUNDAY after PENTECOST II Cl G") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-10-21) (weekday Mon) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 22nd Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-22) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 22nd Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-23) (weekday Wed)
+ (title "St ANTHONY MARY CLARET B C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-10-24) (weekday Thu) (title "St RAPHAEL Archangel III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-25) (weekday Fri) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 22nd Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-26) (weekday Sat)
+ (title "CELEBRATION of the BVM IV Cl W \226\128\160")
+ (formulary_override ("V Mass of BVM")) (bvm_numeral (V)) (gloria (true))
+ (creed (false)) (has_diocesan_variant true))
+ ((date 2024-10-27) (weekday Sun) (title "CHRIST the KING I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-10-28) (weekday Mon)
+ (title "SS SIMON \194\167 & JUDE \194\167 Ap II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-10-29) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 23rd Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-30) (weekday Wed) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 23rd Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-10-31) (weekday Thu) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 23rd Sunday after Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-01) (weekday Fri) (title "ALL SAINTS' DAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-11-02) (weekday Sat) (title "ALL SOULS' DAY I Cl B")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-03) (weekday Sun)
+ (title "4th SUNDAY remaining after the EPIPHANY II Cl G")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-11-04) (weekday Mon) (title "St CHARLES B C III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-05) (weekday Tue) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 4th Sunday remaining after the Epiphany"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-06) (weekday Wed) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 4th Sunday remaining after the Epiphany"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-07) (weekday Thu) (title "FERIA IV Cl G \226\128\161 JCHP")
+ (formulary_override ("Mass of 4th Sunday remaining after the Epiphany"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-08) (weekday Fri) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 4th Sunday remaining after the Epiphany"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-09) (weekday Sat)
+ (title "The DEDICATION of the ARCHBASILICA of OUR SAVIOUR II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-11-10) (weekday Sun)
+ (title "5th SUNDAY remaining after the EPIPHANY II Cl G")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-11-11) (weekday Mon) (title "St MARTIN B C III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-12) (weekday Tue) (title "St MARTIN I P M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-13) (weekday Wed) (title "St DIDACUS C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-14) (weekday Thu) (title "St JOSAPHAT B M III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-15) (weekday Fri)
+ (title "St ALBERT the GREAT B C D III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-16) (weekday Sat) (title "St GERTRUDE V III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-17) (weekday Sun)
+ (title "6th SUNDAY remaining after the EPIPHANY II Cl G")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-11-18) (weekday Mon)
+ (title
+ "The DEDICATION of the BASILICAS of SS PETER & PAUL III Cl (Priv.) W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-19) (weekday Tue) (title "St ELIZABETH W III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-20) (weekday Wed) (title "St FELIX de VALOIS C III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-21) (weekday Thu)
+ (title "The PRESENTATION of the BVM III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-22) (weekday Fri)
+ (title "St CECILIA \194\167 V M III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-23) (weekday Sat)
+ (title "St CLEMENT I \194\167 P M III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-24) (weekday Sun)
+ (title "24th & LAST SUNDAY After PENTECOST II Cl G")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-11-25) (weekday Mon) (title "St CATHERINE V M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-26) (weekday Tue) (title "St SILVESTER Ab III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-27) (weekday Wed) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 24th & Last Sunday After Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-11-28) (weekday Thu) (title "FERIA IV Cl G \226\128\161")
+ (formulary_override ("Mass of 24th & Last Sunday After Pentecost"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-11-29) (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))
+ (has_diocesan_variant true))
+ ((date 2024-11-30) (weekday Sat) (title "St ANDREW \194\167 Ap II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-12-01) (weekday Sun) (title "ADVENT SUNDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-12-02) (weekday Mon) (title "St BIBIANA V M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-03) (weekday Tue)
+ (title "St FRANCIS XAVIER C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-04) (weekday Wed)
+ (title "St PETER CHRYSOLOGUS B C D III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-12-05) (weekday Thu) (title "FERIA III Cl V JCHP")
+ (formulary_override ("Mass of Advent Sunday")) (bvm_numeral ())
+ (gloria (false)) (creed (false)) (has_diocesan_variant true))
+ ((date 2024-12-06) (weekday Fri)
+ (title "St NICOLAS B C III Cl (Priv.) W SH") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-07) (weekday Sat)
+ (title "St AMBROSE B C D III Cl (Priv.) W IH JCHP*")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-08) (weekday Sun)
+ (title "The IMMACULATE CONCEPTION of the BVM I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-12-09) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ())
+ (gloria (false)) (creed (false)) (has_diocesan_variant true))
+ ((date 2024-12-10) (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))
+ ((date 2024-12-11) (weekday Wed)
+ (title "St DAMASUS I P C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2024-12-12) (weekday Thu) (title "FERIA III Cl V")
+ (formulary_override ("Mass of 2nd Sunday of Advent")) (bvm_numeral ())
+ (gloria (false)) (creed (false)) (has_diocesan_variant false))
+ ((date 2024-12-13) (weekday Fri) (title "St LUCY V M III Cl (Priv.) R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-14) (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))
+ ((date 2024-12-15) (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))
+ ((date 2024-12-16) (weekday Mon) (title "St EUSEBIUS B M III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-17) (weekday Tue) (title "FERIA II Cl V")
+ (formulary_override ("Mass of 3rd Sunday of Advent (Gaudete Sunday)"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-18) (weekday Wed)
+ (title "EMBER WEDNESDAY of ADVENT II Cl V") (formulary_override ())
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-19) (weekday Thu) (title "FERIA II Cl V")
+ (formulary_override ("Mass of 3rd Sunday of Advent (Gaudete Sunday)"))
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-20) (weekday Fri) (title "EMBER FRIDAY of ADVENT II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-21) (weekday Sat) (title "St THOMAS \194\167 Ap II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-12-22) (weekday Sun) (title "4th SUNDAY of ADVENT I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-12-23) (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))
+ ((date 2024-12-24) (weekday Tue)
+ (title "VIGIL of The NATIVITY of OUR LORD I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2024-12-25) (weekday Wed) (title "The NATIVITY of OUR LORD I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-12-26) (weekday Thu)
+ (title "St STEPHEN \194\167 Protomartyr II Cl R") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-12-27) (weekday Fri)
+ (title "St JOHN \194\167 Ap Evangelist II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-12-28) (weekday Sat) (title "The HOLY INNOCENTS MM II Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-12-29) (weekday Sun)
+ (title "SUNDAY within the OCTAVE of the NATIVITY II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant true))
+ ((date 2024-12-30) (weekday Mon)
+ (title "6th DAY within the OCTAVE of the NATIVITY II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2024-12-31) (weekday Tue)
+ (title "7th DAY within the OCTAVE of the NATIVITY II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false)))
diff --git a/test/fixtures/lms-ordo-2025-2026.sexp b/test/fixtures/lms-ordo-2025-2026.sexp
new file mode 100644
index 0000000..7f8947e
--- /dev/null
+++ b/test/fixtures/lms-ordo-2025-2026.sexp
@@ -0,0 +1,1511 @@
+; test/fixtures/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)
+; and of the electronic LT.txt transcription (layers 1-2/5): a physically
+; printed, professionally-compiled liturgical calendar with its own ISBN.
+;
+; Generator: tools/extract_lms_ordo.ml -- do not hand-edit; re-run against
+; a fresh pdftotext dump and commit the diff instead.
+;
+; Source: "The Ordo 2025-2026", compiled by Peter Day-Milne, The Latin
+; Mass Society, 9 Mallow Street, London EC1Y 8RQ (title page and
+; colophon, verified directly against the PDF's own extracted text --
+; ISBN 978-1-7392096-5-0, Copyright (c) The Latin Mass Society, UK 2025).
+; PDF metadata: Author "Peter Day-Milne", Producer "LibreOffice 25.2.6.2 (X86_64) / LibreOffice Community", CreationDate 2025-10-23, 146 pages.
+; URL (NOT found by URL-pattern web search this session (unlike the 2023-2024 and 2024-2025 editions, no exact download link matching this PDF's own filename/version turned up under lms.org.uk/sites/default/files/u5374/; several near-miss candidates were checked and rejected -- none matched this PDF's own metadata) -- left honestly blank rather than guessed; the file was supplied locally to this session, not fetched by this tool):
+; (not found -- see the note on this line)
+; The local PDF (docs/research/ordo/lms-ordo-2025-2026.pdf) is gitignored
+; (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
+; 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
+;
+; 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
+; deliberately stops before -- see CHARACTERISATION below).
+;
+; CHARACTERISATION FINDINGS (Step 1, non-negotiable per the task brief --
+; the extraordinaryform.org Ordo silently omitted St Lawrence's vigil on
+; EVERY date it covered, which nearly produced a false corroboration
+; during the RG 33 work; every LMS edition, including this one, is probed
+; with the same discipline before a single divergence is adjudicated):
+;
+; 1. Gl/Cr are printed PER MASS-OPTION, not per day (confirmed again for
+; THIS edition: it carries many more Gl/Cr pairs than day-rows, because
+; every diocesan variant repeats its own "Gl ... Cr ... Pr of ..."
+; line). This extractor resolves the day's OWN office by taking the
+; FIRST Gl/Cr pair in reading order, which the source's own layout
+; guarantees is the universal entry's (diocesan variants are always
+; introduced by a colon-terminated diocese-list line that comes AFTER
+; the universal block, never before -- checked structurally, not
+; assumed, in every sampled block during development, this edition
+; included).
+;
+; 2. OPPOSITE-PREDICTION PROBES against Rite_ef.Rubrics_ef.creed (RG
+; 475-476), RE-CHECKED BY THIS TOOL RUN (not merely copied from a prior
+; edition's findings) before a single row of this fixture is trusted --
+; the technique CLAUDE.md records as the one that catches a source
+; silently omitting the very thing it is meant to witness. This run's
+; own extracted [rows] were checked against every one of the following
+; before this header was even written; a failure here is a hard [die],
+; not a printed claim:
+; 2025-11-30 (Advent Sunday, RG 475(a)) -> TRUE
+; 2025-12-01 (ordinary Advent feria, RG 476(b)/(d)) -> FALSE
+; 2025-12-26 (St Stephen, II class, inside the Nativity octave, RG 475(d)) -> TRUE
+; 2026-08-10 (St Laurence, II class martyr, no Lord/BVM/apostle clause applies, RG 476(b) -- St Joachim (16 August) is IMPEDED by a Sunday in this edition's own calendar (12th Sunday after Pentecost), so this edition needed a DIFFERENT sharp non-octave II-class pairing than the 2023-2024/2024-2025 editions used; a real, edition-specific finding, not an extraction quirk) -> FALSE
+; 2026-08-15 (the Assumption, I class, RG 475(b)) -> TRUE
+; All 5 predictions confirmed, both directions (TRUE and FALSE each
+; independently witnessed) -- this edition is discriminating, not a
+; constant, on the Creed.
+;
+; 3. The BVM-Saturday roman numeral (I-V, "Missae de sancta Maria in
+; sabbato", RG 309(a)) is anchored by WHOLE-LINE match against the five
+; literal strings below, NEVER by substring search: "V Mass of BVM" is
+; a substring of "IV Mass of BVM", so a naive `contains` check
+; misreads every fourth-Mass day as the fifth (the coordinator's own
+; misreading, recorded and retracted in commit 27b07b4 before Task 6
+; existed; the same anchoring logic runs unchanged for every edition).
+;
+; 4. SCOPE EXCLUDED, quantified, not silently dropped:
+; - Diocesan variants: present on 163 of 399 days (40.9%) -- their own
+; text is read only far enough to set [has_diocesan_variant],
+; never compared, because colitur computes the UNIVERSAL General
+; Roman Calendar only, with no diocesan overlay loaded.
+; - The single malformed trailing entry ("...The OCTAVE DAY of the
+; NATIVITY..." with a bare 4-digit token where a weekday+day-number
+; pair belongs) is excluded outright: the extractor's own stop
+; marker (a line whose first token is a bare 4-digit token) halts
+; the scan before it. CONFIRMED IDENTICAL, word for word, across
+; ALL FOUR known editions of this publisher's Ordo (2023-2024,
+; 2024-2025, 2025-2026, and the 2024-2025 fixture's own prior
+; header) -- always the literal stray year token "2025", regardless
+; of which edition or which real trailing year it should read: a
+; stale copy-paste leftover the compiler's own master document
+; carries forward unedited release to release (even the 2024-2025
+; PDF's own tail page footer nearby still reads "Latin Mass Society
+; Ordo 2021-2022"), not something specific to this edition.
+; - Front matter, the Abbreviations/Rubrical-Primer/Breviary sections,
+; 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).
+(((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))
+ (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))
+ ((date 2025-11-30) (weekday Sun) (title "ADVENT SUNDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (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))
+ ((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))
+ ((date 2025-12-03) (weekday Wed)
+ (title "St FRANCIS XAVIER C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2025-12-08) (weekday Mon)
+ (title "The IMMACULATE CONCEPTION of the BVM I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((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))
+ ((date 2025-12-11) (weekday Thu)
+ (title "St DAMASUS I P C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ ((date 2025-12-17) (weekday Wed)
+ (title "EMBER WEDNESDAY of ADVENT II Cl V") (formulary_override ())
+ (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2025-12-25) (weekday Thu) (title "The NATIVITY of OUR LORD I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ (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))
+ (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))
+ (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))
+ (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))
+ (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))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-01-06) (weekday Tue) (title "The EPIPHANY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-01-15) (weekday Thu)
+ (title "St PAUL the FIRST HERMIT C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ ((date 2026-01-23) (weekday Fri)
+ (title "St RAYMUND of PENAFORT C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-02-01) (weekday Sun) (title "SEPTUAGESIMA SUNDAY II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-02-07) (weekday Sat)
+ (title "St ROMUALD Ab III Cl W # IH JCHP*") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ (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))
+ ((date 2026-02-11) (weekday Wed)
+ (title "The APPARITION of the BVM IMMACULATE III Cl W #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ ((date 2026-02-15) (weekday Sun) (title "QUINQUAGESIMA SUNDAY II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (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))
+ ((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))
+ ((date 2026-02-18) (weekday Wed) (title "ASH WEDNESDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-02-19) (weekday Thu) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-02-20) (weekday Fri) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-02-21) (weekday Sat) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ ((date 2026-02-23) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ ((date 2026-02-25) (weekday Wed) (title "EMBER WEDNESDAY of LENT II Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2026-02-26) (weekday Thu) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ (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))
+ (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))
+ ((date 2026-03-02) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2026-03-03) (weekday Tue) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2026-03-04) (weekday Wed) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-03-05) (weekday Thu) (title "FERIA III Cl V JCHP")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ ((date 2026-03-09) (weekday Mon)
+ (title "St FRANCES of ROME W III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-03-10) (weekday Tue) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-03-11) (weekday Wed) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ (has_diocesan_variant true))
+ ((date 2026-03-13) (weekday Fri) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant true))
+ ((date 2026-03-14) (weekday Sat) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ ((date 2026-03-16) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-03-17) (weekday Tue) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-03-18) (weekday Wed) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ (has_diocesan_variant false))
+ ((date 2026-03-20) (weekday Fri) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ ((date 2026-03-22) (weekday Sun) (title "PASSION SUNDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2026-03-23) (weekday Mon) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ (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))
+ (has_diocesan_variant false))
+ ((date 2026-03-26) (weekday Thu) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-03-27) (weekday Fri) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-03-28) (weekday Sat) (title "FERIA III Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ ((date 2026-03-30) (weekday Mon) (title "MONDAY of HOLY WEEK I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (false))
+ (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))
+ (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))
+ (has_diocesan_variant false))
+ ((date 2026-04-02) (weekday Thu) (title "MAUNDY THURSDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((date 2026-04-04) (weekday Sat) (title "HOLY SATURDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-04-05) (weekday Sun) (title "EASTER I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2026-04-06) (weekday Mon) (title "EASTER MONDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2026-04-07) (weekday Tue) (title "EASTER TUESDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2026-04-08) (weekday Wed) (title "EASTER WEDNESDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2026-04-09) (weekday Thu) (title "EASTER THURSDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2026-04-10) (weekday Fri) (title "EASTER FRIDAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-04-28) (weekday Tue)
+ (title "St PAUL of the CROSS C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-05-14) (weekday Thu) (title "The ASCENSION I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((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))
+ ((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))
+ ((date 2026-05-18) (weekday Mon) (title "St VENANTIUS M III Cl R #")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-05-23) (weekday Sat) (title "VIGIL of PENTECOST I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (false))
+ (has_diocesan_variant false))
+ ((date 2026-05-24) (weekday Sun) (title "PENTECOST I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2026-05-25) (weekday Mon) (title "WHIT MONDAY I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (has_diocesan_variant false))
+ ((date 2026-05-26) (weekday Tue) (title "WHIT TUESDAY I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ (has_diocesan_variant false))
+ ((date 2026-05-28) (weekday Thu) (title "WHIT THURSDAY I Cl R")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ (has_diocesan_variant false))
+ ((date 2026-06-04) (weekday Thu) (title "CORPUS CHRISTI I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((date 2026-06-06) (weekday Sat)
+ (title "St NORBERT B C III Cl W # IH JCHP") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ (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))
+ (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))
+ ((date 2026-06-19) (weekday Fri)
+ (title "St JULIANA FALCONIERI V III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-07-02) (weekday Thu)
+ (title "The VISITATION of the BVM II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ (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))
+ ((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))
+ (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))
+ (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))
+ (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))
+ ((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))
+ ((date 2026-07-21) (weekday Tue)
+ (title "St LAURENCE of BRINDISI C D III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ (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))
+ ((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))
+ ((date 2026-08-08) (weekday Sat)
+ (title "St JOHN MARY VIANNEY C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ (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))
+ ((date 2026-08-15) (weekday Sat) (title "The ASSUMPTION of the BVM I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ ((date 2026-08-22) (weekday Sat)
+ (title "The IMMACULATE HEART of the BVM II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ (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))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ (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))
+ (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))
+ (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))
+ (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))
+ (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))
+ ((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))
+ ((date 2026-09-15) (weekday Tue)
+ (title "The SEVEN SORROWS of the BVM II Cl W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((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))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ ((date 2026-09-22) (weekday Tue)
+ (title "St THOMAS of VILLANOVA B C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ (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))
+ (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))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ ((date 2026-09-30) (weekday Wed)
+ (title "St JEROME Priest C D III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ ((date 2026-10-07) (weekday Wed) (title "OUR LADY of the ROSARY II Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-10-17) (weekday Sat)
+ (title "St MARGARET MARY ALACOQUE V III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((date 2026-10-19) (weekday Mon)
+ (title "St PETER of ALCANTARA C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ (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))
+ (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))
+ (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))
+ ((date 2026-10-25) (weekday Sun) (title "CHRIST the KING I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ (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))
+ (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))
+ ((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))
+ (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))
+ (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))
+ ((date 2026-11-01) (weekday Sun) (title "ALL SAINTS' DAY I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ ((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))
+ (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))
+ ((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))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-11-17) (weekday Tue)
+ (title "St GREGORY THAUMATURGUS B C III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ (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))
+ ((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))
+ ((date 2026-11-21) (weekday Sat)
+ (title "The PRESENTATION of the BVM III Cl W #") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ (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))
+ ((date 2026-11-29) (weekday Sun) (title "ADVENT SUNDAY I Cl V")
+ (formulary_override ()) (bvm_numeral ()) (gloria (false)) (creed (true))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-12-07) (weekday Mon)
+ (title "St AMBROSE B C D III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ (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))
+ ((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))
+ ((date 2026-12-11) (weekday Fri)
+ (title "St DAMASUS I P C III Cl (Priv.) W") (formulary_override ())
+ (bvm_numeral ()) (gloria (true)) (creed (false))
+ (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))
+ ((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))
+ ((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))
+ (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))
+ (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))
+ (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))
+ (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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((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))
+ ((date 2026-12-25) (weekday Fri) (title "The NATIVITY of OUR LORD I Cl W")
+ (formulary_override ()) (bvm_numeral ()) (gloria (true)) (creed (true))
+ (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))
+ (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))
+ (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))
+ (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))
+ (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))
+ (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))
+ (has_diocesan_variant false)))