Rome Remains Rome

Rome Remains Rome is the fifth album by Holger Czukay, released in 1987 through Virgin Records. One single was released, Blessed Easter, which samples Pope John Paul II's Easter message. [2]

Rome Remains Rome
Studio album by
Released1987
RecordedCan Studio, Cologne, Germany
GenreKrautrock
Length39:05
LabelVirgin
ProducerHolger Czukay
Holger Czukay chronology
Der Osten ist Rot
(1984)
Rome Remains Rome
(1987)
Plight & Premonition
(1988)
Professional ratings
Review scores
SourceRating
Allmusic[1]

Track listing

Side one
No.TitleLyricsMusicLength
1."Hey Baba Reebop" Czukay3:53
2."Blessed Easter" Czukay, Liebezeit, Marland, Wobble8:51
3."Sudetenland"Czukay, WobbleCzukay, Liebezeit, Wobble7:22
Side two
No.TitleLyricsMusicLength
1."Hit Hit Flop Flop"Ancel, CzukayCzukay3:34
2."Perfect World"Ancel, CzukayCzukay10:33
3."Music in the Air" Czukay5:13

Personnel

Musicians
Production and additional personnel
gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.
gollark: Hmm, probably a Cobalt thing. As far as I know native Lua has a limit of a few thousand.
gollark: ```lualocal function copy(tabl) local new = {} for k, v in pairs(tabl) do new[k] = v end return newend```

References

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