Wisteria (Jimmy Raney album)

Wisteria is an album by guitarists Jimmy Raney Trio featuring Tommy Flanagan recorded in 1985 and released on the Dutch label, Criss Cross Jazz.[1][2] The CD rerelease added one additional track recorded in 1990.[3]

Wisteria
Studio album by
Released1986
RecordedDecember 30, 1985
StudioVan Gelder Studio, Englewood Cliffs, NJ
GenreJazz
Length47:00
LabelCriss Cross Jazz
Criss 1019
ProducerGerry Teekens
Jimmy Raney chronology
In Good Company
(1985)
Wisteria
(1986)
But Beautiful
(1990)

Reception

Professional ratings
Review scores
SourceRating
AllMusic[3]

Scott Yanow of AllMusic states "The interplay between the three musicians is impressive, and the subtle creativity makes repeated listenings of the modern mainstream music quite valuable. Recommended".[3]

Track listing

  1. "Hassan's Dream" (Benny Golson) – 7:18
  2. "Wisteria" (George Mraz) – 5:32
  3. "Ovals" (Jimmy Raney) – 6:25
  4. "Out of the Past" (Golson) – 7:04
  5. "I Could Write a Book" (Richard Rodgers, Lorenz Hart) – 6:17
  6. "Ev'rything I Love" (Cole Porter) – 7:04
  7. "All the Things You Are" (Jerome Kern, Oscar Hammerstein II) – 7:18 Bonus track on CD release

Personnel

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; } }}```
gollark: `https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
gollark: Not enterprise enough. Try again.

References

  1. Criss Cross Jazz album details, accessed March 23, 2017
  2. Jimmy Raney catalog, accessed March 23, 2017
  3. Yanow, Scott. Jimmy Raney Trio: Wisteria – Review at AllMusic. Retrieved March 23, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.