compline: build the full hour, sharing Prime's resolver helpers
Deploy / deploy (push) Successful in 38s
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.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# Which common proper supplies the hymn's final doxology stanza, by season.
|
||||
# Advent has no special doxology in the source data — it falls through to
|
||||
# perAnnum, same as any season not listed here. Same PLACEHOLDER caveat as
|
||||
# Shared across every hymn (Divinum Officium's own Doxologies.txt table is
|
||||
# hymn-agnostic) — each hymn's own per-annum default is supplied by the
|
||||
# caller instead (see hours/hymn-doxology.ts). Advent has no special
|
||||
# doxology in the source data — it falls through to the caller's per-annum
|
||||
# default, same as any season not listed here. Same PLACEHOLDER caveat as
|
||||
# prime-chapter-responsory-by-season.yml: real season resolution doesn't
|
||||
# exist until milestone 4, so this can't be exercised by real data yet.
|
||||
perAnnum: hymn-doxology-per-annum
|
||||
bySeason:
|
||||
christmastide: hymn-doxology-nat
|
||||
epiphanytide: hymn-doxology-epi
|
||||
|
||||
Reference in New Issue
Block a user