Charles E. Henderson

Charles Edward Henderson (19 January 1907 – 7 March 1970) was a songwriter, arranger, vocal coach and lyricist.

Henderson was born in Massachusetts and died in Laguna Beach, California.

Notable works

Broadway theatre
  • Blackouts of 1949 (1949); music also by Royal Foster
Film music

Books

  • Henderson, Charles, with Charles Palmer (1939). How to Sing for Money: The Art and Business of Singing Popular Songs Professionally. Hollywood, Calif.: G Palmer Putnam. OCLC 896876.

Citations

    gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
    gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file))```A simple self-modifying program which does not actually modify itself.
    gollark: ```pythonsomethingsome other thinga thing```
    gollark: 100-[infinitely small number]%, surely?
    gollark: 99.99999999%? Are you sure?
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.