Commit Graph

2 Commits

Author SHA1 Message Date
will 096555913d Break Marian antiphons into their real verse/chant lines
Deploy / deploy (push) Successful in 2m4s
Regina Caeli, Salve Regina, Ave Regina Caelorum, and Alma Redemptoris
Mater were stored as one continuous prose line each, so they rendered
run-on instead of line-by-line. These are chant/verse texts (Alma
Redemptoris Mater is dactylic hexameter, Ave Regina Caelorum is
rhyming couplets), so line breaks now follow the canonical Liber
Usualis lineation (Latin) and the traditional published English
translation lineation, both cross-checked against
divinum-officium-reference's own line-broken Mariaant.txt files.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W8cttEhwbN3f6hiHQHqCae
2026-09-06 06:59:20 -04:00
will ec448bc35b compline: build the full hour, sharing Prime's resolver helpers
Deploy / deploy (push) Successful in 38s
Ordo is Monastic 1617 as a base, with deliberate Tridentine 1906
additions: the "In manus tuas" short responsory, the Nunc Dimittis
with its "Salva nos" antiphon, the fuller Preces (Monastic's own is
shorter), and Lent's "Christe, qui lux es et dies" hymn replacement
(English translation marked draft, pending a real historical one).
Psalms 4, 90, 133 are fixed daily with real verified text, unlike
Prime's weekday-rotated psalms.

The closing Marian antiphon now picks Alma Redemptoris Mater / Ave
Regina Caelorum / Regina Caeli / Salve Regina by real season, using
the calendar work from the previous commit — except Ave Regina
Caelorum's own window (Candlemas through the day before Maundy
Thursday) doesn't align to any single season value, so that one case
checks the real date directly instead of going through the by-season
table.

resolve-common.ts extracts the resolve/status/doxology/antiphon
helpers Prime already had into something Compline can share; a few
propers files lose their "prime-" prefix now that both hours use them.
2026-08-10 05:27:40 -04:00