Author Lauds psalmody+office-bundle for all 28 remaining duplex-majus+ saints
Deploy / deploy (push) Successful in 56s

Completes the Lauds content backlog: every saint with Prime/Terce/Sext/
None content already authored this session now also has its own Lauds
psalmody override (3 psalm antiphons + Canticle of the Three Young Men +
Laudate antiphon) and office bundle (capitulum/responsory/hymn/versicle),
live-verified against Divinum Officium (Monastic Tridentinum 1617).
Combined with the 4 already done (st-lawrence, marian-saturday,
christ-the-king, christmas-octave-sunday), the psalmody-override and
office-bundle backlogs are both now fully closed for every non-`propers:
null` duplex-majus+ id.

Confirmed structurally, not assumed: the 5 Lauds antiphons are the same
pool Prime/Terce/Sext/None draw from (Prime=1, Terce=2, Sext=3, None=5,
skipping the canticle's own 4th).

St. Scholastica again needed self-translation (no English exists in the
source for her Lauds content either) -- four of five antiphons and her
capitulum reuse the English already verified for her Terce/Sext/None
content; the canticle antiphon, versicle, and 6-stanza hymn are new
translations. Surfaced a real schema gap along the way: the Lauds
psalmody-override type has no per-language status field the way the
Prime/Terce/Sext/None mechanism does, so her draft English can't carry
the same "unverified" UI marker there -- flagged in TODO.md, not fixed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-12 19:19:16 -04:00
parent 6bab6047c1
commit d6ea898e3f
141 changed files with 2683 additions and 28 deletions
+44 -28
View File
@@ -6,39 +6,55 @@ into "only findable by reading commit messages."
## Content gaps — mechanism built, data incomplete
### Lauds psalmody overrides (duplex-majus+ per-feast psalms/antiphons/canticle)
### Lauds psalmody overrides + office-bundle overrides — done (2026-08)
Mechanism: `src/hours/lauds-psalmody-overrides.ts`, gated in
`hours/lauds.ts`'s `getPsalmodyOverrideFor`. Only fires for a saint ranked
duplex-majus or higher (per direct instruction) or a named temporal feast
(`marian-saturday`, `christ-the-king`).
`hours/lauds.ts`'s `getPsalmodyOverrideFor`; office bundle
(`lauds-capitulum-/-responsory-/-hymn-/-versicle-<id>.yml` in
`data/propers/common/`) falls back to the plain weekday bundle
independently of whether the psalmody override exists. Fires for a saint
ranked duplex-majus or higher, or a named temporal feast
(`marian-saturday`, `christ-the-king`, `christmas-octave-sunday`).
**Authored (3):** `st-lawrence`, `marian-saturday`, `christ-the-king`.
**Authored — all 28 non-`propers: null` duplex-majus+ saints/temporal
ids, plus the 4 already done going in (`st-lawrence`, `marian-saturday`,
`christ-the-king`, `christmas-octave-sunday`) — full 32/32.** Same
methodology as the P/T/S/N batch: one live `command=prayLaudes` query per
saint's own already-established clean date, Monastic Tridentinum 1617.
Extraction automated this time via a purpose-built HTML parser
(`scratchpad/parse_lauds_html.py`, not committed — a one-off tool, not
application code) after manual grep/sed proved too slow at this volume;
cross-validated against 5 saints' worth of already-known-correct content
before trusting it for the rest, then spot-checked further plus an
automated la==en/HTML-leftover sweep across all 28 outputs. Verified
end-to-end with a runtime smoke test resolving each id's actual
`getLaudsPsalmodyOverride` + all four bundle parts through the real
mechanism, not just checking the YAML files exist.
**Not authored yet (32 duplex-majus+ saints, sorted roughly by calendar
order)** — each needs a live `command=prayLaudes` query on the saint's own
date, Monastic Tridentinum 1617, same method as the three done so far:
The 5 antiphons cycle through a fixed pool matching the psalm scheme
every one of these major feasts uses ("Psalmi Dominica"): psalms
92/99/62, the Canticle of the Three Young Men, then the Laudate group
(Ps 148-150, one shared antiphon) — confirmed via the reference engine's
own psalm-number labels, not assumed. This is the *same* 5-antiphon pool
Prime/Terce/Sext/None draw from (Prime=group 1, Terce=2, Sext=3, None=5,
skipping the canticle's own group 4) — real, confirmed structurally (see
St. Scholastica below), not a coincidence.
conversion-of-st-paul, chair-of-st-peter-at-rome, apparition-of-st-michael,
st-matthias, st-benedict\*, st-mark, ss-philip-and-james, st-john-before-the-latin-gate,
st-john-apostle (Dec 27, distinct from st-john-before-the-latin-gate May 6),
st-barnabas, nativity-of-st-john-the-baptist, ss-peter-and-paul, chair-of-st-peter-at-antioch,
st-james-the-greater, st-martin-of-tours, holy-innocents, st-thomas-apostle,
all-saints, all-saints-of-the-benedictine-order\*, st-andrew, st-stephen-protomartyr,
ss-simon-and-jude, st-luke, st-matthew, st-michael\*, st-maurus-abbot\*,
ss-placid-and-companions\*, st-scholastica, st-bartholomew, st-peter-ad-vincula,
assumption, nativity-bvm, immaculate-conception.
\* = `propers: null` in the saint's own record — needs collect + antiphon
authored too, not just the psalmody override, before any of this is useful.
### Lauds office-bundle overrides (capitulum/responsory/hymn/versicle)
Same override id, separate files (`lauds-capitulum-<id>.yml` etc. in
`data/propers/common/`) — falls back to the plain weekday bundle when
absent, *independently* of whether the psalmody override exists.
**Authored (2): `st-lawrence`, `christ-the-king`.** 31 duplex-majus+ saints
left — same list as the psalmody overrides above, minus Lawrence.
St. Scholastica needed the same treatment as her P/T/S/N content: no
English exists in the reference engine's data for her Lauds antiphons,
capitulum, versicle, or hymn. Four of her five antiphons and her
capitulum reuse the exact English already translated and verified for
her Terce/Sext/None content (confirmed same Latin, since Lauds and the
minor hours share this pool); the canticle antiphon, versicle, and
6-stanza hymn ("Jam noctis umbræ cóncidunt") are newly translated here.
**Real gap surfaced by this: the Lauds psalmody-override schema
(`hours/lauds.ts`'s `BilingualText`) has no per-language status field the
way `hours/resolve-common.ts`'s `ResolvedText` does** — `psalmParts`
unconditionally wraps every psalmody antiphon in `verifiedText()`, so her
self-translated antiphon English can't carry the "draft" marker
(`.text-draft`) the same content does at Prime/Terce/Sext/None. Flagged
here, not fixed — would need `BilingualText` (or the override schema
generally) to carry a status field through to `psalmParts`/`resolvePsalmody`.
### Prime/Terce/Sext/None minor-hour overrides (2026-08, new mechanism)
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-01, clean year.
id: all-saints
groups:
- psalms: [92]
antiphon:
la: "Vidi turbam magnam, * quam dinumeráre nemo póterat, ex ómnibus géntibus, stantes ante thronum."
en: "I beheld, and, lo, great multitude, which no man could number, * of all nations, (and kindreds, and people, and tongues,) stood before the throne."
- psalms: [99]
antiphon:
la: "Et omnes Ángeli * stabant in circúitu throni, et cecidérunt in conspéctu throni in fácies suas, et adoravérunt Deum."
en: "And all the Angels stood round about the throne, * (and about the Elders, and the four living creatures,) and fell before the throne on their faces, and worshipped God."
- psalms: [62]
antiphon:
la: "Redemísti nos, * Dómine Deus, in sánguine tuo ex omni tribu, et lingua, et pópulo, et natióne, et fecísti nos Deo nostro regnum."
en: "Thou, O Lord God, hast redeemed us by thy Blood, * out of every kindred, and tongue, and people, and nation, and hast made us a kingdom unto our God."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Benedícite Dóminum * omnes elécti ejus: ágite dies lætítiæ, et confitémini illi."
en: "Bless the Lord, all ye His chosen, * keep holiday, and extol Him."
laudate:
antiphon:
la: "Hymnus * ómnibus Sanctis ejus: fíliis Israël, pópulo appropinquánti sibi: glória hæc est ómnibus sanctis ejus."
en: "The praise of all His Saints, * even of the children of Israel, a people near unto Him; this honour have all His Saints."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-05-08, clean year.
id: apparition-of-st-michael
groups:
- psalms: [92]
antiphon:
la: "Stetit Angelus * juxta aram templi, habens thuríbulum áureum in manu sua, allelúja."
en: "An Angel stood at the Altar * of the Temple, having a golden censer in his hand, alleluia."
- psalms: [99]
antiphon:
la: "Dum præliarétur * Míchaël Archángelus cum dracóne, audíta est vox dicéntium: Salus Deo nostro, allelúja."
en: "While as the Archangel Michael fought against the dragon, * I heard voices saying: Salvation unto our God. Alleluia."
- psalms: [62]
antiphon:
la: "Archángele Míchaël, * constítui te príncipem super omnes ánimas suscipiéndas, allelúja."
en: "Michael Mine Archangel, * I have appointed thee for a prince over the ingathering of souls, alleluia."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Angeli Dómini, * Dóminum benedícite in ætérnum, allelúja."
en: "O ye Angels of the Lord, bless ye the Lord always, alleluia."
laudate:
antiphon:
la: "Angeli, Archángeli, * Throni et Dominatiónes, Principátus et Potestátes, Virtútes cælórum, laudáte Dóminum de cælis, allelúja."
en: "O ye Angels and Archangels, * O ye Thrones and Dominions, O ye Principalities and Powers, O ye mighty Ones of heaven, praise ye the Lord from the heavens. Alleluia."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-15, clean year.
id: assumption
groups:
- psalms: [92]
antiphon:
la: "Assúmpta est María in cælum: * gaudent Angeli, laudántes benedícunt Dóminum."
en: "Mary hath been taken to heaven; * the Angels rejoice; they praise and bless the Lord."
- psalms: [99]
antiphon:
la: "María Virgo assúmpta est * ad æthéreum thálamum, in quo Rex regum stelláto sedet sólio."
en: "The Virgin Mary hath been taken into the chamber on high, * where the King of kings sitteth on a throne amid the stars."
- psalms: [62]
antiphon:
la: "In odórem * unguentórum tuórum cúrrimus: adolescéntulæ dilexérunt te nimis."
en: "We run after thee, on the scent of thy perfumes * the virgins love thee heartily."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Benedícta * fília tu a Dómino: quia per te fructum vitæ communicávimus."
en: "Blessed of the Lord art thou, O daughter, * for by thee we have been given to eat of the fruit (of the tree) of Life."
laudate:
antiphon:
la: "Pulchra es * et decóra, fília Jerúsalem, terríbilis ut castrórum ácies ordináta."
en: "Fair and comely art thou, O daughter of Jerusalem, * terrible as a fenced camp set in battle array."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-02-22, clean year.
id: chair-of-st-peter-at-antioch
groups:
- psalms: [92]
antiphon:
la: "Ecce sacérdos magnus, * qui in diébus suis plácuit Deo, et invéntus est justus."
en: "Behold an high priest, * who in his days pleased God, and was found righteous."
- psalms: [99]
antiphon:
la: "Non est invéntus * símilis illi, qui conserváret legem Excélsi."
en: "None was found like unto him, * to keep the Law of the Most High."
- psalms: [62]
antiphon:
la: "Ideo jurejurándo * fecit illum Dóminus créscere in plebem suam."
en: "Therefore the Lord assured him * by an oath that He would multiply his seed among His people."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Sacerdótes Dei, * benedícite Dóminum: servi Dómini, hymnum dícite Deo."
en: "O all ye Priests of God, * bless ye the Lord O all ye servants of the Lord, sing praises unto our God."
laudate:
antiphon:
la: "Serve bone * et fidélis, intra in gáudium Dómini tui."
en: "Good and faithful servant, * enter thou into the joy of thy Lord."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-01-18, clean year.
id: chair-of-st-peter-at-rome
groups:
- psalms: [92]
antiphon:
la: "Ecce sacérdos magnus, * qui in diébus suis plácuit Deo, et invéntus est justus."
en: "Behold an high priest, * who in his days pleased God, and was found righteous."
- psalms: [99]
antiphon:
la: "Non est invéntus * símilis illi, qui conserváret legem Excélsi."
en: "None was found like unto him, * to keep the Law of the Most High."
- psalms: [62]
antiphon:
la: "Ideo jurejurándo * fecit illum Dóminus créscere in plebem suam."
en: "Therefore the Lord assured him * by an oath that He would multiply his seed among His people."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Sacerdótes Dei, * benedícite Dóminum: servi Dómini, hymnum dícite Deo. Allelúja."
en: "O all ye Priests of God, * bless ye the Lord O all ye servants of the Lord, sing praises unto our God."
laudate:
antiphon:
la: "Serve bone * et fidélis, intra in gáudium Dómini tui."
en: "Good and faithful servant, * enter thou into the joy of thy Lord."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-01-25, clean year.
id: conversion-of-st-paul
groups:
- psalms: [92]
antiphon:
la: "Ego plantávi, * Apóllo rigávit, Deus autem increméntum dedit. Allelúja."
en: "I have planted, * Apollos watered, but God gave the increase. Alleluia."
- psalms: [99]
antiphon:
la: "Libénter gloriábor * in infirmitátibus meis, ut inhábitet in me virtus Christi."
en: "Most gladly therefore will I rather glory * in my infirmities, that the power of Christ may rest upon me."
- psalms: [62]
antiphon:
la: "Grátia Dei * in me vácua non fuit, sed grátia ejus semper in me manet."
en: "The grace of God which was bestowed upon me was not in vain, * but His grace abideth ever in me."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Damásci, præpósitus * gentis Arétæ regis vóluit me comprehéndere: a frátribus per murum demíssus sum in sporta, et sic evási manus ejus in nómine Dómini."
en: "In Damascus the governor under Aretas the king was desirous to apprehend me; by the brethren in a basket was I let down by the wall, and so escaped I his hands, in the name of the Lord."
laudate:
antiphon:
la: "Ter virgis cæsus sum, * semel lapidátus sum, ter naufrágium pértuli pro Christi nómine."
en: "Thrice was I beaten with rods, * once was I stoned, thrice I suffered shipwreck, for Christ's name's sake."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-28, clean year.
id: holy-innocents
groups:
- psalms: [92]
antiphon:
la: "Heródes irátus * occídit multos púeros in Béthlehem Judæ civitáte David."
en: "Herod was exceeding wroth, * and slew many children in Bethlehem of Judah, the city of David."
- psalms: [99]
antiphon:
la: "A bimátu * et infra occídit multos púeros Heródes propter Dóminum."
en: "Herod slew many children * from two years old, and under, for the Lord's sake."
- psalms: [62]
antiphon:
la: "Angeli eórum * semper vident fáciem Patris."
en: "Their angels * do always behold the face of the Father."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Vox in Rama * audíta est, plorátus et ululátus, Rachel plorans fílios suos."
en: "In Rama was there a voice * heard, weeping and mourning, Rachel weeping for her children."
laudate:
antiphon:
la: "Sub throno Dei * omnes Sancti clamant: Víndica sánguinem nostrum, Deus noster."
en: "Under the throne of God * all the saints cry aloud: Avenge our blood, O our God!"
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-12-08, clean year.
id: immaculate-conception
groups:
- psalms: [92]
antiphon:
la: "Conceptio gloriosæ Virginis Mariæ * ex semine Abrahæ, ortæ de tribu Juda, clara ex stirpe David."
en: "This day was conceived the glorious Virgin Mary, * a child of the seed of Abraham, a daughter of the tribe of Judah, a Princess of the lineage of David."
- psalms: [99]
antiphon:
la: "Conceptio est hodie * sanctæ Mariæ Virginis cujus vita inclyta cunctas illustrat ecclesias."
en: "This day is the Conception of the holy Virgin Mary, * whose famous life still sheddeth lustre upon all the Churches."
- psalms: [62]
antiphon:
la: "Regali ex progenie * Maria exorta refulget: cujus precibus nos adjuvari mente et spiritu devotissime poscimus."
en: "Regali ex progenie Maria exorta refulget: cujus precibus nos adjuvari mente et spiritu devotissime poscimus."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Corde et animo * Christo canamus gloriam in hac sacra solemnitate præcelsæ Genitricis Dei Mariæ."
en: "With all our heart and with all our soul let us sing praise to Christ * on this the solemn Feast-day of Mary, the mighty Mother of God."
laudate:
antiphon:
la: "Cum jucunditate * Conceptionem beatæ Mariæ celebremus, ut ipsa pro nobis intercedat ad Dominum Jesum Christum."
en: "Let us keep with rejoicing the Conception of the Blessed Virgin Mary, * that she may pray for us to our Lord Jesus Christ."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-09-08, clean year.
id: nativity-bvm
groups:
- psalms: [92]
antiphon:
la: "Natívitas gloriósæ * Vírginis Maríæ ex sémine Abrahæ, ortæ de tribu Juda, clara ex stirpe David."
en: "This day was born the glorious Virgin Mary, * a child of the seed of Abraham, a daughter of the tribe of Judah, a Princess of the lineage of David."
- psalms: [99]
antiphon:
la: "Natívitas est hódie * sanctæ Maríæ Vírginis, cujus vita ínclita cunctas illústrat ecclésias."
en: "This day is the Birthday of the holy Virgin Mary, * whose famous life still sheddeth lustre upon all the Churches."
- psalms: [62]
antiphon:
la: "Regáli ex progénie * María exórta refúlget; cujus précibus nos adjuvári, mente et spíritu devotíssime póscimus."
en: "Mary was a maiden of illustrious birth, * the daughter of a Kingly race. We earnestly entreat her to help our minds and souls by her prayers."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Corde et ánimo * Christo canámus glóriam in hac sacra solemnitáte præcélsæ Genitrícis Dei Maríæ."
en: "With all our heart and with all our soul let us sing praise to Christ * on this the solemn Feast-day of Mary, the mighty Mother of God."
laudate:
antiphon:
la: "Cum jucunditáte * Nativitátem beátæ Maríæ celebrémus, ut ipsa pro nobis intercédat ad Dóminum Jesum Christum."
en: "Let us keep with rejoicing the Birthday of the Blessed Virgin Mary, * that she may pray for us to our Lord Jesus Christ."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-06-24, clean year.
id: nativity-of-st-john-the-baptist
groups:
- psalms: [92]
antiphon:
la: "Elísabeth Zacharíæ * magnum virum génuit, Joánnem Baptístam, præcursórem Dómini."
en: "Elizabeth, the wife of Zacharias, * was the mother of a mighty man, even of John the Baptist, the Fore-runner of the Lord."
- psalms: [99]
antiphon:
la: "Innuébant patri ejus * quem vellet vocári eum: et scripsit dicens: Joánnes est nomen ejus."
en: "They made signs to his father * how he would have him called; and he asked for a writing-table, and wrote, saying: His name is John."
- psalms: [62]
antiphon:
la: "Joánnes vocábitur * nomen ejus: et in nativitáte ejus multi gaudébunt."
en: "Thou shalt call his name John; * and many shall rejoice at his birth."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Inter natos mulíerum * non surréxit major Joánne Baptísta."
en: "Among them that are born of women * there hath not risen a greater than John the Baptist."
laudate:
antiphon:
la: "Tu, puer, * Prophéta Altíssimi vocáberis; præíbis ante Dóminum paráre vias ejus."
en: "Thou, child, shalt be called the Prophet of the Highest; * for thou shalt go before the face of the Lord, to prepare His ways."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-06-29, clean year.
id: ss-peter-and-paul
groups:
- psalms: [92]
antiphon:
la: "Petrus et Joánnes * ascendébant in templum ad horam oratiónis nonam."
en: "Peter and John * went up together into the Temple at the hour of prayer, being the ninth hour."
- psalms: [99]
antiphon:
la: "Argéntum et aurum * non est mihi: quod autem hábeo, hoc tibi do."
en: "Silver and gold have I none, * but such as I have, give I thee."
- psalms: [62]
antiphon:
la: "Dixit Angelus ad Petrum: * Circúmda tibi vestiméntum tuum, et séquere me."
en: "The Angel said unto Peter: * Cast thy garment about thee, and follow me."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Misit Dóminus * Angelum suum, et liberávit me de manu Heródis, allelúja."
en: "The Lord hath sent * His Angel, and hath delivered me out of the hand of Herod, alleluia."
laudate:
antiphon:
la: "Tu es Petrus, * et super hanc petram ædificábo Ecclésiam meam."
en: "Thou art Peter * and upon this Rock I will build My Church."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-05-01, clean year.
id: ss-philip-and-james
groups:
- psalms: [92]
antiphon:
la: "Dómine, * osténde nobis Patrem, et súfficit nobis, allelúja."
en: "Lord, show us the Father, * and it sufficeth us. Alleluia."
- psalms: [99]
antiphon:
la: "Philíppe, * qui videt me, videt et Patrem meum, allelúja."
en: "Philip, * He that hath seen Me hath seen the Father. Alleluia."
- psalms: [62]
antiphon:
la: "Tanto témpore * vobíscum sum, et non cognovístis me? Philíppe, qui videt me, videt et Patrem meum, allelúja."
en: "Have I been so long time with you, and yet hast thou not known Me * Philip, he that hath seen Me hath seen the Father. Alleluia."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Si cognovissétis me, * et Patrem meum útique cognovissétis, et ámodo cognoscétis eum, et vidístis eum, allelúja, allelúja, allelúja."
en: "If ye had known Me ye should have known My Father also, * and from henceforth ye know Him and have seen Him. Alleluia, Alleluia, Alleluia."
laudate:
antiphon:
la: "Si dilígitis me, * mandáta mea serváte, allelúja, allelúja, allelúja."
en: "If ye love Me, * keep My commandments. Alleluia, Alleluia, Alleluia."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2025-10-28, clean year.
id: ss-simon-and-jude
groups:
- psalms: [92]
antiphon:
la: "Hoc est præcéptum meum, * ut diligátis ínvicem, sicut diléxi vos."
en: "This is my commandment * that you love one another, as I have loved you."
- psalms: [99]
antiphon:
la: "Majórem caritátem * nemo habet, ut ánimam suam ponat quis pro amícis suis."
en: "Greater love than this no man hath, * that a man lay down his life for his friends."
- psalms: [62]
antiphon:
la: "Vos amíci mei estis, * si fecéritis quæ præcípio vobis, dicit Dóminus."
en: "You are my friends * if you do the things that I command you, said the Lord."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Beáti pacífici, * beáti mundo corde: quóniam ipsi Deum vidébunt."
en: "Blessed are the peacemakers * the clean of heart, they shall see God."
laudate:
antiphon:
la: "In patiéntia vestra * possidébitis ánimas vestras."
en: "In your patience * you shall possess your souls."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-30, clean year.
id: st-andrew
groups:
- psalms: [92]
antiphon:
la: "Salve, crux pretiósa, * súscipe discípulum ejus, qui pepéndit in te magíster meus Christus."
en: "God bless thee, precious cross, * be welcome to the follower of Him That hung on thee, even my Master Christ."
- psalms: [99]
antiphon:
la: "Beátus Andréas * orábat, dicens: Dómine, Rex ætérnæ glóriæ, súscipe me pendéntem in patíbulo."
en: "The blessed Andrew prayed and said: * O Lord, King of everlasting glory, receive me hanging on this gallows."
- psalms: [62]
antiphon:
la: "Andréas Christi fámulus, * dignus Dei Apóstolus, germánus Petri, et in passióne sócius."
en: "Andrew was the servant of Christ, * a worthy Apostle of God, the brother of Peter, and likened to Christ and to Peter in his death."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Maximílla Christo amábilis * tulit corpus Apóstoli, óptimo loco cum aromátibus sepelívit."
en: "Christ's dear handmaid Maximilla took the body * of the Apostle and buried it with spices in an honourable place."
laudate:
antiphon:
la: "Qui persequebántur justum, * demersísti eos, Dómine, in inférno, et in ligno crucis dux justi fuísti."
en: "O Lord, Thou hast caused them that persecuted the just to be swallowed up in hell, * but to the just Thou hast thyself shown the way on the tree of the cross."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2035-06-11, clean year.
id: st-barnabas
groups:
- psalms: [92]
antiphon:
la: "Hoc est præcéptum meum, * ut diligátis ínvicem, sicut diléxi vos."
en: "This is my commandment * that you love one another, as I have loved you."
- psalms: [99]
antiphon:
la: "Majórem caritátem * nemo habet, ut ánimam suam ponat quis pro amícis suis."
en: "Greater love than this no man hath, * that a man lay down his life for his friends."
- psalms: [62]
antiphon:
la: "Vos amíci mei estis, * si fecéritis quæ præcípio vobis, dicit Dóminus."
en: "You are my friends * if you do the things that I command you, said the Lord."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Beáti pacífici, * beáti mundo corde: quóniam ipsi Deum vidébunt."
en: "Blessed are the peacemakers * the clean of heart, they shall see God."
laudate:
antiphon:
la: "In patiéntia vestra * possidébitis ánimas vestras."
en: "In your patience * you shall possess your souls."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-24, clean year.
id: st-bartholomew
groups:
- psalms: [92]
antiphon:
la: "Hoc est præcéptum meum, * ut diligátis ínvicem, sicut diléxi vos."
en: "This is my commandment * that you love one another, as I have loved you."
- psalms: [99]
antiphon:
la: "Majórem caritátem * nemo habet, ut ánimam suam ponat quis pro amícis suis."
en: "Greater love than this no man hath, * that a man lay down his life for his friends."
- psalms: [62]
antiphon:
la: "Vos amíci mei estis, * si fecéritis quæ præcípio vobis, dicit Dóminus."
en: "You are my friends * if you do the things that I command you, said the Lord."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Beáti pacífici, * beáti mundo corde: quóniam ipsi Deum vidébunt."
en: "Blessed are the peacemakers * the clean of heart, they shall see God."
laudate:
antiphon:
la: "In patiéntia vestra * possidébitis ánimas vestras."
en: "In your patience * you shall possess your souls."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2028-07-25, clean year.
id: st-james-the-greater
groups:
- psalms: [92]
antiphon:
la: "Hoc est præcéptum meum, * ut diligátis ínvicem, sicut diléxi vos."
en: "This is my commandment * that you love one another, as I have loved you."
- psalms: [99]
antiphon:
la: "Majórem caritátem * nemo habet, ut ánimam suam ponat quis pro amícis suis."
en: "Greater love than this no man hath, * that a man lay down his life for his friends."
- psalms: [62]
antiphon:
la: "Vos amíci mei estis, * si fecéritis quæ præcípio vobis, dicit Dóminus."
en: "You are my friends * if you do the things that I command you, said the Lord."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Beáti pacífici, * beáti mundo corde: quóniam ipsi Deum vidébunt."
en: "Blessed are the peacemakers * the clean of heart, they shall see God."
laudate:
antiphon:
la: "In patiéntia vestra * possidébitis ánimas vestras."
en: "In your patience * you shall possess your souls."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-27, a clean year where the Christmas Octave Sunday falls elsewhere.
id: st-john-apostle
groups:
- psalms: [92]
antiphon:
la: "Valde honorándus est * beátus Joánnes, qui supra pectus Dómini in cena recúbuit."
en: "Right worthy of honour * is the blessed Apostle John, who leaned on the Lord's bosom at the Last Supper."
- psalms: [99]
antiphon:
la: "Hic est discípulus ille * qui testimónium pérhibet de his: et scimus quia verum est testimónium ejus."
en: "This is the disciple * which testifieth of these things, and we know that his testimony is true."
- psalms: [62]
antiphon:
la: "Hic est discípulus meus: * sic eum volo manére, donec véniam."
en: "This is My disciple * if I will that he tarry till I come?"
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Sunt de hic stántibus, * qui non gustábunt mortem, donec vídeant Fílium hóminis in regno suo."
en: "There be some standing here, * which shall not taste of death, till they see the Son of man in His kingdom."
laudate:
antiphon:
la: "Ecce puer meus, * eléctus, quem elégi, pósui super eum Spíritum meum."
en: "Behold My servant, * whom I have chosen, I have put My spirit upon him."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-05-06, clean year.
id: st-john-before-the-latin-gate
groups:
- psalms: [92]
antiphon:
la: "Sancti tui, * Dómine, florébunt sicut lílium, allelúja: et sicut odor bálsami erunt ante te, allelúja."
en: "Your saints, O Lord, * flourish like lilies, alleluia: and like the smell of balsam are before you, alleluia."
- psalms: [99]
antiphon:
la: "In cæléstibus regnis * Sanctórum habitátio est, allelúja: et in ætérnum réquies eórum, allelúja."
en: "In the heavenly kingdom is the habitation of the saints, alleluia: and they rest in the eternity, alleluia."
- psalms: [62]
antiphon:
la: "In velaménto * clamábant Sancti tui, Dómine, allelúja, allelúja, allelúja."
en: "Protected by a veil * your saints turn to you, O Lord, alleluia, alleluia."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Spíritus et ánimæ * justórum hymnum dícite Deo nostro, allelúja, allelúja."
en: "Spirits and souls * of the just, sing hymns to our Lord, alleluia, alleluia."
laudate:
antiphon:
la: "Fulgébunt justi * sicut sol in conspéctu Dei, allelúja."
en: "The just shine * like the sun at the face of God, alleluia."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2025-10-18, clean year.
id: st-luke
groups:
- psalms: [92]
antiphon:
la: "Hoc est præcéptum meum, * ut diligátis ínvicem, sicut diléxi vos."
en: "This is my commandment * that you love one another, as I have loved you."
- psalms: [99]
antiphon:
la: "Majórem caritátem * nemo habet, ut ánimam suam ponat quis pro amícis suis."
en: "Greater love than this no man hath, * that a man lay down his life for his friends."
- psalms: [62]
antiphon:
la: "Vos amíci mei estis, * si fecéritis quæ præcípio vobis, dicit Dóminus."
en: "You are my friends * if you do the things that I command you, said the Lord."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Beáti pacífici, * beáti mundo corde: quóniam ipsi Deum vidébunt."
en: "Blessed are the peacemakers * the clean of heart, they shall see God."
laudate:
antiphon:
la: "In patiéntia vestra * possidébitis ánimas vestras."
en: "In your patience * you shall possess your souls."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-04-25, clean year.
id: st-mark
groups:
- psalms: [92]
antiphon:
la: "Sancti tui, * Dómine, florébunt sicut lílium, allelúja: et sicut odor bálsami erunt ante te, allelúja."
en: "Your saints, O Lord, * flourish like lilies, alleluia: and like the smell of balsam are before you, alleluia."
- psalms: [99]
antiphon:
la: "In cæléstibus regnis * Sanctórum habitátio est, allelúja: et in ætérnum réquies eórum, allelúja."
en: "In the heavenly kingdom is the habitation of the saints, alleluia: and they rest in the eternity, alleluia."
- psalms: [62]
antiphon:
la: "In velaménto * clamábant Sancti tui, Dómine, allelúja, allelúja, allelúja."
en: "Protected by a veil * your saints turn to you, O Lord, alleluia, alleluia."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Spíritus et ánimæ * justórum hymnum dícite Deo nostro, allelúja, allelúja."
en: "Spirits and souls * of the just, sing hymns to our Lord, alleluia, alleluia."
laudate:
antiphon:
la: "Fulgébunt justi * sicut sol in conspéctu Dei, allelúja."
en: "The just shine * like the sun at the face of God, alleluia."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-11, clean year.
id: st-martin-of-tours
groups:
- psalms: [92]
antiphon:
la: "Dixérunt discípuli * ad beátum Martínum: Cur nos, pater, déseris, aut cui nos desolátos relínquis? Invádent enim gregem tuum lupi rapáces."
en: "His disciples said * unto Blessed Martin: Father, why wilt thou go away from us? or with whom wilt thou leave us orphans? For ravening wolves will break in upon thy flock."
- psalms: [99]
antiphon:
la: "Dómine, * si adhuc pópulo tuo sum necessárius, non recúso labórem: fiat volúntas tua."
en: "Lord, if I be still needful to thy people, I refuse not * to work. thy will be done."
- psalms: [62]
antiphon:
la: "O virum ineffábilem, * nec labóre victum, nec morte vincéndum, qui nec mori tímuit, nec vívere recusávit!"
en: "Not to be told is this man's glory; * whom work did not and death could not conquer; who neither feared to die, nor refused to live."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Oculis ac mánibus * in cælum semper inténtus, invíctum ab oratióne spíritum non relaxábat, allelúja."
en: "With eyes and hands lifted up to heaven, * he never let his mighty spirit slacken in prayer. Alleluia."
laudate:
antiphon:
la: "Martínus * Ábrahæ sinu lætus excípitur: Martínus, hic pauper et módicus, cælum dives ingréditur, hymnis cæléstibus honorátur."
en: "Martin is called joyfully into Abraham's bosom. * Martin, who was poor here and of small estimation, entereth rich into heaven, and the songs of heaven are raised in his honour."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-09-21, clean year.
id: st-matthew
groups:
- psalms: [92]
antiphon:
la: "Hoc est præcéptum meum, * ut diligátis ínvicem, sicut diléxi vos."
en: "This is my commandment * that you love one another, as I have loved you."
- psalms: [99]
antiphon:
la: "Majórem caritátem * nemo habet, ut ánimam suam ponat quis pro amícis suis."
en: "Greater love than this no man hath, * that a man lay down his life for his friends."
- psalms: [62]
antiphon:
la: "Vos amíci mei estis, * si fecéritis quæ præcípio vobis, dicit Dóminus."
en: "You are my friends * if you do the things that I command you, said the Lord."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Beáti pacífici, * beáti mundo corde: quóniam ipsi Deum vidébunt."
en: "Blessed are the peacemakers * the clean of heart, they shall see God."
laudate:
antiphon:
la: "In patiéntia vestra * possidébitis ánimas vestras."
en: "In your patience * you shall possess your souls."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-02-24, clean year.
id: st-matthias
groups:
- psalms: [92]
antiphon:
la: "Hoc est præcéptum meum, * ut diligátis ínvicem, sicut diléxi vos."
en: "This is my commandment * that you love one another, as I have loved you."
- psalms: [99]
antiphon:
la: "Majórem caritátem * nemo habet, ut ánimam suam ponat quis pro amícis suis."
en: "Greater love than this no man hath, * that a man lay down his life for his friends."
- psalms: [62]
antiphon:
la: "Vos amíci mei estis, * si fecéritis quæ præcípio vobis, dicit Dóminus."
en: "You are my friends * if you do the things that I command you, said the Lord."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Beáti pacífici, * beáti mundo corde: quóniam ipsi Deum vidébunt."
en: "Blessed are the peacemakers * the clean of heart, they shall see God."
laudate:
antiphon:
la: "In patiéntia vestra * possidébitis ánimas vestras."
en: "In your patience * you shall possess your souls."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-01, clean year.
id: st-peter-ad-vincula
groups:
- psalms: [92]
antiphon:
la: "Heródes rex * appósuit ut apprehénderet et Petrum; quem, cum apprehendísset, misit in cárcerem, volens post Pascha prodúcere eum pópulo."
en: "Herod the King proceeded farther * to take Peter also, and when he had apprehended him, he put him in prison intending, after the Passover, to bring him forth to the people."
- psalms: [99]
antiphon:
la: "Petrus quidem * servabátur in cárcere; orátio autem fiébat sine intermissióne ab Ecclésia ad Deum pro eo."
en: "Peter therefore was kept in prison, * but prayer was made without ceasing of the Church unto God for him."
- psalms: [62]
antiphon:
la: "Dixit Angelus * ad Petrum: Circúmda tibi vestiméntum tuum, et séquere me."
en: "The Angel said unto Peter: * Cast thy garment about thee, and follow me."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Misit Dóminus * Angelum suum, et liberávit me de manu Heródis, allelúja."
en: "The Lord hath sent * His Angel, and hath delivered me out of the hand of Herod, alleluia."
laudate:
antiphon:
la: "Tu es Petrus, * et super hanc petram ædificábo Ecclésiam meam."
en: "Thou art Peter * and upon this Rock I will build My Church."
@@ -0,0 +1,36 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-02-10, clean year. No English rendering exists for
# these antiphons in the reference engine's data (same gap already found
# for her Prime/Terce/Sext/None content, see terce-antiphon-st-scholastica
# .yml etc.) -- antiphons 1/2/3/5 reuse the English already translated
# and verified there (same Latin text, since Prime/Terce/Sext/None share
# this Lauds antiphon pool); antiphon 4 (the canticle's own) is new,
# translated here. NOTE: the Lauds psalmody-override schema
# (hours/lauds.ts's BilingualText) has no per-language status field the
# way hours/resolve-common.ts's ResolvedText does, so this self-translated
# English can't carry a "draft" marker here the way it does at Prime/
# Terce/Sext/None -- flagged in TODO.md as a real gap, not silently
# smoothed over.
id: st-scholastica
groups:
- psalms: [92]
antiphon:
la: "Egrédere modo, frater: * egrédere, si potes: et dímissa, ad monastérium recéde."
en: "Go forth now, brother: * go forth, if thou canst; and having taken thy leave, return to the monastery."
- psalms: [99]
antiphon:
la: "Parcat tibi, soror, * omnípotens Deus: quid est quod fecísti?"
en: "May Almighty God forgive thee, sister: * what is this that thou hast done?"
- psalms: [62]
antiphon:
la: "Ecce te rogávi, * et audíre me noluísti; rogávi Dóminum meum, et audívit me."
en: "Behold, I asked thee, * and thou wouldst not hear me; I asked my Lord, and he heard me."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Loquámur nunc * usque mane de cælestibus per sacra spritualis vitæ colloquia."
en: "Let us speak now * even until morning of heavenly things, through the holy converse of the spiritual life."
laudate:
antiphon:
la: "Cum sanctus Benedíctus * post tríduum in cella consísteret, elevátis óculis, vidit soróris ánimam, de córpore egréssam, in colúmbæ spécie cæli secréta penetráre."
en: "When holy Benedict * had remained three days in his cell, lifting up his eyes he saw his sister's soul, gone forth from her body, enter into the secret places of heaven in the form of a dove."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-26, clean year.
id: st-stephen-protomartyr
groups:
- psalms: [92]
antiphon:
la: "Lapidavérunt Stéphanum, * et ipse invocábat Dóminum, dicens: Ne státuas illis hoc peccátum."
en: "They stoned Stephen, * calling upon God, and saying: Lay not this sin to their charge."
- psalms: [99]
antiphon:
la: "Lápides torréntis * illi dulces fuérunt: ipsum sequúntur omnes ánimæ justæ."
en: "The stones of the brook * were sweet to him; all the souls of the righteous follow him."
- psalms: [62]
antiphon:
la: "Adhǽsit ánima mea * post te, quia caro mea lapidáta est pro te, Deus meus."
en: "O my God, my soul followeth hard after thee, * for my flesh hath been stoned for thy sake."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Stéphanus vidit * cælos apértos, vidit, et introívit: beátus homo, cui cæli patébant."
en: "Stephen saw the heavens opened; * he saw and entered in; blessed is he unto whom the heavens were opened."
laudate:
antiphon:
la: "Ecce vídeo * cælos apértos, et Jesum stantem a dextris virtútis Dei."
en: "Behold, I see * the heavens opened, and Jesus standing on the right hand of the power of God."
@@ -0,0 +1,25 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-12-21, clean year.
id: st-thomas-apostle
groups:
- psalms: [92]
antiphon:
la: "Hoc est præcéptum meum, * ut diligátis ínvicem, sicut diléxi vos."
en: "This is my commandment * that you love one another, as I have loved you."
- psalms: [99]
antiphon:
la: "Majórem caritátem * nemo habet, ut ánimam suam ponat quis pro amícis suis."
en: "Greater love than this no man hath, * that a man lay down his life for his friends."
- psalms: [62]
antiphon:
la: "Vos amíci mei estis, * si fecéritis quæ præcípio vobis, dicit Dóminus."
en: "You are my friends * if you do the things that I command you, said the Lord."
canticle:
id: canticum-trium-puerorum
antiphon:
la: "Beáti pacífici, * beáti mundo corde: quóniam ipsi Deum vidébunt."
en: "Blessed are the peacemakers * the clean of heart, they shall see God."
laudate:
antiphon:
la: "In patiéntia vestra * possidébitis ánimas vestras."
en: "In your patience * you shall possess your souls."
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-01, clean year.
id: lauds-capitulum-all-saints
text:
la: "Ecce ego Joánnes vidi álterum Angelum ascendéntem ab ortu solis, habéntem signum Dei vivi: et clamávit voce magna quátuor Ángelis, quibus datum est nocére terræ et mari, dicens: Nolíte nocére terræ et mari, neque arbóribus, quoadúsque signémus servos Dei nostri in fróntibus eórum."
en: "And I, John, saw another angel ascending from the rising of the sun, having the sign of the living God; and he cried with a loud voice to the four angels, to whom it was given to hurt the earth and the sea, saying: Hurt not the earth, nor the sea, nor the trees, till we sign the servants of our God in their foreheads."
citation:
la: "Apo 7:2-3"
en: "Rev 7:2-3"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-05-08, clean year.
id: lauds-capitulum-apparition-of-st-michael
text:
la: "Significávit Deus, quæ opórtet fíeri cito, loquens per Angelum suum servo suo Joánni, qui testimónium perhíbuit verbo Dei, et testimónium Jesu Christi, quæcúmque vidit."
en: "God gave unto Jesus Christ to show unto His servants the things which must shortly come to pass and He sent and signified it by His Angel unto His servant John, who bare witness of the Word of God and of the testimony of Jesus Christ, of all the things which he saw."
citation:
la: "Apo 1:1-2"
en: "Rev 1:1-2"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-15, clean year.
id: lauds-capitulum-assumption
text:
la: "In ómnibus réquiem quæsívi, et in hereditáte Dómini morábor. Tunc præcépit, et dixit mihi Creátor ómnium: et qui creávit me, requiévit in tabernáculo meo."
en: "In all these I sought rest, and I will abide in the inheritance of the Lord. So the Creator of all things gave me a commandment and said, (and He That made me rested in my tabernacle)"
citation:
la: "Sir 24:11-12"
en: "Sir 24:11-12"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-02-22, clean year.
id: lauds-capitulum-chair-of-st-peter-at-antioch
text:
la: "Ecce sacérdos magnus, qui in diébus suis plácuit Deo, et invéntus est justus: et in témpore iracúndiæ factus est reconciliátio."
en: "Behold an high priest, who in his days pleased God, and was found righteous, and in the time of wrath he was made a propitiation."
citation:
la: "Sir 44:16-17"
en: "Sir 44:16-17"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-01-18, clean year.
id: lauds-capitulum-chair-of-st-peter-at-rome
text:
la: "Ecce sacérdos magnus, qui in diébus suis plácuit Deo, et invéntus est justus: et in témpore iracúndiæ factus est reconciliátio."
en: "Behold an high priest, who in his days pleased God, and was found righteous, and in the time of wrath he was made a propitiation."
citation:
la: "Sir 44:16-17"
en: "Sir 44:16-17"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-01-25, clean year.
id: lauds-capitulum-conversion-of-st-paul
text:
la: "Saulus autem adhuc spirans minárum et cædis in discípulos Dómini, accéssit ad príncipem sacerdótum, et pétiit ab eo epístolas in Damáscum ad synagógas: ut si quos invenísset hujus viæ viros ac mulíeres, vinctos perdúceret in Jerúsalem."
en: "And Saul, as yet breathing out threatenings and slaughter against the disciples of the Lord, went to the high priest, and asked of him letters to Damascus, to the synagogues: that if he found any men and women of this way, he might bring them bound to Jerusalem."
citation:
la: "Act 9:1-2"
en: "Acts 9:1-2"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-28, clean year.
id: lauds-capitulum-holy-innocents
text:
la: "Vidi supra montem Sion Agnum stantem, et cum eo centum quadragínta quátuor míllia habéntes nomen ejus, et nomen Patris ejus scriptum in fróntibus suis."
en: "Lo, a lamb stood upon mount Sion, and with him an hundred forty-four thousand, having his name, and the name of his Father, written on their foreheads."
citation:
la: "Apo 14:1"
en: "Rev 14:1"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-12-08, clean year.
id: lauds-capitulum-immaculate-conception
text:
la: "Ab inítio et ante sǽcula creáta sum, et usque ad futúrum sǽculum non désinam, et in habitatióne sancta coram ipso ministrávi."
en: "From the beginning, and before the world, was I created, and unto the world to come I shall not cease to be, and in the holy dwelling place I have ministered before him."
citation:
la: "Sir 24:14"
en: "Sir 24:14"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-09-08, clean year.
id: lauds-capitulum-nativity-bvm
text:
la: "Ab inítio et ante sǽcula creáta sum, et usque ad futúrum sǽculum non désinam, et in habitatióne sancta coram ipso ministrávi."
en: "From the beginning, and before the world, was I created, and unto the world to come I shall not cease to be, and in the holy dwelling place I have ministered before him."
citation:
la: "Sir 24:14"
en: "Sir 24:14"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-06-24, clean year.
id: lauds-capitulum-nativity-of-st-john-the-baptist
text:
la: "Audíte, ínsulæ, et atténdite, pópuli de longe: Dóminus ab útero vocávit me, de ventre matris meæ recordátus est nóminis mei."
en: "Give ear, ye islands, and hearken, ye people from afar. The Lord hath called me from the womb, from the bowels of my mother he hath been mindful of my name."
citation:
la: "Isa 49:1"
en: "Isa 49:1"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-06-29, clean year.
id: lauds-capitulum-ss-peter-and-paul
text:
la: "Misit Heródes rex manus ut afflígeret quosdam de Ecclésia. Occídit autem Jacóbum fratrem Joánnis gládio. Videns autem quia placéret Judǽis, appósuit ut apprehénderet et Petrum."
en: "Herod the King stretched forth his hands, to vex certain of the Church. And he killed James, the brother of John, with the sword. And because he saw it pleased the Jews, he proceeded farther to take Peter also."
citation:
la: "Act 12:1-3"
en: "Acts 12:1-3"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-05-01, clean year.
id: lauds-capitulum-ss-philip-and-james
text:
la: "Stabunt justi in magna constántia advérsus eos qui se angustiavérunt et qui abstulérunt labóres eórum."
en: "Then shall the just stand with great constancy against those that have afflicted them, and taken away their labours."
citation:
la: "Sap 5:1"
en: "Wis 5:1"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2025-10-28, clean year.
id: lauds-capitulum-ss-simon-and-jude
text:
la: "Fratres: Jam non estis hóspites et ádvenæ: sed estis cives Sanctórum et doméstici Dei: superædificáti super fundaméntum Apostolórum, et Prophetárum, ipso summo angulári lápide Christo Jesu."
en: "Brothers: Now therefore you are no more strangers and foreigners; but you are fellow citizens with the saints, and the domestics of God, built upon the foundation of the apostles and prophets, Jesus Christ himself being the chief corner stone."
citation:
la: "Eph 2:19-20"
en: "Eph 2:19-20"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-30, clean year.
id: lauds-capitulum-st-andrew
text:
la: "Fratres: Corde enim créditur ad justítiam, ore autem conféssio fit ad salútem. Dicit enim Scriptúra: Omnis, qui credit in illum, non confundétur."
en: "Brothers: For, with the heart, we believe unto justice; but, with the mouth, confession is made unto salvation. For the scripture saith: Whosoever believeth in him, shall not be confounded."
citation:
la: "Rom 10:10-11"
en: "Rom 10:10-11"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2035-06-11, clean year.
id: lauds-capitulum-st-barnabas
text:
la: "Fratres: Jam non estis hóspites et ádvenæ: sed estis cives Sanctórum et doméstici Dei: superædificáti super fundaméntum Apostolórum, et Prophetárum, ipso summo angulári lápide Christo Jesu."
en: "Brothers: Now therefore you are no more strangers and foreigners; but you are fellow citizens with the saints, and the domestics of God, built upon the foundation of the apostles and prophets, Jesus Christ himself being the chief corner stone."
citation:
la: "Eph 2:19-20"
en: "Eph 2:19-20"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-24, clean year.
id: lauds-capitulum-st-bartholomew
text:
la: "Fratres: Jam non estis hóspites et ádvenæ: sed estis cives Sanctórum et doméstici Dei: superædificáti super fundaméntum Apostolórum, et Prophetárum, ipso summo angulári lápide Christo Jesu."
en: "Brothers: Now therefore you are no more strangers and foreigners; but you are fellow citizens with the saints, and the domestics of God, built upon the foundation of the apostles and prophets, Jesus Christ himself being the chief corner stone."
citation:
la: "Eph 2:19-20"
en: "Eph 2:19-20"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2028-07-25, clean year.
id: lauds-capitulum-st-james-the-greater
text:
la: "Fratres: Jam non estis hóspites et ádvenæ: sed estis cives Sanctórum et doméstici Dei: superædificáti super fundaméntum Apostolórum, et Prophetárum, ipso summo angulári lápide Christo Jesu."
en: "Brothers: Now therefore you are no more strangers and foreigners; but you are fellow citizens with the saints, and the domestics of God, built upon the foundation of the apostles and prophets, Jesus Christ himself being the chief corner stone."
citation:
la: "Eph 2:19-20"
en: "Eph 2:19-20"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-27, a clean year where the Christmas Octave Sunday falls elsewhere.
id: lauds-capitulum-st-john-apostle
text:
la: "Qui timet Deum, fáciet bona: et qui cóntinens est justítiæ, apprehéndet illam, et obviábit illi quasi mater honorificáta."
en: "He that feareth God, will do good: and he that possesseth justice, shall lay hold on her, and she will meet him as an honourable mother."
citation:
la: "Sir 15:1-2"
en: "Sir 15:1-2"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-05-06, clean year.
id: lauds-capitulum-st-john-before-the-latin-gate
text:
la: "Stabunt justi in magna constántia advérsus eos qui se angustiavérunt et qui abstulérunt labóres eórum."
en: "Then shall the just stand with great constancy against those that have afflicted them, and taken away their labours."
citation:
la: "Sap 5:1"
en: "Wis 5:1"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2025-10-18, clean year.
id: lauds-capitulum-st-luke
text:
la: "Fratres: Jam non estis hóspites et ádvenæ: sed estis cives Sanctórum et doméstici Dei: superædificáti super fundaméntum Apostolórum, et Prophetárum, ipso summo angulári lápide Christo Jesu."
en: "Brothers: Now therefore you are no more strangers and foreigners; but you are fellow citizens with the saints, and the domestics of God, built upon the foundation of the apostles and prophets, Jesus Christ himself being the chief corner stone."
citation:
la: "Eph 2:19-20"
en: "Eph 2:19-20"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-04-25, clean year.
id: lauds-capitulum-st-mark
text:
la: "Stabunt justi in magna constántia advérsus eos qui se angustiavérunt et qui abstulérunt labóres eórum."
en: "Then shall the just stand with great constancy against those that have afflicted them, and taken away their labours."
citation:
la: "Sap 5:1"
en: "Wis 5:1"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-11, clean year.
id: lauds-capitulum-st-martin-of-tours
text:
la: "Ecce sacérdos magnus, qui in diébus suis plácuit Deo, et invéntus est justus: et in témpore iracúndiæ factus est reconciliátio."
en: "Behold an high priest, who in his days pleased God, and was found righteous, and in the time of wrath he was made a propitiation."
citation:
la: "Sir 44:16-17"
en: "Sir 44:16-17"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-09-21, clean year.
id: lauds-capitulum-st-matthew
text:
la: "Fratres: Jam non estis hóspites et ádvenæ: sed estis cives Sanctórum et doméstici Dei: superædificáti super fundaméntum Apostolórum, et Prophetárum, ipso summo angulári lápide Christo Jesu."
en: "Brothers: Now therefore you are no more strangers and foreigners; but you are fellow citizens with the saints, and the domestics of God, built upon the foundation of the apostles and prophets, Jesus Christ himself being the chief corner stone."
citation:
la: "Eph 2:19-20"
en: "Eph 2:19-20"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-02-24, clean year.
id: lauds-capitulum-st-matthias
text:
la: "Fratres: Jam non estis hóspites et ádvenæ: sed estis cives Sanctórum et doméstici Dei: superædificáti super fundaméntum Apostolórum, et Prophetárum, ipso summo angulári lápide Christo Jesu."
en: "Brothers: Now therefore you are no more strangers and foreigners; but you are fellow citizens with the saints, and the domestics of God, built upon the foundation of the apostles and prophets, Jesus Christ himself being the chief corner stone."
citation:
la: "Eph 2:19-20"
en: "Eph 2:19-20"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-01, clean year.
id: lauds-capitulum-st-peter-ad-vincula
text:
la: "Misit Heródes rex manus ut afflígeret quosdam de Ecclésia. Occídit autem Jacóbum fratrem Joánnis gládio. Videns autem quia placéret Judǽis, appósuit ut apprehénderet et Petrum."
en: "Herod the King stretched forth his hands, to vex certain of the Church. And he killed James, the brother of John, with the sword. And because he saw it pleased the Jews, he proceeded farther to take Peter also."
citation:
la: "Act 12:1-3"
en: "Acts 12:1-3"
status:
la: verified
en: verified
@@ -0,0 +1,15 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-02-10, clean year. Same reading and English translation
# already used at her Terce capitulum (terce-capitulum-st-scholastica.yml)
# -- no English rendering exists in the reference engine's data, translated
# there per Douay-Rheims Cant 2:13-14, reused here as the same text.
id: lauds-capitulum-st-scholastica
text:
la: "Surge, amíca mea, speciósa mea, et veni, colúmba mea, in foramínibus petræ, in cavérna macériæ, osténde mihi fáciem tuam, sonet vox tua in áuribus meis: vox enim tua dulcis, et fácies tua decóra."
en: "Arise, my love, my beautiful one, and come: my dove, in the clefts of the rock, in the hollow places of the wall, shew me thy face, let thy voice sound in my ears; for thy voice is sweet, and thy face comely."
citation:
la: "Cant 2:13-14"
en: "Cant 2:13-14"
status:
la: verified
en: draft
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-26, clean year.
id: lauds-capitulum-st-stephen-protomartyr
text:
la: "Stéphanus autem plenus grátia et fortitúdine, faciébat prodígia et signa magna in pópulo."
en: "And Stephen, full of grace and fortitude, did great wonders and signs among the people."
citation:
la: "Act. 6:8"
en: "Acts 6:8"
status:
la: verified
en: verified
@@ -0,0 +1,12 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-12-21, clean year.
id: lauds-capitulum-st-thomas-apostle
text:
la: "Fratres: Jam non estis hóspites et ádvenæ: sed estis cives Sanctórum et doméstici Dei: superædificáti super fundaméntum Apostolórum, et Prophetárum, ipso summo angulári lápide Christo Jesu."
en: "Brothers: Now therefore you are no more strangers and foreigners; but you are fellow citizens with the saints, and the domestics of God, built upon the foundation of the apostles and prophets, Jesus Christ himself being the chief corner stone."
citation:
la: "Eph 2:19-20"
en: "Eph 2:19-20"
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-01, clean year.
id: lauds-hymn-all-saints
text:
la: |
Jesu Salvátor sǽculi, Redémptis ope súbveni: Et pia Dei Génitrix, Salútem posce míseris.
Cœtus omnes angélici, Patriarchárum cúnei, Et Prophetárum mérita Nobis precéntur véniam.
Baptísta Christi prǽvius, Et Cláviger æthéreus, Cum céteris Apóstolis, Nos solvant nexu críminis.
Chorus sacrátus Mártyrum, Conféssio Sacerdótum, Et virginális cástitas Nos a peccátis ábluant.
Monachórum suffrágia, Omnésque cives cǽlici Annuant votis súpplicum, Et vitæ poscant prǽmium.
Laus, honor, virtus, glória Deo Patri, et Fílio, Sancto simul Paráclito, In sæculórum sǽcula. Amen.
en: |
Giver of life, eternal Lord! thy own redeemed defend; Mother of grace! thy children save, And help them to the end.
Ye thousand thousand angel hosts! Assist us in our need; Ye patriarchs! with the prophet choir! For our forgiveness plead.
Forerunner blest! and thou who still Dost heaven's dread keys retain! Ye glorious Apostles all! Unloose our guilty chain.
Army of martyrs! holy priests In beautiful array! Ye happy troops of virgins chaste! Wash all our stains away.
All ye who high above the stars In heavenly glory reign! May we through your prevailing prayers Unto your joys attain.
Praise, honour, to the Father be, Praise to his only Son; Praise, Holy Paraclete, to thee, While endless ages run. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-05-08, clean year.
id: lauds-hymn-apparition-of-st-michael
text:
la: |
Christe sanctórum decus Angelórum, Rector humáni géneris et auctor: Nobis ætérnum tríbue benígnus Scándere cælum.
Angelum pacis Míchaël ad istam Cǽlitus mitti rogitámus aulam, Nobis ut crebro veniénte crescant Próspera cuncta.
Angelus fortis Gábriel, ut hostem Pellat antíquum, vólitet ab alto, Sǽpius templum véniens ad istud Vísere nostrum.
Angelum nobis médicum salútis Mitte de cælis Ráphaël, ut omnes Sanet ægrótos, paritérque nostros Dírigat actus.
Hinc Dei nostri Génitrix María, Totus et nobis chorus Angelórum Semper assístat, simul et beáta Cóncio tota.
Præstet hoc nobis Déitas beáta Patris, ac Nati, paritérque Sancti Spíritus, cujus réboat in omni Glória mundo. Amen.
en: |
Christ, of the angels praise and adoration, Father and Saviour thou, of every nation, Graciously grant us all to gain a station, Where thou art reigning.
Angel all peaceful, to our dwellings send us, Michael, from heaven coming to befriend us, Breathing serenest peace may he attend us, Grim war dispelling.
Angel of strength, who triumphed, tumults quelling, Gabriel send us, ancient foes expelling, Oft in these temples may he make his dwelling, Dear unto heaven.
Angel physician, health on man bestowing, Raphael send us from the skies all glowing, All sickness curing, wisest counsel showing In doubt and danger.
May the fair Mother of the Light be o'er us, Virgin of peace, with all the angel chorus, And may the heavenly army go before us, Guiding and guarding.
O may the Godhead, endless bliss possessing, Father, Son, Spirit, grant to us this blessing; All his creation joins his praise confessing, Now and forever. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,23 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-15, clean year.
id: lauds-hymn-assumption
text:
la: |
O gloriósa Dómina, Excélsa super sídera: Qui te creávit, próvide Lactásti sacro úbere.
Quod Heva tristis ábstulit, Tu reddis almo gérmine: Intrent ut astra flébiles, Cæli fenéstra facta es.
Tu Regis alti jánua, Et porta lucis fúlgida: Vitam datam per Vírginem, Gentes redémptæ, pláudite.
Glória tibi Dómine, Qui natus es de Vírgine, Cum Patre et Sancto Spíritu, In sempitérna sǽcula. Amen.
en: |
O glorious lady! throned on high Above the star-illumined sky; Thereto ordained, thy bosom lent To thy Creator nourishment.
Through thy sweet offspring we receive The bliss once lost through hapless Eve; And heaven to mortals open lies Now thou art portal of the skies.
Thou art the door of heaven's high King, Light's gateway fair and glistering; Life through a Virgin is restored; Ye ransomed nations, praise the Lord!
All honour, laud, and glory be, O Jesu, Virgin-born, to thee; All glory, as is ever meet, To Father and to Paraclete. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,15 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-02-22, clean year.
id: lauds-hymn-chair-of-st-peter-at-antioch
text:
la: |
Jam bone Pastor Petre, clemens áccipe Vota precántum, et peccáti víncula Resólve tibi potestáte trádita, Qua cunctis cælum verbo claudis, áperis.
Sit Trinitáti sempitérna glória, Honor, potéstas, atque jubilátio, In unitáte, cui manet impérium, Ex tunc et modo, per ætérna sǽcula. Amen.
en: |
Peter, blest shepherd, hearken to our cry, And with a word unloose our guilty chain; Thou! who hast power to open the gates on high To men below, and power to shut them fast again.
Praise, blessing, majesty, through endless days, Be to the Trinity immortal given; Who in pure unity profoundly sways Eternally alike all things in earth and heaven. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,15 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-01-18, clean year.
id: lauds-hymn-chair-of-st-peter-at-rome
text:
la: |
Jam bone Pastor Petre, clemens áccipe Vota precántum, et peccáti víncula Resólve tibi potestáte trádita, Qua cunctis cælum verbo claudis, áperis.
Sit Trinitáti sempitérna glória, Honor, potéstas, atque jubilátio, In unitáte, cui manet impérium, Ex tunc et modo, per ætérna sǽcula. Amen.
en: |
Peter, blest shepherd, hearken to our cry, And with a word unloose our guilty chain; Thou! who hast power to open the gates on high To men below, and power to shut them fast again.
Praise, blessing, majesty, through endless days, Be to the Trinity immortal given; Who in pure unity profoundly sways Eternally alike all things in earth and heaven. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-01-25, clean year.
id: lauds-hymn-conversion-of-st-paul
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,19 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-28, clean year.
id: lauds-hymn-holy-innocents
text:
la: |
Salvéte, flores Mártyrum, Quos lucis ipso in límine Christi insecútor sústulit, Ceu turbo nascéntes rosas.
Vos prima Christi víctima, Grex immolatórum tener, Aram ante ipsam símplices Palma et corónis lúditis.
Glória tibi Dómine, Qui natus es de Vírgine, Cum Patre et almo Spíritu, In sempitérna sǽcula. Amen.
en: |
All hail, ye little Martyr flowers, Sweet rosebuds cut in dawning hours! When Herod sought the Christ to find Ye fell as bloom before the wind.
First victims of the Martyr bands, With crowns and palms in tender hands, Around the very altar, gay And innocent, ye seem to play.
All honor, laud, and glory be, O Jesu, Virgin-born to thee; All glory, as is ever meet To Father and to Paraclete. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,23 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-12-08, clean year.
id: lauds-hymn-immaculate-conception
text:
la: |
O gloriósa Dómina, Excélsa super sídera: Qui te creávit, próvide Lactásti sacro úbere.
Quod Heva tristis ábstulit, Tu reddis almo gérmine: Intrent ut astra flébiles, Cæli fenéstra facta es.
Tu Regis alti jánua, Et porta lucis fúlgida: Vitam datam per Vírginem, Gentes redémptæ, pláudite.
Glória tibi Dómine, Qui natus es de Vírgine, Cum Patre et Sancto Spíritu, In sempitérna sǽcula. Amen.
en: |
O glorious lady! throned on high Above the star-illumined sky; Thereto ordained, thy bosom lent To thy Creator nourishment.
Through thy sweet offspring we receive The bliss once lost through hapless Eve; And heaven to mortals open lies Now thou art portal of the skies.
Thou art the door of heaven's high King, Light's gateway fair and glistering; Life through a Virgin is restored; Ye ransomed nations, praise the Lord!
All honour, laud, and glory be, O Jesu, Virgin-born, to thee; All glory, as is ever meet, To Father and to Paraclete. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,23 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-09-08, clean year.
id: lauds-hymn-nativity-bvm
text:
la: |
O gloriósa Dómina, Excélsa super sídera: Qui te creávit, próvide Lactásti sacro úbere.
Quod Heva tristis ábstulit, Tu reddis almo gérmine: Intrent ut astra flébiles, Cæli fenéstra facta es.
Tu Regis alti jánua, Et porta lucis fúlgida: Vitam datam per Vírginem, Gentes redémptæ, pláudite.
Glória tibi Dómine, Qui natus es de Vírgine, Cum Patre et Sancto Spíritu, In sempitérna sǽcula. Amen.
en: |
O glorious lady! throned on high Above the star-illumined sky; Thereto ordained, thy bosom lent To thy Creator nourishment.
Through thy sweet offspring we receive The bliss once lost through hapless Eve; And heaven to mortals open lies Now thou art portal of the skies.
Thou art the door of heaven's high King, Light's gateway fair and glistering; Life through a Virgin is restored; Ye ransomed nations, praise the Lord!
All honour, laud, and glory be, O Jesu, Virgin-born, to thee; All glory, as is ever meet, To Father and to Paraclete. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,27 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-06-24, clean year.
id: lauds-hymn-nativity-of-st-john-the-baptist
text:
la: |
O nimis felix, meritíque celsi, Nésciens labem nívei pudóris, Prǽpotens Martyr, nemorúmque cultor, Máxime Vatum.
Serta ter denis álios corónant Aucta creméntis, duplicáta quosdam, Trina centéno cumuláta fructu Te sacer ornant.
Nunc potens nostri méritis opímis Péctoris duros lápides repélle: Asperum planans iter, et refléxos Dírige calles.
Ut pius mundi Sator et Redémptor Méntibus pulsa livióne puris Rite dignétur véniens sacrátos Pónere gressus.
Láudibus cives célebrent supérni Te, Deus simplex paritérque trine, Súpplices et nos véniam precámur: Parce redémptis. Amen.
en: |
O more than blessèd, merit high attaining, Pure as the snow-drift, innocent of evil, Child of the desert, mightiest of martyrs, Greatest of prophets.
Thirtyfold increase some with glory crowneth; Sixtyfold fruitage prize for others winneth; Hundredfold measure, thrice repeated, decks thee, Blest one, for guerdon.
O may the virtue of thine intercession, All stony hardness from our hearts expelling, Smooth the rough places, and the crooked straighten Here in the desert.
Thus may our gracious Maker and Redeemer, Seeking a station for his hallowed footsteps, Find, when he cometh, temples undefilèd, Meet to receive him.
Now as the angels celebrate thy praises, Godhead essential, Trinity co-equal; Spare thy redeemed ones, as they bow before thee, Pardon imploring. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,19 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-06-29, clean year.
id: lauds-hymn-ss-peter-and-paul
text:
la: |
Jam bone Pastor Petre, clemens áccipe Vota precántum, et peccáti víncula Resólve tibi potestáte trádita, Qua cunctis cælum verbo claudis, áperis.
Doctor egrégie Paule, mores ínstrue, Et mente polum nos transférre sátage: Donec perféctum largiátur plénius, Evacuáto quod ex parte gérimus.
Sit Trinitáti sempitérna glória, Honor, potéstas, atque jubilátio, In unitáte, cui manet impérium, Ex tunc et modo, per ætérna sǽcula. Amen.
en: |
Peter, blest shepherd, hearken to our cry, And with a word unloose our guilty chain; Thou! who hast power to ope the gates on high To men below, and power to shut them fast again.
Lead us, great teacher Paul, in wisdom's ways, And lift our hearts with thine to heaven's high throne; Till faith beholds the clear meridian blaze; And sunlike in the soul reigns charity alone.
Praise, blessing, majesty, through endless days, Be to the Trinity immortal given; Who in pure unity profoundly sways Eternally alike all things in earth and heaven. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,27 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-05-01, clean year.
id: lauds-hymn-ss-philip-and-james
text:
la: |
Claro pascháli gáudio Sol mundo nitet rádio, Cum Christum jam Apóstoli Visu cernunt corpóreo.
Osténsa sibi vúlnera In Christi carne fúlgida, Resurrexísse Dóminum Voce faténtur pública.
Rex Christe clementíssime, Tu corda nostra pósside, Ut tibi laudes débitas Reddámus omni témpore.
Quǽsumus, Auctor ómnium, In hoc pascháli gáudio, Ab omni mortis ímpetu Tuum defénde pópulum.
Glória tibi Dómine, Qui surrexísti a mórtuis, Cum Patre et Sancto Spíritu, In sempitérna sǽcula. Amen.
en: |
In this our bright and Paschal day The sun shines out with purer ray, When Christ, to earthly sight made plain, The glad Apostles see again.
The wounds, the riven wounds He shows In that His flesh with light that glows, In loud accord both far and nigh The Lord's arising testify.
O Christ, the King Who lovest to bless, Do Thou our hearts and souls possess; To Thee our praise that we may pay, To Whom our praise is due for aye.
We pray Thee, King with glory decked, In this our Paschal joy, protect From all that death would fain effect Thy ransomed flock, Thine own elect.
To Thee Who, dead, again dost live, All glory, Lord, Thy people give; All glory, as is ever meet, To Father and to Paraclete. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2025-10-28, clean year.
id: lauds-hymn-ss-simon-and-jude
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-30, clean year.
id: lauds-hymn-st-andrew
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2035-06-11, clean year.
id: lauds-hymn-st-barnabas
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-24, clean year.
id: lauds-hymn-st-bartholomew
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2028-07-25, clean year.
id: lauds-hymn-st-james-the-greater
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-27, a clean year where the Christmas Octave Sunday falls elsewhere.
id: lauds-hymn-st-john-apostle
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Glória tibi, Dómine, Qui natus es de Vírgine, Cum Patre, et Sancto Spíritu, In sempitérna sǽcula. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
All honour, praise and glory be, O Jesu, Virgin-Born, to thee; All glory, as is ever meet, To Father, and to Paraclete. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,27 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-05-06, clean year.
id: lauds-hymn-st-john-before-the-latin-gate
text:
la: |
Claro pascháli gáudio Sol mundo nitet rádio, Cum Christum jam Apóstoli Visu cernunt corpóreo.
Osténsa sibi vúlnera In Christi carne fúlgida, Resurrexísse Dóminum Voce faténtur pública.
Rex Christe clementíssime, Tu corda nostra pósside, Ut tibi laudes débitas Reddámus omni témpore.
Quǽsumus, Auctor ómnium, In hoc pascháli gáudio, Ab omni mortis ímpetu Tuum defénde pópulum.
Glória tibi Dómine, Qui surrexísti a mórtuis, Cum Patre et Sancto Spíritu, In sempitérna sǽcula. Amen.
en: |
In this our bright and Paschal day The sun shines out with purer ray, When Christ, to earthly sight made plain, The glad Apostles see again.
The wounds, the riven wounds He shows In that His flesh with light that glows, In loud accord both far and nigh The Lord's arising testify.
O Christ, the King Who lovest to bless, Do Thou our hearts and souls possess; To Thee our praise that we may pay, To Whom our praise is due for aye.
We pray Thee, King with glory decked, In this our Paschal joy, protect From all that death would fain effect Thy ransomed flock, Thine own elect.
To Thee Who, dead, again dost live, All glory, Lord, Thy people give; All glory, as is ever meet, To Father and to Paraclete. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2025-10-18, clean year.
id: lauds-hymn-st-luke
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,27 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-04-25, clean year.
id: lauds-hymn-st-mark
text:
la: |
Claro pascháli gáudio Sol mundo nitet rádio, Cum Christum jam Apóstoli Visu cernunt corpóreo.
Osténsa sibi vúlnera In Christi carne fúlgida, Resurrexísse Dóminum Voce faténtur pública.
Rex Christe clementíssime, Tu corda nostra pósside, Ut tibi laudes débitas Reddámus omni témpore.
Quǽsumus, Auctor ómnium, In hoc pascháli gáudio, Ab omni mortis ímpetu Tuum defénde pópulum.
Glória tibi Dómine, Qui surrexísti a mórtuis, Cum Patre et Sancto Spíritu, In sempitérna sǽcula. Amen.
en: |
In this our bright and Paschal day The sun shines out with purer ray, When Christ, to earthly sight made plain, The glad Apostles see again.
The wounds, the riven wounds He shows In that His flesh with light that glows, In loud accord both far and nigh The Lord's arising testify.
O Christ, the King Who lovest to bless, Do Thou our hearts and souls possess; To Thee our praise that we may pay, To Whom our praise is due for aye.
We pray Thee, King with glory decked, In this our Paschal joy, protect From all that death would fain effect Thy ransomed flock, Thine own elect.
To Thee Who, dead, again dost live, All glory, Lord, Thy people give; All glory, as is ever meet, To Father and to Paraclete. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,27 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-11, clean year.
id: lauds-hymn-st-martin-of-tours
text:
la: |
Jesu Redémptor ómnium, Perpes coróna Prǽsulum, In hac die cleméntius Nostris favéto précibus.
Tui sacri qua nóminis Conféssor almus cláruit: Hujus celébrat ánnua Devóta plebs solémnia.
Qui rite mundi gáudia Hujus cadúca réspuens, Cum Ángelis cæléstibus Lætus potítur prǽmiis.
Hujus benígnus ánnue Nobis sequi vestígia: Hujus precátu, sérvulis Dimítte noxam críminis.
Sit Christe, Rex piíssime, Tibi, Patríque glória, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Jesu, the worlds Redeemer, O hear; thy bishops fadeless crown, draw near: Accept with gentlest love today The prayers and praises that we pay.
The meek confessor of thy name Today attained a glorious fame; Whose yearly feast, in solemn state, Thy faithful people celebrate.
The world and all its boasted good, As vain and passing, he eschewed; And therefore with angelic bands, In endless joy forever stands.
Grant then that we, most gracious God, May follow in the steps he trod: And, at his prayer, thy servants free From stain of all iniquity.
To thee, O Christ, our loving King, All glory, praise, and thanks we bring: All glory, as is ever meet, To Father and to Paraclete. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-09-21, clean year.
id: lauds-hymn-st-matthew
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-02-24, clean year.
id: lauds-hymn-st-matthias
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,15 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-01, clean year.
id: lauds-hymn-st-peter-ad-vincula
text:
la: |
Jam bone Pastor Petre, clemens áccipe Vota precántum, et peccáti víncula Resólve tibi potestáte trádita, Qua cunctis cælum verbo claudis, áperis.
Sit Trinitáti sempitérna glória, Honor, potéstas, atque jubilátio, In unitáte, cui manet impérium, Ex tunc et modo, per ætérna sǽcula. Amen.
en: |
Peter, blest shepherd, hearken to our cry, And with a word unloose our guilty chain; Thou! who hast power to open the gates on high To men below, and power to shut them fast again.
Praise, blessing, majesty, through endless days, Be to the Trinity immortal given; Who in pure unity profoundly sways Eternally alike all things in earth and heaven. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,33 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-02-10, clean year. "Jam noctis umbræ cóncidunt" -- no
# English rendering exists in the reference engine's data, translated
# here, status: draft.
id: lauds-hymn-st-scholastica
text:
la: |
Jam noctis umbræ cóncidunt, Dies cupíta náscitur, Qua vírgini Scholásticæ Sponsus perénnis júngitur.
Brumæ recédit tǽdium, Fugántur imbres núbibus, Vernántque campi síderum Æternitátis flóribus.
Amóris auctor évocat, Dilécta pennas índuit; Ardens ad oris óscula Colúmba velox évolat.
Quam pulchra gressum prómoves, O chara proles Príncipis! Nursínus Abbas áspicit, Grates repéndit Númini.
Ampléxa Sponsi déxteram, Metit corónas débitas, Immérsa rivis glóriæ, Deíque pota gáudiis.
Te, Christe, flos convállium, Patrémque cum Paráclito, Cunctos per orbis cárdines Adóret omne sǽculum. Amen.
en: |
Now the shadows of night fall away, and the longed-for day is born, on which the everlasting Bridegroom is joined to the virgin Scholastica.
The gloom of winter withdraws, the rain-clouds are put to flight, and the fields bloom with the stars' eternal flowers.
The author of love calls her forth; the beloved one puts on wings; ardent for the kisses of his mouth, the swift dove flies away.
How beautiful is thy going forth, O dear daughter of the Prince! The Abbot of Nursia beholds it, and renders thanks to the Godhead.
Embracing the right hand of the Bridegroom, she reaps the crowns that are her due, immersed in streams of glory, and drinking deep of the joys of God.
Thee, O Christ, flower of the valleys, and the Father with the Paraclete, may every age adore, through all the corners of the world. Amen.
status:
la: verified
en: draft
@@ -0,0 +1,23 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-26, clean year.
id: lauds-hymn-st-stephen-protomartyr
text:
la: |
Martyr Dei, qui únicum Patris sequéndo Fílium, Victis triúmphas hóstibus, Victor fruens cæléstibus.
Tui precátus múnere Nostrum reátum dílue, Arcens mali contágium, Vitæ rémovens tǽdium.
Solúta sunt jam víncula Tui sacráti córporis: Nos solve vinclis sǽculi, Amóre Fílii Dei.
Glória tibi, Dómine, Qui natus es de Vírgine, Cum Patre, et Sancto Spíritu, In sempitérna sǽcula. Amen.
en: |
Martyr of God, whose strength was steeled To follow close God's only Son, Well didst thou brave thy battlefield, And well thy heavenly bliss was won!
Now join thy prayers with ours, who pray That God may pardon us and bless; For prayer keeps evil's plague away, And draws from life its weariness.
Long, long ago, were loosed the chains That held thy body once in thrall; For us how many a bond remains! O love of God release us all.
All praise to God the Father be, All praise to thee, Eternal Son; All praise, O Holy Ghost, to thee, While never-ending ages run. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,31 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-12-21, clean year.
id: lauds-hymn-st-thomas-apostle
text:
la: |
Exsúltet cælum láudibus, Resúltet terra gáudiis: Apostolórum glóriam Sacra canunt solémnia.
Vos sæcli justi júdices, Et vera mundi lúmina, Votis precámur córdium, Audíte preces súpplicum.
Qui cælum verbo cláuditis, Serásque ejus sólvitis: Nos a peccátis ómnibus Sólvite jussu, quǽsumus.
Quorum præcépto súbditur, Salus, et languor ómnium: Sanáte ægros móribus, Nos reddéntes virtútibus.
Ut, cum Judex advénerit Christus in fine sǽculi, Nos sempitérni gáudii Fáciat esse cómpotes.
Deo Patri sit glória, Ejúsque soli Fílio, Cum Spíritu Paráclito, Et nunc, et in perpétuum. Amen.
en: |
Now let the earth with joy resound, And heaven the chant re-echo round; Nor heaven nor earth too high can raise The great Apostles' glorious praise.
O ye who, throned in glory dread, Shall judge the living and the dead, Lights of the world forevermore! To you the suppliant prayer we pour.
Ye close the sacred gates on high; At your command apart they fly: Oh! loose for us the guilty chain We strive to break, and strive in vain.
Sickness and health your voice obey; At your command they go or stay: From sin's disease our souls restore; In good confirm us more and more.
So when the world is at its end, And Christ to judgement shall descend, May we be called those joys to see Prepared from all eternity.
Praise to the Father, with the Son, And Holy Spirit, Three in One; As ever was in ages past, And so shall be while ages last. Amen.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-01, clean year.
id: lauds-responsory-all-saints
text:
la: |
R.br. Lætámini in Dómino, * Et exsultáte justi.
℟. Lætámini in Dómino, * Et exsultáte justi.
℣. Et gloriámini omnes recti corde.
℟. Et exsultáte justi.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. Lætámini in Dómino, * Et exsultáte justi.
en: |
R.br. Be glad in the Lord, * and rejoice, ye righteous.
℟. Be glad in the Lord, * and rejoice, ye righteous.
℣. And shout for joy, all ye that are upright in heart.
℟. And rejoice, ye righteous.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Be glad in the Lord, * and rejoice, ye righteous.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-05-08, clean year.
id: lauds-responsory-apparition-of-st-michael
text:
la: |
R.br. Stetit Angelus juxta aram templi, * Allelúja, allelúja.
℟. Stetit Angelus juxta aram templi, * Allelúja, allelúja.
℣. Habens thuríbulum áureum in manu sua.
℟. Allelúja, allelúja.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. Stetit Angelus juxta aram templi, * Allelúja, allelúja.
en: |
R.br. An Angel stood at the Altar of the Temple, * Alleluia, alleluia.
℟. An Angel stood at the Altar of the Temple, * Alleluia, alleluia.
℣. Having a golden censer in his hand.
℟. Alleluia, alleluia.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. An Angel stood at the Altar of the Temple, * Alleluia, alleluia.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-08-15, clean year.
id: lauds-responsory-assumption
text:
la: |
R.br. María Virgo assúmpta est * Ad æthéreum thálamum.
℟. María Virgo assúmpta est * Ad æthéreum thálamum.
℣. In quo Rex regum stelláto sedet sólio.
℟. Ad æthéreum thálamum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. María Virgo assúmpta est * Ad æthéreum thálamum.
en: |
R.br. The Virgin Mary hath been taken * into the chamber on high.
℟. The Virgin Mary hath been taken * into the chamber on high.
℣. Where the King of kings sitteth on a throne amid the stars.
℟. On high.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. The Virgin Mary hath been taken * into the chamber on high.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-02-22, clean year.
id: lauds-responsory-chair-of-st-peter-at-antioch
text:
la: |
R.br. Amávit eum Dóminus, * Et ornávit eum.
℟. Amávit eum Dóminus, * Et ornávit eum.
℣. Stolam glóriæ índuit eum.
℟. Et ornávit eum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. Amávit eum Dóminus, * Et ornávit eum.
en: |
R.br. The Lord loved him, * and beautified him.
℟. The Lord loved him, * and beautified him.
℣. He clothed him with a robe of glory.
℟. And beautified him.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. The Lord loved him, * and beautified him.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-01-18, clean year.
id: lauds-responsory-chair-of-st-peter-at-rome
text:
la: |
R.br. Amávit eum Dóminus, * Et ornávit eum.
℟. Amávit eum Dóminus, * Et ornávit eum.
℣. Stolam glóriæ índuit eum.
℟. Et ornávit eum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. Amávit eum Dóminus, * Et ornávit eum.
en: |
R.br. The Lord loved him, * and beautified him.
℟. The Lord loved him, * and beautified him.
℣. He clothed him with a robe of glory.
℟. And beautified him.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. The Lord loved him, * and beautified him.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-01-25, clean year.
id: lauds-responsory-conversion-of-st-paul
text:
la: |
R.br. In omnem terram * Exívit sonus eórum.
℟. In omnem terram * Exívit sonus eórum.
℣. Et in fines orbis terræ verba eórum.
℟. Exívit sonus eórum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. In omnem terram * Exívit sonus eórum.
en: |
R.br. Their sound hath gone * forth into all the earth.
℟. Their sound hath gone * forth into all the earth.
℣. And their words unto the ends of the world.
℟. Forth into all the earth.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Their sound hath gone * forth into all the earth.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2029-12-28, clean year.
id: lauds-responsory-holy-innocents
text:
la: |
R.br. Lætámini in Dómino, * Et exsultáte justi.
℟. Lætámini in Dómino, * Et exsultáte justi.
℣. Et gloriámini omnes recti corde.
℟. Et exsultáte justi.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. Lætámini in Dómino, * Et exsultáte justi.
en: |
R.br. Be glad in the Lord, * and rejoice, ye righteous.
℟. Be glad in the Lord, * and rejoice, ye righteous.
℣. And shout for joy, all ye that are upright in heart.
℟. And rejoice, ye righteous.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Be glad in the Lord, * and rejoice, ye righteous.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-12-08, clean year.
id: lauds-responsory-immaculate-conception
text:
la: |
R.br. Ave María, grátia plena, * Dóminus tecum.
℟. Ave María, grátia plena, * Dóminus tecum.
℣. Benedícta tu in muliéribus, et benedíctus fructus ventris tui
℟. Dóminus tecum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. Ave María, grátia plena, * Dóminus tecum.
en: |
R.br. Hail Mary full of grace, * the Lord is with thee.
℟. Hail Mary full of grace, * the Lord is with thee.
℣. Benedícta tu in muliéribus, et benedíctus fructus ventris tui
℟. The Lord is with thee.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Hail Mary full of grace, * the Lord is with thee.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-09-08, clean year.
id: lauds-responsory-nativity-bvm
text:
la: |
R.br. Ave María, grátia plena, * Dóminus tecum.
℟. Ave María, grátia plena, * Dóminus tecum.
℣. Benedícta tu in muliéribus, et benedíctus fructus ventris tui
℟. Dóminus tecum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. Ave María, grátia plena, * Dóminus tecum.
en: |
R.br. Hail Mary full of grace, * the Lord is with thee.
℟. Hail Mary full of grace, * the Lord is with thee.
℣. Benedícta tu in muliéribus, et benedíctus fructus ventris tui
℟. The Lord is with thee.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Hail Mary full of grace, * the Lord is with thee.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-06-24, clean year.
id: lauds-responsory-nativity-of-st-john-the-baptist
text:
la: |
R.br. Fuit homo * Missus a Deo.
℟. Fuit homo * Missus a Deo.
℣. Cui nomen erat Joánnes.
℟. Missus a Deo.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. Fuit homo * Missus a Deo.
en: |
R.br. There was a man sent from God.
℟. There was a man sent from God.
℣. Whose name was John.
℟. Sent from God.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. There was a man sent from God.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-06-29, clean year.
id: lauds-responsory-ss-peter-and-paul
text:
la: |
R.br. In omnem terram * Exívit sonus eórum.
℟. In omnem terram * Exívit sonus eórum.
℣. Et in fines orbis terræ verba eórum.
℟. Exívit sonus eórum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. In omnem terram * Exívit sonus eórum.
en: |
R.br. Their sound hath gone * forth into all the earth.
℟. Their sound hath gone * forth into all the earth.
℣. And their words unto the ends of the world.
℟. Forth into all the earth.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Their sound hath gone * forth into all the earth.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-05-01, clean year.
id: lauds-responsory-ss-philip-and-james
text:
la: |
R.br. Sancti et justi in Dómino gaudéte, * Allelúja, allelúja.
℟. Sancti et justi in Dómino gaudéte, * Allelúja, allelúja.
℣. Vos elégit Deus in hereditátem sibi.
℟. Allelúja, allelúja.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. Sancti et justi in Dómino gaudéte, * Allelúja, allelúja.
en: |
R.br. Saints and just, rejoice in the Lord, * Alleluia, alleluia.
℟. Saints and just, rejoice in the Lord, * Alleluia, alleluia.
℣. The Lord has chosen you for his inheritance.
℟. Alleluia, alleluia.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Saints and just, rejoice in the Lord, * Alleluia, alleluia.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2025-10-28, clean year.
id: lauds-responsory-ss-simon-and-jude
text:
la: |
R.br. In omnem terram * Exívit sonus eórum.
℟. In omnem terram * Exívit sonus eórum.
℣. Et in fines orbis terræ verba eórum.
℟. Exívit sonus eórum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. In omnem terram * Exívit sonus eórum.
en: |
R.br. Their sound hath gone * forth into all the earth.
℟. Their sound hath gone * forth into all the earth.
℣. And their words unto the ends of the world.
℟. Forth into all the earth.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Their sound hath gone * forth into all the earth.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2026-11-30, clean year.
id: lauds-responsory-st-andrew
text:
la: |
R.br. In omnem terram * Exívit sonus eórum.
℟. In omnem terram * Exívit sonus eórum.
℣. Et in fines orbis terræ verba eórum.
℟. Exívit sonus eórum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. In omnem terram * Exívit sonus eórum.
en: |
R.br. Their sound hath gone * forth into all the earth.
℟. Their sound hath gone * forth into all the earth.
℣. And their words unto the ends of the world.
℟. Forth into all the earth.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Their sound hath gone * forth into all the earth.
status:
la: verified
en: verified
@@ -0,0 +1,21 @@
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds
# live query, 2035-06-11, clean year.
id: lauds-responsory-st-barnabas
text:
la: |
R.br. In omnem terram * Exívit sonus eórum.
℟. In omnem terram * Exívit sonus eórum.
℣. Et in fines orbis terræ verba eórum.
℟. Exívit sonus eórum.
℣. Glória Patri, et Fílio, * et Spirítui Sancto.
℟. In omnem terram * Exívit sonus eórum.
en: |
R.br. Their sound hath gone * forth into all the earth.
℟. Their sound hath gone * forth into all the earth.
℣. And their words unto the ends of the world.
℟. Forth into all the earth.
℣. Glory be to the Father, and to the Son, * and to the Holy Ghost.
℟. Their sound hath gone * forth into all the earth.
status:
la: verified
en: verified

Some files were not shown because too many files have changed in this diff Show More