Files
vu/src/data/hours/sext-antiphons.yml
T
will 813d173f5c
Deploy / deploy (push) Successful in 39s
hours: build Terce, Sext, and None
Three separate resolver files (terce.ts/sext.ts/none.ts), not a shared
little-hour module — they're structurally identical but kept independent
by choice. Ordo verified against Divinum Officium (Monastic Tridentinum
1617): opening versicle, self-contained hymn, one antiphon framing three
psalms (no closing repeat, unlike Prime), a capitulum with its own
embedded short versicle/response, the day's own collect, and a closing
identical across all three hours.

Also fills in psalter-distribution.yml's previously-missing Sunday/
Monday/Tuesday psalm entries (Ps 118 sections for Sunday/Monday; Tuesday
turns out to share Wednesday/Thursday's native gradual-psalm set, not a
distinct one). Friday/Saturday's antiphons are derived from each day's
first psalm rather than reusing the native gradual antiphons, since
those two days already use a redistributed, non-native psalm set.

hours/types.ts gains a 'day-collect' part kind — the first ordo to use
the day's own Proper collect rather than a fixed text.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-10 13:51:08 -04:00

20 lines
555 B
YAML

# See terce-antiphons.yml for the full explanation of this table's shape,
# sourcing, and the Friday/Saturday derivation caveat.
sunday:
la: "Allelúja."
en: "Alleluia."
monday:
la: "Áspice in me."
en: "Look upon me."
tuesday: &gradual-sext-ant
la: "Qui hábitas."
en: "Who dwellest."
wednesday: *gradual-sext-ant
thursday: *gradual-sext-ant
friday:
la: "Quid gloriáris in malítia."
en: "Why dost thou glory in malice."
saturday:
la: "Fundaménta ejus in móntibus sanctis."
en: "The foundations thereof are in the holy mountains."