A Very Merry Christmas
A Very Merry Christmas is Bobby Vinton's ninth studio album and first Christmas album, released in October 1964. Vinton had released a four-track Christmas EP which entered the charts the previous year, containing none of the tracks included on A Very Merry Christmas. Due to Billboard editorial policy, it was held off the regular Top LPs chart, but reached #13 on the Christmas Albums chart. The album was reissued on CD in 1995, and again in 2015 as the expanded A Very Merry Christmas: The Complete Epic Christmas Collection.
A Very Merry Christmas | ||||
---|---|---|---|---|
Studio album by | ||||
Released | October 1964 | |||
Genre | Pop, Christmas | |||
Length | 31:26 | |||
Label | Epic | |||
Producer | Robert Morgan | |||
Bobby Vinton chronology | ||||
|
There were two singles to come from this album: "The Bell That Couldn't Jingle" and "Dearest Santa".
Track listing
No. | Title | Writer(s) | Length |
---|---|---|---|
1. | "Christmas Chopsticks" | Heider | 2:12 |
2. | "The Bell That Couldn't Jingle" | Burt Bacharach, Lawrence Kusik | 2:20 |
3. | "Do You Hear What I Hear" | Noël Regney, Gloria Shayne | 2:53 |
4. | "Dearest Santa" | Bonnie Boyd, Michael Dunn | 2:52 |
5. | "The Greatest Gift" | Bobby Vinton, Lloyd | 2:28 |
6. | "Christmas in Killarney" | James Cavanaugh, John Redmond, Frank Weldon | 2:27 |
No. | Title | Writer(s) | Length |
---|---|---|---|
1. | "Peppermint Stick Parade" | Manning, Lenwood Morris | 1:52 |
2. | "Christmas Angel" | Bobby Vinton, Lloyd | 2:45 |
3. | "The Christmas Tree" | Goodwin | 3:04 |
4. | "Three Wise Men, Wise Men Three" | Noël Regney, Gloria Shayne | 2:40 |
5. | "White Christmas" | Irving Berlin | 2:37 |
6. | "My Christmas Prayer" | Lyn Duddy, Jerry Bresler | 3:16 |
Personnel
- Robert Morgan - producer
- Stan Applebaum - arranger, conductor
- Ray Ellis - arranger, conductor
- Hugo Winterhalter - arranger, conductor
Charts
Album – Billboard (North America)
Year | Chart | Position |
---|---|---|
1964 | The Billboard 200 | 13 |
Singles – Billboard (North America)
Year | Single | Chart | Position |
---|---|---|---|
1964 | "The Bell That Couldn't Jingle" | The Billboard Hot 100 | 23 |
1964 | "Dearest Santa" | The Billboard Hot 100 | 8 |
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.
gollark: I appear to be encountering a race condition in my code. This is very troubling.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.