Stay in Memory

Stay in Memory is the ninth studio album by South Korean pianist Yiruma, his first under Sony Music Entertainment.

Stay in Memory
Studio album by
Released24 May 2012
Recorded2012
GenrePiano
LabelSony Music Entertainment
Yiruma chronology
P.N.O.N.I
(2008)
Stay in Memory
(2012)
Blind Film
(2013)

Track listing

No.TitleLength
1."Nocturne No.1 in C; Summer Nocturne"3:52
2."기억에 머무르다" (Stay in Memory)3:02
3."그대가 보인다" ("I Could See You")3:45
4."Nocturne No.2 in Eb"3:24
5."Impromptu"4:48
6."해피 커플" ("Happy Couple, Sad Couple 'n Happy Again"; Piano version)2:36
7."Falling in Love" (Piano version)4:49
8."Nocturne No.3 in A Minor"3:23
9."Silver Line"3:14
10."Nocturne No.4 in Db"3:20
11."돌아오지 않을 날들" ("The Days That'll Never Come")3:12
12."Painted"3:30
gollark: But you can also write a program to just directly run from a URL, like that one.
gollark: Yes.
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```

References


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