Pray Along with Little Richard

Pray Along with Little Richard is the fourth studio album, and first gospel album, by Little Richard. It was recorded during the period when he had renounced rock and roll and left the Specialty Records label.

Pray Along with Little Richard
Studio album by
Released1960
Recordedc. September 1959
GenreGospel
LabelEnd
Little Richard chronology
The Fabulous Little Richard
(1958/59)
Pray Along with Little Richard
(1960)
Pray Along with Little Richard (Vol 2)
(1960)

History

Since the songs were released over many different albums between 1959 and 1963, full details of these sessions have proved difficult to track down. In the book The Life and Times of Little Richard [1] they are listed as being recorded in New York with an estimated date of September 1959. They were recorded for mogul George Goldner and the only known personnel member besides Richard was Herman Stevens on organ. The tracks were described by Charles White as "pretty miserable [...] 'dirgelike' cuts".[2]

Track listing

  1. "Just a Closer Walk with Thee"
  2. "Milky White Way" (3:22)
  3. "Does Jesus Care?" (3:19)
  4. "Jesus Walked This Lonesome Valley" (3:11)
  5. "Coming Home" (2:49)
  6. "I've Just Come from the Fountain" (1:49)
  7. "I'm Trampin'" (2:47)
  8. "Need Him" (2:33)
  9. "God Is Real" (3:03)
  10. "Precious Lord" (3:09)
gollark: ``` WillPascucci commented 21 days ago •I'm trying to run this on IBM Q. I want to increase my performance by ~10-15% and I believe that optimizing these operations on qubits would be the simplest way. What is the plan to include quantum computing support? I'm trying to have this ready for my performance review next quarter. Please advise!```
gollark: Not mine.
gollark: ``` My printer isn't working #393Openwizzwizz4 opened this Issue 11 days ago · 0 commentsCommentsAssigneesNo one assignedLabelsNone yetProjectsNone yetMilestoneNo milestoneNotificationsYou’re not receiving notifications from this thread.1 participant@wizzwizz4@wizzwizz4wizzwizz4 commented 11 days agoI used to be able to use my printer, but after coming back from holiday it doesn't work. Every time I try to print, a box comes up and even after I close it it still doesn't work.```
gollark: It is truly glorious.
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```

References

  1. White, Charles. (2003). The Life and Times of Little Richard: The Authorised Biography. Omnibus Press.
  2. White, Charles. (2003). The Life and Times of Little Richard: The Authorised Biography., Page 216. Omnibus Press.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.