Your Love Is Strong

"Your Love Is Strong" is a single from singer/songwriter Jon Foreman's Spring EP, as well as his first full album, the compilation entitled Limbs and Branches. It was confirmed as a radio single by EMI/CMG's promotion blog[1] and was released to Christian radio formats only. Robbie Seay Band recorded a version of this song for their 2010 release Miracle.

"Your Love Is Strong"
Single by Jon Foreman
from the album Spring and Limbs and Branches
ReleasedMarch 25, 2008
Recorded2008
GenreAcoustic
Length5:09
LabelLowercase people records/Credential Recordings
Songwriter(s)Jon Foreman
Producer(s)Charlie Peacock
Jon Foreman singles chronology
"The Cure for Pain"
(2007)
"Your Love Is Strong"
(2008)

It entered the Christian CHR radio chart at No. 29, and has thus far peaked at No. 18.

The song is based on and quotes the Lord's Prayer.

Versions

There are two versions of the song. The first is the original version that appears on the Spring EP. The second appears on the Limbs and Branches compilation and has a slightly different arrangement, most notably including some additional overdubbed strings throughout the entire song, albeit low in the mix.

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. "Jon Foreman :: Limbs and Branches". October 24, 2008. Archived from the original on July 9, 2012. Retrieved October 28, 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.