Last Time in Paris

"Last Time in Paris" is a song by progressive metal band Queensrÿche, appearing in the 1990 action film The Adventures of Ford Fairlane. It was released as a radio single from the film's soundtrack album.

"Last Time in Paris"
Single by Queensrÿche
from the album The Adventures of Ford Fairlane Soundtrack
Released1990
Recorded1990
Length3:59
LabelEMI
Songwriter(s)Chris DeGarmo
Geoff Tate
Producer(s)Peter Collins
Queensrÿche singles chronology
"I Don't Believe in Love"
(1989)
"Last Time in Paris"
(1990)
"Empire"
(1990)

The song can also be found as a bonus track on remastered reissues of the band's 1990 album Empire, during which sessions it was originally recorded.

Track listing

No.TitleLength
1."Last Time in Paris"3:59

Chart performance

Chart Peak
position
U.S. Mainstream Rock[1]27
gollark: ...
gollark: Done.
gollark: https://pastebin.com/Frv3xkB9Full badly-commented thing.
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.

References

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