Gee, Baby, Ain't I Good to You

"Gee, Baby, Ain't I Good to You" is a 1929 song written by Andy Razaf and Don Redman. It was recorded by the Redman-led McKinney's Cotton Pickers on Victor on November 5, 1929 as "Gee, Ain't I Good to You."[1]

"Gee, Baby, Ain't I Good to You"
Single by The King Cole Trio
A-side"I Realize Now"
Released1944
Length2:54
LabelCapitol Records
Songwriter(s)Andy Razaf, Don Redman
The King Cole Trio singles chronology
"Straighten Up and Fly Right"
(1944)
"Gee, Baby, Ain't I Good to You"
(1944)
"The Frim-Fram Sauce"
(1946)

King Cole Trio recording

It was later performed by The King Cole Trio. The single peaked at #20 on the national charts and was the group's final #1 on the Harlem Hit Parade.[2] The A-side of the song, "I Realize Now" peaked at #9 on the Harlem Hit Parade. It is usually played in E flat blues.

Other notable recordings

Other notable recordings of the song include versions by: Fats Waller, Dizzy Gillespie, Count Basie, Billie Holiday, Peggy Lee, Ella Fitzgerald, Stanley Turrentine, Sonny Clark, Art Blakey, Ray Charles, Kenny Burrell, Diana Krall, The Coasters,[3] Bill Wurtz[4], and Geoff Muldaur.[5][6] As well as, Deana Martin recorded “Gee, Baby Ain't I Good To You” on her 2013 album Destination Moon. In 2015, Matt Dusk and Margaret recorded a version for their album Just the Two of Us.

gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
gollark: And osmarks internet radio™ HAS that album, yaæææææææææææy!
gollark: Bleed From Within's latest album, Fracture, was very good.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.