Fine and Mellow (Etta Jones album)

Fine and Mellow is an album by vocalist Etta Jones which was recorded in 1986 and released on the Muse label.[1][2]

Professional ratings
Review scores
SourceRating
AllMusic[3]
Fine and Mellow
Studio album by
Released1987
RecordedOctober 21, 1986
StudioVan Gelder Studio, Englewood Cliffs, NJ
GenreJazz
LabelMuse
MR 5333
ProducerHouston Person
Etta Jones chronology
Love Me with All Your Heart
(1984)
Fine and Mellow
(1987)
I'll Be Seeing You
(1988)

Track listing

  1. "I Laughed at Love" (Abner Silver, Benny Davis) – 4:13
  2. "My Foolish Heart" (Victor Young, Ned Washington) – 4:37
  3. "I May Be Wrong (but I Think You're Wonderful)" (Henry Sullivan, Harry Ruskin) – 4:25
  4. "I Want a Little Boy" (Murray Mencher, Billy Moll) – 4:18
  5. "Don't Worry 'bout Me" (Rube Bloom, Ted Koehler) – 4:30
  6. "Orange Colored Sky" (Milton DeLugg, Willie Stein) – 3:59
  7. "Fine and Mellow" (Billie Holiday) – 7:17

Personnel

gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```
gollark: ++eval-polish + 1 1

References

  1. Muse LP series discography: 5300 to 5349 accessed September 27, 2017
  2. Muse Records listing, accessed September 27, 2017
  3. Etta Jones: Fine and Mellow – Review at AllMusic. Retrieved September 27, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.