Add reusable Matins building blocks: types, content stores, seed data
New ResolvedPart kinds (nocturn-psalmody, te-deum) and lesson fields (nocturn, source, isGospel, responsory) in hours/types.ts. Three new content-store modules: propers/bible-plan.ts (the user's own continuous scripture-reading plan, replacing the historical Nocturn-1 lectionary), propers/nocturn-readings.ts (general feast/temporal-day Nocturn 2-3 readings, extending propers/octave-readings.ts's combine-into-one-reading pattern via a newly-exported resolvePassages), and propers/matins-responsories.ts (a per-book responsory pool, matched loosely rather than by exact citation). Data: Sunday's fixed 12-psalm/3-canticle psalmody (live-verified against the reference engine), the invitatory antiphon, ferial hymn and capitulum, the Te Deum, a seeded Isaiah responsory, two live-transcribed scripture chapters, and the two bible-plan rows needed for this pass' proof content.
This commit is contained in:
@@ -0,0 +1,125 @@
|
||||
# Live-verified (Monastic Tridentinum 1617, 2026-09-06) — fixed text, sung
|
||||
# after the last lesson on a 3-nocturn day (Sunday or Duplex+; see
|
||||
# hours/matins.ts and hours/types.ts's 'te-deum' ResolvedPart). Never said
|
||||
# on a plain ferial (1-nocturn) day.
|
||||
id: te-deum
|
||||
text:
|
||||
la: >-
|
||||
Te Deum laudámus: * te Dóminum confitémur.
|
||||
|
||||
Te ætérnum Patrem * omnis terra venerátur.
|
||||
|
||||
Tibi omnes Ángeli, * tibi Cæli, et univérsæ Potestátes:
|
||||
|
||||
Tibi Chérubim et Séraphim * incessábili voce proclámant:
|
||||
|
||||
Sanctus, Sanctus, Sanctus * Dóminus Deus Sábaoth.
|
||||
|
||||
Pleni sunt cæli et terra * majestátis glóriæ tuæ.
|
||||
|
||||
Te gloriósus * Apostolórum chorus,
|
||||
|
||||
Te Prophetárum * laudábilis númerus,
|
||||
|
||||
Te Mártyrum candidátus * laudat exércitus.
|
||||
|
||||
Te per orbem terrárum * sancta confitétur Ecclésia,
|
||||
|
||||
Patrem * imménsæ majestátis;
|
||||
|
||||
Venerándum tuum verum * et únicum Fílium;
|
||||
|
||||
Sanctum quoque * Paráclitum Spíritum.
|
||||
|
||||
Tu Rex glóriæ, * Christe.
|
||||
|
||||
Tu Patris * sempitérnus es Fílius.
|
||||
|
||||
Tu, ad liberándum susceptúrus hóminem: * non horruísti Vírginis úterum.
|
||||
|
||||
Tu, devícto mortis acúleo, * aperuísti credéntibus regna cælórum.
|
||||
|
||||
Tu ad déxteram Dei sedes, * in glória Patris.
|
||||
|
||||
Judex créderis * esse ventúrus.
|
||||
|
||||
Te ergo quǽsumus, tuis fámulis súbveni, * quos pretióso sánguine redemísti.
|
||||
|
||||
Ætérna fac cum Sanctis tuis * in glória numerári.
|
||||
|
||||
Salvum fac pópulum tuum, Dómine, * et bénedic hereditáti tuæ.
|
||||
|
||||
Et rege eos, * et extólle illos usque in ætérnum.
|
||||
|
||||
Per síngulos dies * benedícimus te.
|
||||
|
||||
Et laudámus nomen tuum in sǽculum, * et in sǽculum sǽculi.
|
||||
|
||||
Dignáre, Dómine, die isto * sine peccáto nos custodíre.
|
||||
|
||||
Miserére nostri, Dómine, * miserére nostri.
|
||||
|
||||
Fiat misericórdia tua, Dómine, super nos, * quemádmodum sperávimus in te.
|
||||
|
||||
In te, Dómine, sperávi: * non confúndar in ætérnum.
|
||||
en: >-
|
||||
We praise thee, O God, * we acknowledge thee to be the Lord.
|
||||
|
||||
All the earth doth worship thee, * the Father everlasting.
|
||||
|
||||
To thee all Angels cry aloud, * the Heavens, and all the Powers therein.
|
||||
|
||||
To thee Cherubim and Seraphim * continually do cry.
|
||||
|
||||
Holy, Holy, Holy * Lord God of Sabaoth;
|
||||
|
||||
Heaven and earth are full * of the Majesty of thy glory.
|
||||
|
||||
The glorious company of the Apostles * praise thee.
|
||||
|
||||
The goodly fellowship of the Prophets * praise thee.
|
||||
|
||||
The noble army of Martyrs * praise thee.
|
||||
|
||||
The holy Church throughout all the world * doth acknowledge thee;
|
||||
|
||||
The Father, * of an infinite Majesty.
|
||||
|
||||
Thine honourable, true, * and only Son;
|
||||
|
||||
Also the Holy Ghost, * the Comforter.
|
||||
|
||||
Thou art the King of Glory, * O Christ.
|
||||
|
||||
Thou art the everlasting * Son of the Father.
|
||||
|
||||
When thou tookest upon thee to deliver man, * thou didst not abhor the Virgin's womb.
|
||||
|
||||
When thou hadst overcome the sharpness of death, * thou didst open the Kingdom of Heaven to all believers.
|
||||
|
||||
Thou sittest at the right hand of God, * in the glory of the Father.
|
||||
|
||||
We believe that thou shalt come * to be our Judge.
|
||||
|
||||
We therefore pray thee, help thy servants, * whom thou hast redeemed with thy precious Blood.
|
||||
|
||||
Make them to be numbered with thy Saints, * in glory everlasting.
|
||||
|
||||
O Lord, save thy people, * and bless thine heritage.
|
||||
|
||||
Govern them, * and lift them up for ever.
|
||||
|
||||
Day by day * we magnify thee;
|
||||
|
||||
And we worship thy Name * ever, world without end.
|
||||
|
||||
Vouchsafe, O Lord, to keep us * this day without sin.
|
||||
|
||||
O Lord, have mercy upon us, * have mercy upon us.
|
||||
|
||||
O Lord, let thy mercy lighten upon us, * as our trust is in thee.
|
||||
|
||||
O Lord, in thee have I trusted, * let me never be confounded.
|
||||
status:
|
||||
la: verified
|
||||
en: verified
|
||||
Reference in New Issue
Block a user