Yes! Jesus Loves Me

Yes! Jesus Loves Me (subtitled Guitar Hymns) is an album by American fingerstyle guitarist and composer John Fahey, released in 1980. It was Fahey's poorest selling release.[1]

Yes! Jesus Loves Me
Studio album by
Released1980
RecordedGingerbread Studios, Santa Monica, California
GenreFolk
LabelTakoma
ProducerJohn Fahey
John Fahey chronology
John Fahey Visits Washington D.C.
(1979)
Yes! Jesus Loves Me
(1980)
Live in Tasmania
(1981)

Reception

Professional ratings
Review scores
SourceRating
Allmusic[2]
Record Collector [3]

Music critic Mark Allan praised the album, noting that "Fahey weaves a spell with his precise picking and odd tunings... if you unplug the phone, turn off the TV and give it the chance, this music might briefly remove you from your everyday existence."[2]

From his review for the UK-based Record Collector, critic Jason Draper gave the album 4 stars, stating "... it’s a concise, stately piece of work, Fahey tapping into blues, classical and even bordering on ragtime guitar... it transcends time and spans agee... grand and full enough to fill the deepest chamber and the grandest dining room, yet intimate enough for a fireside sherry when the kids have gone to bed. If you can’t be touched by this, you can’t be touched by anything."[3]

Reissues

  • Yes! Jesus Loves Me was released combined with Gospel Nights by Maria Muldaur.
  • Yes! Jesus Loves Me was reissued on CD in 2007 by Ace Records.

Track listing

  1. "Yes, Jesus Loves Me" (Anna B. Warner) – 1:46
  2. "Stand Up, Stand Up for Jesus" – 1:12
  3. "Lord of All Hopefullness/All Through the Night" – 3:40
  4. "Oh Come, Oh Come Emmanuel" (John Mason Neale) – 2:37
  5. "Two American Folk Hymns" – 2:20
  6. "For All the Beauty of the Earth" – 1:37
  7. "St. Patrick's" – 1:51
  8. "Holy, Holy, Holy" – 1:58
  9. "Come Labor On" – 1:39
  10. "St. Clement's" – 1:51
  11. "For All the Saints" – 1:33
  12. "At the Name of Jesus" – 1:23
  13. "Come Thou Almighty King/Wild Western Hero" – 1:43
  14. "Praise to the Lord" – 1:43
  15. "Lord, I Want to Be a Christian in My Heart" – 1:52
  16. "Faith of Our Fathers" (Frederick William Faber) – 1:16
  17. "Just as I Am" (Charlotte Elliott) – 1:22
  18. "Let All Mortal Flesh Keep Silence" – 3:31
  19. "Jesus Christ Is Risen Today" – 2:58
  20. "Yes, Jesus Loves Me (Reprise)" – 0:40

Personnel

  • John Fahey – guitar
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.
gollark: Basically, any disk you make *will not be run unsandboxed* on a regular potatOS install.

References

  1. Needs, Kris. "Liner notes from 2007 Ace Records reissue". Missing or empty |url= (help)
  2. Allan, Mark. "Yes! Jesus Loves Me > Review". Allmusic. Retrieved March 20, 2010.
  3. Draper, Jason (December 2007). "Yes! Jesus Loves Me > Review". Record Collector (344).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.