Yomigaeru Hi

Yomigaeru Hi (甦る陽) is the first full album released by the Japanese rock band, THE BACK HORN. It was released on April 24, 2000, and is the band's only full-length independent album.

Yomigaeru Hi
Studio album by
THE BACK HORN
ReleasedApril 24, 2000
GenreAlternative rock
LabelIndependent
THE BACK HORN chronology
Doko e Yuku
(1999)
Yomigaeru Hi
(2000)
Ningen Program
(2001)

Track listing

  1. Circus (サーカス) 4:50
  2. Hashiru Oka (走る丘) 5:35
  3. Shin Sekai (新世界) 6:44
  4. Limousine Drive (リムジン ドライブ) 4:04
  5. Mugen no Koya (無限の荒野) 4:03
  6. Yomigaeru Hi (甦る陽) 5:51
  7. Akanezora (茜空) 5:21
  8. Hitorigoto (ひとり言) 4:29
  9. Saraba, Ano Hi (さらば、あの日) 4:55
  10. Naiteiru Hito (泣いている人) 7:40
gollark: This actually could be useful.
gollark: Also, idea for the binary HTML thing, increase efficiency like this:```rustenum CommonTag { P, H1, // all other common tags in existence}enum CommonAttr { Class, Id, // also all other common HTML attributes}enum Attribute { Common(CommonAttr), Other(String) }enum Tag { Common(CommonTag), Other(String) }struct Html { name: Tag, attributes: Map<Attribute, String>, children: Vec<Html>}```
gollark: Not sure if that corresponds to the URL, which is what you often want, but oh well.
gollark: Hmm, so looking at this you could probably binary-search the titles, at least.
gollark: They seem hard to construct incrementally, not ideal for random access, and FTS is hacked in by having the index stored as "articles" with a weird type code.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.