O nata lux

From Wikipedia, the free encyclopedia

English"O Light born of Light"
FormMotet
TextAnon. Office hymn for Lauds of the Feast of the Transfiguration, 6th August
O nata lux
by Thomas Tallis
"Qui carne quondam contegi, Dignatus es pro perditis" containing modulation and an English cadence at the end of the phrase. CCA 4.0 Complete Score by Daniel Van Gilst on IMSLP.org
English"O Light born of Light"
GenreRenaissance Choral music
FormMotet
TextAnon. Office hymn for Lauds of the Feast of the Transfiguration, 6th August
LanguageLatin
Composedc. 1575
Scoring5 voices a cappella

O nata lux is a 5-part motet by Thomas Tallis in his 1575 Cantiones quae ab argumento sacrae vocantur. It is notable, and has been quoted by Academic commentators,[1][2] for its frequent and clear use of English cadences.[3]

Latin

The text is a Latin hymn for the Feast of the Transfiguration, a feast on the 6th of August for the Western church. However, by the 1570s, the motet would have served outside of its native Sarum use as a general communion anthem for Elizabeth's chapel, as part of injunctions allowing for the occasional use of sacred polyphony in Anglican churches.[4]

O Nata Lux, de Lumine,
Jesu redemptor saeculi,
Dignare clemens supplicum
Laudes precesque summere.
Qui carne quondam contegi,
Dignatus es pro perditis,
Nos membra confer effici
Tui beati corporis.

English translation

O Light born of Light,
Jesus, redeemer of the world,
with loving-kindness deign to receive
suppliant praise and prayer.
Thou who once deigned to be clothed in flesh
for the sake of the lost,
grant us to be members
of thy blessed body.

History

O nata lux was published in 1575 as part of a set of Latin-texted pieces that Tallis contributed to a joint-publication with his pupil, William Byrd. Some pieces in the 1575 Cantiones, such as Dum transisset sabbatum, are clearly older works from Tallis' early career, while O nata lux is more mature, Elizabethan in style and homophonic.[5] Milsom has hypothesised that the motet was purposely composed in a complex technique to "show off" English polyphony and promote its reputation on the continent.[6] Nevertheless, the Cantiones were a financial disaster, possibly due to both composers being Catholic,[7] and Tallis, being "verie aged", was granted manors as recompense in 1577.[8]

Unusually, unlike Tallis' other Latin motets in the 1575 Cantiones (such as O sacrum convivium and Salvator mundi), O nata lux never produced any English contrafacta for use in the Jacobean chapel.[n 1] However the motet later came to known for it English cadences described as quintessentially "English" by commentators.[1][6] Today, the work is well-acclaimed and frequently used by Academics as containing an example of the English cadential method.[9][2]

Analysis

The mode is Phrygian when viewing the first and ending notes of the motet modally. The motet's metre is ambiguous[6] but is generally transcribed today as 3/4, which is uncommon for Tudor choral music. The ending of the motet "Nos membra confer effici" repeating twice is, however, more stylistically typical of English composers.[5] The cross-relations at "redemptor" (redeemer); "perditis" (lost); "corporis" ([Christ's] body) represent pain and illustrate the suffering of Christ according to redemptive theology.[9]


\header { tagline = "" }
\language "english"

ficta = { \once \set suggestAccidentals = ##t }

superiusVIII = \relative c'' {
  \time 6/2
  \key bf \major
  \partial 4 r4 | a2 g e a1. | d2 d \once \override NoteHead.color = #red  \once \override Accidental.color = #red cs d1 r2 |
}

superiusLyricsVIII = \lyricmode {
  Di -- gna -- tus es pro per -- di -- tis:
}

discantusVIII = \relative c'' {
  \time 6/2
  \key bf \major
  \partial 4 r4 | d,2 e e f2.( e4 f) g( | a2) g e fs1 r2 |
}

discantusLyricsVIII = \lyricmode {
  Di -- gna -- tus es __ pro __ per -- di -- tis:
}

contraVIII = \relative c' {
  \time 6/2
  \key bf \major
  \partial 4 r4 | a2 b cs d1. | d2 e2 e d1 r2 |
}

contraLyricsVIII = \lyricmode {
  Di -- gna -- tus es pro per -- di -- tis:
}

tenorVIII = \relative c' {
  \time 6/2
  \key bf \major
  \partial 4 c4( | d2) g, g a1. | a2 bf \once \override NoteHead.color = #red \once \override AccidentalCautionary.color = #red c? a1 r2 | 
}

tenorLyricsVIII = \lyricmode {
  Di -- gna -- tus es pro per -- di -- tis:
}

bassusVIII = \relative c' {
  \time 6/2
  \clef bass
  \key bf \major
  \partial 4 r4 | f,2 e e d1. | f2 g a d,1 r2 |
}

bassusLyricsVIII = \lyricmode {
  Di -- gna -- tus es pro per -- di -- tis:
}

\score {
  <<
    \new ChoirStaff = choirStaff \with {
      \override StaffGrouper.staff-staff-spacing.padding = #4.5
    } <<
      \new Voice <<
        \set Staff.instrumentName = #"Superius"
        \clef "treble"
        \superiusVIII
      >>
      \addlyrics { \superiusLyricsVIII }
      \new Voice <<
        \set Staff.instrumentName = #"Discantus"
        \clef "treble"
        \discantusVIII
      >>
      \addlyrics { \discantusLyricsVIII }
      \new Voice <<
        \set Staff.instrumentName = #"Contra"
        \clef "treble_8"
        \contraVIII
      >>
      \addlyrics { \contraLyricsVIII }
      \new Voice <<
        \set Staff.instrumentName = #"Tenor"
        \clef "treble_8"
        \tenorVIII
      >>
      \addlyrics { \tenorLyricsVIII }
      \new Voice <<
        \set Staff.instrumentName = #"Bassus"
        \clef "bass"
        \bassusVIII
      >>
      \addlyrics { \bassusLyricsVIII }
    >>
  >>
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 60 2)
    }
  }
  \layout {}
}
False relation on beat 3 of measure 12, marked in red: simultaneous c natural and c sharp.

\header { tagline = "" }
\language "english"

ficta = { \once \set suggestAccidentals = ##t }

superiusVIII = \relative c'' {
  \time 6/2
  \key bf \major
  d2 a bf a1 g2 | g1 \once \override NoteHead.color = #red  \once \override Accidental.color = #red fs2 g1. |
}

superiusLyricsVIII = \lyricmode {
  Tu -- i be -- a -- ti cor -- po -- ris.
}

discantusVIII = \relative c' {
  \time 6/2
  \key bf \major
  f2 f d f1 ef2 ~| ef d d b1. |
}

discantusLyricsVIII = \lyricmode {
  Tu -- i be -- a -- ti __ cor -- po -- ris.
}

contraVIII = \relative c' {
  \time 6/2
  \key bf \major
  d2 d bf d2. c4( bf2) | c( a) a g1. |
}

contraLyricsVIII = \lyricmode {
  Tu -- i be -- a -- ti __ cor -- po -- ris.
}

tenorVIII = \relative c' {
  \time 6/2
  \key bf \major
  a2 a g f1 g2 | ef( \once \override NoteHead.color = #red  \once \override Accidental.color = #red \once \override Dots.color = #red f2.) \once \override NoteHead.color = #red  \once \override Accidental.color = #red ef4 d1. |
}

tenorLyricsVIII = \lyricmode {
  Tu -- i be -- a -- ti cor -- po -- ris.
}

bassusVIII = \relative c {
  \time 6/2
  \clef bass
  \key bf \major
  d2 d g d1 ef2 | c( d) \once \override NoteHead.color = #red  \once \override Accidental.color = #red d g,1. |
}

bassusLyricsVIII = \lyricmode {
  Tu -- i be -- a -- ti cor -- po -- ris.
}

\score {
  <<
    \new ChoirStaff = choirStaff \with {
      \override StaffGrouper.staff-staff-spacing.padding = #4.5
    } <<
      \new Voice <<
        \set Staff.instrumentName = #"Superius"
        \clef "treble"
        \superiusVIII
      >>
      \addlyrics { \superiusLyricsVIII }
      \new Voice <<
        \set Staff.instrumentName = #"Discantus"
        \clef "treble"
        \discantusVIII
      >>
      \addlyrics { \discantusLyricsVIII }
      \new Voice <<
        \set Staff.instrumentName = #"Contra"
        \clef "treble_8"
        \contraVIII
      >>
      \addlyrics { \contraLyricsVIII }
      \new Voice <<
        \set Staff.instrumentName = #"Tenor"
        \clef "treble_8"
        \tenorVIII
      >>
      \addlyrics { \tenorLyricsVIII }
      \new Voice <<
        \set Staff.instrumentName = #"Bassus"
        \clef "bass"
        \bassusVIII
      >>
      \addlyrics { \bassusLyricsVIII }
    >>
  >>
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 60 2)
    }
  }
  \layout {}
}
False relation on beat 3 of the last measure, marked in red: first, simultaneous f natural and f sharp, followed by simultaneous e flat and d natural. (E flat as per Tudor Church Music version.)

Notes

References

Related Articles

Wikiwand AI