It Is No Secret

It Is No Secret (What God Can Do) is a Southern Gospel song composed by Stuart Hamblen in the 1950s.[1]

The Bill Kenny version

In 1951 The Ink Spots lead singer Bill Kenny recorded It Is No Secret for the Decca label. His recorded version which also featured "The Song Spinners" was the first to make the US pop charts, reaching #18.[2]

The Elvis Presley version

Elvis Presley recorded his version in Radio Recorders Studio 1, Hollywood, on January 19, 1957.[3] It was released on Elvis' Christmas Album (RCA Victor LOC 1035) in November 1957.[4] The producer was Steve Sholes.[3] When heard by Paul McCartney, in early 1958, he took the chorus, as done for the first time by The Jordanaires, and included them in his first recording with the, then, The Quarrymen's, "In Spite of All the Danger", a song he feels was inspired, this time consciously, by another Presley song, "Tryin' to Get to You".

gollark: OCaml.
gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.
gollark: The link.
gollark: It was sonata who actually posted it, IIRC.

See also

References

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