0b6a0ad1cc
Design (direct instruction): Marian Saturday is its own rank tier,
between simplex and vigil in vu's FeastClass scale -- beats a plain
Simplex saint (commemorated in return), loses cleanly with zero trace
to anything Vigil-or-higher. Deliberately not the full historical
Officium Sabbatorum B.M.V. ("no little office"): ferial psalmody is
kept everywhere, only the antiphons swap to Marian text; Matins and
Lauds each get a real proper Marian hymn; the Marian collect applies
whenever the day wins.
The calendar-side mechanism (calendar/index.ts's applyMarianSaturday)
and a collect/Benedictus antiphon already existed from an earlier
session -- authored what was still missing: matins-hymn-marian-
saturday.yml (Matins had nothing at all) and lauds-{capitulum,
responsory,hymn,versicle}-marian-saturday.yml.
Also found and fixed 3 real bugs from that earlier, unverified pass:
Lauds' own hymn ("O gloriósa Dómina") was sitting under the plain
ferial lauds-hymn-saturday id instead of its own marian-saturday id;
that id's capitulum/responsory/versicle siblings were live-verified
from a different, privileged Lenten Ember Saturday, not a genuine
per-annum ferial Saturday -- corrected to the real content ("Auróra
jam spargit polum" / Rom 13:12-13 / "Sana ánimam meam" / "Repléti
sumus mane misericórdia tua", live-verified against a clean September
Ember Saturday); and the Lauds psalmody override used the real
historical proper psalm set (92/99/62) instead of the ferial one,
rolled back per direct instruction to plain ferial psalms (50, 142,
the split Canticle of Moses) with only the antiphons swapped.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AGjUyhUZJaSjiniEmnLdak
25 lines
1.3 KiB
YAML
25 lines
1.3 KiB
YAML
# Plain ferial Saturday's own Lauds capitulum — live-verified against
|
|
# Divinum Officium (Monastic Tridentinum 1617), Lauds live query,
|
|
# 2025-09-20 (a September Ember Saturday winning outright with nothing
|
|
# else in play, `{ex Psalterio secundum diem}` in the source).
|
|
#
|
|
# Corrected 2026-09-04: this id previously held Isa 58:1 ("Clama, ne
|
|
# cesses..."), sourced from a *Lenten* Ember Saturday (2026-02-28) on the
|
|
# assumption it was shared, genuine per-annum content — wrong, live-
|
|
# checked against this clean ordinary-time date instead: the real
|
|
# per-annum text is Rom 13:12-13, not Isa 58:1. Isa 58:1 is now homeless
|
|
# (not currently reused anywhere in this store) — likely a real, distinct
|
|
# Lenten-ferial-capitulum text this project doesn't yet model separately
|
|
# from the plain weekday default; flagged in TODO.md rather than built
|
|
# out here.
|
|
id: lauds-capitulum-saturday
|
|
text:
|
|
la: "Nox præcéssit, dies autem appropinquávit. Abiciámus ergo ópera tenebrárum, et induámur arma lucis. Sicut in die honéste ambulémus."
|
|
en: "The night is passed, and the day is at hand. Let us therefore cast off the works of darkness, and put on the armour of light. Let us walk honestly, as in the day."
|
|
citation:
|
|
la: "Rom 13:12-13"
|
|
en: "Rom 13:12-13"
|
|
status:
|
|
la: verified
|
|
en: verified
|