Mitt julkort
Mitt julkort is a 1994 Jenny Öhlund Christmas album, and her debut album as a solo artist, though members of her former band, Candela, also contribute.[1] The CD version was released through the KM label,[2] and the cassette tape through the Mariann label.[3]
Mitt julkort | ||||
---|---|---|---|---|
Studio album by | ||||
Released | December 1994 | |||
Genre | Christmas, schlager | |||
Length | circa 52 minutes | |||
Label | KM (CD) Mariann (MC) | |||
Jenny Öhlund chronology | ||||
|
Track listing
- Låt julen förkunna (Happy Christmas (War Is Over)) (J. Lennon-J. Ono-P. Bäckman)
- Jingeling, tingeling (Sleigh Ride) (L. Andersson-M. Parish-B. Wolgers)
- Julen är här (B. Butt/S. Rydell)
- Julen är här i vårt hus (Rockin' Around the Christmas Tree) (J. Marks-K. Almgren)
- Gläns över sjö och strand (A. Tegner-V. Rydberg)
- Jag såg mamma kyssa tomten (I Saw Mommy Kissing Santa Claus) (T. Connor-Ninita)
- Hemmets jul (R. Cedermark)
- Jag drömmer om en jul hemma (White Christmas) (I. Berlin-Karl-Lennart)
- Rudolf med röda mulen (Rudolph the Red-Nosed Reindeer) (J. Marks-E. Sandström)
- Natten tänder ljus på himlen (L. Andersson-C. von Melen)
- Det hände sig för länge sedan (Mary's Boychild) (J. Hairston-J. Erixon-Arr: G. Keller)
- Stilla natt (Stille Nacht, heilige Nacht, F. Gruber-O. Mannström Arr: G. Keller)
- Den julen (Last Christmas) (G. Michael-Å. Lindfors)
- Bella Notte (S. Burke-P. Lee-G. Sandberg-L. Reuterskiöld)
- Härlig är jorden (Schönster Herr Jesu, Silesian folksong) (lyrics: Severin-Ingman/Båth-Holmberg) Arr: G.Keller)
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file).replace("filename", "filenamefilename"))```This one definitely works and does things.
gollark: sys.argv[0] *should* be it.
gollark: Let's go with "nearly self-modifying".
gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file))```A simple self-modifying program which does not actually modify itself.
References
- "Candela historik" (in Swedish). Candela. 1994. Archived from the original on 11 September 2011. Retrieved 28 December 2010.
- "Mitt julkort" (in Swedish). Svensk mediedatabas. 1994. Retrieved 28 December 2010.
- "Mitt julkort" (in Swedish). Svensk mediedatabas. 1994. Retrieved 28 December 2010.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.