hours: split Saturday's Deuteronomy canticle back into its own two parts
Deploy / deploy (push) Successful in 48s

Per direct instruction: RB 13 says this canticle "in duas glorias" --
two pieces, each closing with its own Gloria Patri, framed by one
shared antiphon (opening before the first, full only after the
second) -- not joined into one continuous block the way this was
first built. canticleText() now takes an optional verse slice so
Saturday can ask for two.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-11 13:46:20 -04:00
parent 73f9c1aebe
commit 4548042b65
3 changed files with 70 additions and 23 deletions
+8
View File
@@ -96,6 +96,14 @@ saturday:
antiphon: { la: "In veritáte tua * exáudi me, Dómine.", en: "In thy truth, O Lord, * listen unto me." }
canticle:
id: canticum-moysis-deuteronomii
# Split across two D.O. Lauds slots (own doc comment on the split, own
# Gloria Patri each -- confirmed live) rather than joined into one
# continuous canticle the way every other weekday's is: per direct
# instruction, this is the older monastic practice, matching how the
# Rule of St. Benedict itself divides it (RB 13's "Canticum de
# Deuteronomio... in duas glorias"). `split: 32` is the verse count of
# the first part (Deut 32:1-32); the rest (32:33-65) is the second.
split: 32
antiphon: { la: "Date magnitúdinem * Deo nostro.", en: "Ascribe greatness * to our God." }
laudate:
antiphon: { la: "In cýmbalis * benesonántibus laudáte Deum.", en: "Praise God * upon the resounding cymbals." }