Beat Happening/Screaming Trees
Beat Happening/Screaming Trees is an EP and a one-off collaboration between Beat Happening (from Olympia, Washington) and Screaming Trees (from Ellensburg, Washington). Originally released on Homestead Records in 1988, it was later reissued as part of Beat Happening's box set Crashing Through in 2002. The journal of Kurt Cobain contains a draft of a letter sent to Mark Lanegan, in which he described "Polly Pereguinn" as his favorite pop song of the 1980s.
Beat Happening/Screaming Trees | ||||
---|---|---|---|---|
![]() | ||||
EP by | ||||
Released | January 19, 1988 | |||
Genre | Alternative rock | |||
Label | K/Homestead | |||
Producer | Steve Fisk | |||
Beat Happening and Screaming Trees chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic | ![]() ![]() ![]() ![]() ![]() |
Track listing
- "Sea Babies"
- "Tales Of Brave Aphrodite"
- "Polly Pereguinn"
- "I Dig You"
gollark: I use terminator.
gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
gollark: The homoglyphs thing would have been better, to be honest! I just copypasted the translation table esobot uses out of its source code.
gollark: But I'm really typing this fast! You're discriminating against me!
gollark: Bow to my amazing typing abilities, mortals.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.