Close Enough for Love (Peggy Lee album)

Close Enough for Love is a 1979 studio album by jazz singer Peggy Lee.[1]

Close Enough for Love
Studio album by
Released1979
RecordedMay 30-31, 1979
GenreJazz, disco
Length36:39
LabelDRG SL5190
ProducerHugh Fordin
Peggy Lee chronology
Peggy
(1977)
Close Enough for Love
(1979)
Miss Peggy Lee Sings the Blues
(1988)

The album was Lee's first recording in the United States since her 1975 album Mirrors. The album was Lee's only recording for DRG Records, and featured Lee with her regular quartet.[2]

Reception

Professional ratings
Review scores
SourceRating
Allmusic[1]

Reviewing the album for AllMusic, JT Griffith said that "Peggy Lee's voice sounds a bit depressed on this album, indicating, perhaps, an unfamiliarity with the new musical trappings. But that quality also gives the album's more straightforward numbers, like "Rain Sometimes" and "Come in From the Rain" (sounding like Wings), a moving, somber tone. An example of a dated album, but one that is a ripe for a rediscovery."[1]

Track listing

  1. "You" (Tom Snow) – 4:04
  2. "Easy Does It" (Richard P. Hazard, Peggy Lee) – 3:28
  3. "Close Enough for Love" (Johnny Mandel, Paul Williams) – 3:55
  4. "A Robinsong" (Michael Franks) – 3:18
  5. "Just One of Those Things" (Cole Porter) – 2:48
  6. "I Can't Resist You" (Walter Donaldson, Will Donaldson, Ned Wever) – 4:33
  7. "Come in from the Rain" (Melissa Manchester, Carole Bayer Sager) – 3:07
  8. "In the Days of Our Love" (Lee, Marian McPartland) – 3:18
  9. "Through the Eyes of Love" (Marvin Hamlisch, Sager) – 3:11
  10. "Rain Sometimes" (Arthur Hamilton) – 3:55

Personnel

Performance
Production
  • Hans Alvers – photography
  • Tchad Blake – engineer, assistant engineer
  • Sibbi Chalawick – art direction
  • Hugh Fordin – producer
  • Will Friedwaldliner notes
  • LuAnn Graffeo – art direction
  • Geoff Howe – engineer, mixing, mixing engineer
  • Richard Hazardarranger, conductor
  • Dan O'Leary – reissue producer
  • Van-John Sfiridis – production supervisor
  • Alan Silverman – remastering
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.

References

  1. Close Enough for Love at AllMusic
  2. James Gavin (11 November 2014). Is That All There Is?: The Strange Life of Peggy Lee. Simon and Schuster. p. 398. ISBN 978-1-4516-4168-4.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.