Billy le Bordelais
Billy le Bordelais (Billy the Bordelais) is a song by Joe Dassin. It was released as a single (as the flip side to "C'est la vie, Lily") in early 1970.
"Billy le Bordelais" | ||||
---|---|---|---|---|
Single by Joe Dassin | ||||
A-side |
| |||
Released | 1970 | |||
Genre | Chanson, pop | |||
Length | 3:03 | |||
Label | CBS Disques | |||
Songwriter(s) | Pierre Delanoë, Joe Dassin | |||
Producer(s) | Jacques Plait | |||
Joe Dassin singles chronology | ||||
| ||||
Music video | ||||
"Billy le Bordelais" (French TV, 1970) on YouTube |
Writing and composition
The song was written by Pierre Delanoë and composed by Joe Dassin.[1][2]
Commercial performance
According to the charts, courtesy of the Centre d'Information et de Documentation du Disque, that U.S. Billboard published in its "Hits of the World" section), the song "Billy le Bordelais" by Joe Dassin reached at least the top 4 in France (in the national [i.e. domestic] singles chart).[3][4]
Track listing
7" single "C'est la vie, Lily / Billy le Bordelais" CBS 4736
gollark: Oh, minoteaur actually has that (not the threading bit) in its Markdown parsing code.
gollark: Thus, praise ~~Rust~~ ~~Ferris~~ Nim?
gollark: It compiles in reasonable time *and* makes a 600KB binary in debug mode which is much nicer than equivalent Rust.
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
References
- Catalog of Copyright Entries: Music. U.S. Government Printing Office. January 1970.
- "ultratop.be - Joe Dassin - Billy le bordelais". Retrieved 2017-12-01.
- Nielsen Business Media, Inc. (May 30, 1970). Billboard. Nielsen Business Media, Inc. pp. 1–. ISSN 0006-2510.
Joe Dassin Billy le Bordelais.
- Olivier Lebleu (December 2005). Mike Brant: La Voix du Sacrifice. Editions Publibook. pp. 44–. ISBN 978-2-7483-8521-2.
- "ultratop.be - Joe Dassin - C'est la vie Lily". Retrieved 2017-12-01.
- "Joe Dassin - C'est La Vie, Lily / Billy Le Bordelais at Discogs". Retrieved 2017-12-01.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.