We Three Kings

Epiphany carol From Wikipedia, the free encyclopedia

"We Three Kings", original title "Three Kings of Orient", also known as "We Three Kings of Orient Are" or "The Quest of the Magi", is a Christmas carol that was written by John Henry Hopkins Jr. in 1857. At the time of composing the carol, Hopkins served as the rector of Christ Episcopal Church in Williamsport, Pennsylvania, and he wrote the carol for a Christmas pageant in New York City. It became the first widely popular Christmas carol written in America.[1]

Quick facts Three Kings of Orient, Genre ...
Three Kings of Orient
GenreChristmas carol
Written1857
TextJohn Henry Hopkins Jr.
Based onMatthew 2:1
Meter8.8.4.4.6 with refrain
Melody"Three Kings of Orient" by John Henry Hopkins Jr.
Published1863
Close

Lyrics

Three Kings of Orient

All

We Three Kings of Orient are,
Bearing gifts we traverse afar,
Field and fountain,
Moor and mountain,
Following yonder Star.

Refrain

O Star of Wonder, Star of Night,
Star with Royal Beauty bright,
Westward leading,
Still proceeding,
Guide us to Thy perfect Light.

Born a King on Bethlehem plain,
Gold I bring to crown Him again,
King for ever,
Ceasing never
Over us all to reign.
Refrain

Frankincense to offer have I,
Incense owns a Deity nigh:
Prayer and praising
All men raising,
Worship Him God on High.
Refrain

Myrrh is mine; its bitter perfume
Breathes a life of gathering gloom;—
Sorrowing, sighing,
Bleeding, dying,
Sealed in the stone-cold tomb.
Refrain

All

Glorious now behold Him arise,
King, and God, and Sacrifice;
Heav'n sings Hallelujah:
Hallelujah the earth replies.
Refrain[2]

Composition


header { tagline = ##f }
layout { indent = 0 set Score.tempoHideNote = ##t
  context { Score 
emove "Bar_number_engraver" }
  context { Voice consists "Melody_engraver" }
}

global = { key e minor 	ime 3/8 }

chordNames = chordmode {
  global set midiInstrument = #"acoustic guitar (steel)"
  
epeat volta 2 { e4.:mp | e:m | b:7 | e:m }
  once set chordChanges = ##f e:m | d | g | g | a:m | e4:m b8:7 | e4.:m bar "||"
  d:7 | 
epeat volta 2 { g | g | c | g | }
  e:m | d4 g8 | c4 g8 | d4 g8 | g4 c8 | g4. | c | g bar "|."
}

soprano = 
elative c'' {
  global set midiInstrument = #"trumpet" 	empo 4=100
  
epeat volta 2 { b4 a8 | g4 e8 | fis g fis | e4 r8 | }
  g4 g8 | a4 a8 | b4 b8 | d (c) b | a b a | g4 fis8 | e4 r8 bar "||"
  	empo 4=45 fis4fermata (	empo 4=24 a8) | 	empo 4=100 
epeat volta 2 { g4 g8 | g4 d8 | g4 e8 | g4 r8 | }
  g4 g8 | a4 b8 | c4 b8 | a4 b8 |
  g4 g8 | g4 d8 | g4 e8 | g4. bar "|."
}

alto = 
elative c' {
  global set midiInstrument = #"trumpet"
  
epeat volta 2 { e4 fis8 | e4 b8 | dis dis dis | b4 r8 | }
  e4 e8 | fis4 fis8 | g4 g8 | g (a) g | e e e |e4 dis8 | b4 r8 bar "||"
  d4. | 
epeat volta 2 { d4 d8 | d4 b8 |e4 c8 | d4 r8 | }
  e4 e8 |fis4 g8 | g4 g8 | fis4 g8 | g4 e8 | d4 d8 | e4 c8 | d4. bar "|."
}

tenor = 
elative c' {
  global set midiInstrument = #"french horn"
  
epeat volta 2 { g4 b8 | b4 g8 | a b a | g4 r8 | }
  b4 b8 |d4 d8 | d4 d8 | d4 d8 | c c c | b4 a8 g4 r8 bar "||"
  c4.fermata | 
epeat volta 2 { b4 b8 | b4 g8 | g4 g8 | b4 r8 | }
  b4 b8 |d4 d8 | e4 d8 |d4 d8 | b4 c8 | b4 g8 | g4 a8 | b4. bar "|."
}

bass = 
elative c {
  global set midiInstrument = #"french horn"
  
epeat volta 2 { e4 e8 | e4 e8 | b b b | e4 r8 | }
  e4 e8 |d4 d8 | g4 g8 | b (fis) g | a a a | b4 b,8 | e4 r8 bar "||"
  d4. | 
epeat volta 2 { g4 g8 | g4 g8 | c,4 c8 | g4 r8 | }
  e'4 e8 | d4 g8 | c,4 g'8 | d4 g8 | g4 g8 | g4 b,8 | c4 c8 | <g g'>4. bar "|."
}

verse = lyricmode {
  We three kings of O -- ri -- ent are,
  Field and foun -- tain, Moor and moun -- tain,
  Fol -- low -- ing yon -- der star.
    
  O star of won -- der, star of night,
    
  West -- ward lead -- ing,
  Still pro -- ceed -- ing,
  Guide us to Thy per -- fect light.
}
verseR = lyricmode { % This is a terrible hack to get the lyrics aligned.
  Bear -- ing gifts we tra -- verse a -- far,
  "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" Star with roy -- al beau -- ty bright,
}

chordsPart = 
ew ChordNames { set chordChanges = ##t chordNames }

choirPart = 
ew ChoirStaff <<
  
ew Staff with { consists "Merge_rests_engraver" }
  <<
    
ew Voice = "soprano" { voiceOne soprano }
    
ew Voice = "alto" { voiceTwo alto }
  >>
  
ew Lyrics lyricsto "soprano" verse
  
ew Lyrics lyricsto "soprano" verseR
  
ew Staff with { consists "Merge_rests_engraver" }
  <<
    clef bass
    
ew Voice = "tenor" { voiceOne 	enor }
    
ew Voice = "bass" { voiceTwo bass }
  >>
>>

score {
  <<
    chordsPart
    choirPart
  >>
  layout { }
}
score { unfoldRepeats { << chordsPart  soprano alto  	enor bass >> }
  midi {
    context { Score midiChannelMapping = #'instrument }
    context { Staff 
emove "Staff_performer" }
    context { Voice consists "Staff_performer" }
  }
}
Source[2]

John Henry Hopkins Jr. organized the carol in such a way that three male voices would each sing a solo verse in order to correspond with the three kings.[3] The first and last verses of the carol are sung together by all three as "verses of praise", while the intermediate verses are sung individually with each king describing the gift he was bringing.[4] The refrain proceeds to praise the beauty of the Star of Bethlehem.[5] The Magi's solos are typically not observed during contemporary performances of the carol.[3]

The carol's melody has been described as "sad" and "shifting" in nature.[6] Because of this, it highly resembles a song from the Middle Ages and Middle Eastern music, both of which it has been frequently compared to.[6]

Context

The carol centers around the Biblical Magi, who visited Jesus as a child in a manger (Matthew 2:1) sometime after his Nativity and gave him gifts of gold, frankincense, and myrrh while paying homage to him. Though the event is recounted in the Gospel of Matthew, there are no further details given in the New Testament with regards to their names, the number of Magi who were present, or whether they were even royal.[7][8] There are, however, verses in the Old Testament that foretell of the visitors: Isaiah 60:6: "The wealth of the nations will come to you. A multitude of camels will cover you. The young camels of Midian and Ephah; All those from Sheba will come; They will bring gold and frankincense, and will bear good news of the praises of the Lord." (New American Standard Bible), and two selections from the Psalms – Psalm 72:10: "The kings of Tarshish and of the isles shall pay tribute, and the kings of Arabia and Saba offer gifts" and Psalm 72:15: "...and may there be given to him gold from Arabia" (New American Standard Bible). Hence, the names of the Magi—Melchior, Caspar, and Balthazar—and their status as kings from the Orient are legendary and based on tradition.[5][8] The number three stems from the fact that there were three separate gifts that were given.[9] The solo verses and final verse make explicit a tradition according to which the three gifts symbolize three aspects of Jesus, as "King" (gold, representing wealth and power) and "God" (incense, representing worship) and "sacrifice" (myrrh, used to embalm the dead).[8]

Background and influence

At the time he was writing "We Three Kings" in 1857, John Henry Hopkins Jr. was serving as the rector of Christ Episcopal Church in Williamsport, Pennsylvania.[5][10] Although he originally worked as a journalist for a New York newspaper and studied to become a lawyer,[6][11] he chose to join the clergy upon graduating from the University of Vermont.[12] Hopkins studied at the General Theological Seminary in New York City and after graduating and being ordained a deacon in 1850, he became its first music teacher five years later, holding the post until 1857 alongside his ministry in the Episcopal Church.[9][12]

During his final year of teaching at the seminary,[12] Hopkins wrote "We Three Kings" for a Christmas pageant held at the college.[13] It was noteworthy that Hopkins composed both the lyrics and music; contemporary carol composers usually wrote either the lyrics or music but not both.[10][14] Originally titled "Three Kings of Orient", it was sung within his circle of family and friends. Because of the popularity it achieved among them, Hopkins decided to publish the carol in 1863 in his book Carols, Hymns, and Songs.[15] It became the first Christmas carol originating from the United States to achieve widespread popularity,[1] as well as the first to be featured in Christmas Carols Old and New,[clarification needed] a collection of carols that was published in the United Kingdom.[14] In 1916, the carol was printed in the hymnal for the Episcopal Church; that year's edition was the first to have a separate section for Christmas songs.[6] "We Three Kings" was also included in The Oxford Book of Carols published in 1928, which praised the song as "one of the most successful of modern composed carols".[8]

Jazz, rock, and reggae musicians recorded "We Three Kings".

In the televised cartoon A Claymation Christmas Celebration (1987), the Three Kings sing the verses in traditional choral style, while their camels perform the chorus as a doo-wop song. The kings were voiced by Dan Sachs, Jim Steinberger, and Pat Harryman, and the camels by Ron Tinsley and Patric J. Miller, the arrangement was written by Miller.[22]

Parodies

Since the 1950s, the carol has been frequently parodied by children. The subject of the lyrics varies widely depending upon the region, with references to smoking explosive rubber cigars, selling counterfeit lingerie, or travelling to an Irish bar by taxi, car, and scooter.[23][24][25]

See also

References

Further reading

Related Articles

Wikiwand AI