Umbrella (The Innocence Mission album)
Umbrella is the second album by the American alternative folk band the Innocence Mission. It was recorded in two months in several studios in Los Angeles, California, Kingston, New York, and New York City, including the Kiva, Dreamland Recording, and Masterdisc.
Umbrella | ||||
---|---|---|---|---|
Studio album by | ||||
Released | July 23, 1991 | |||
Recorded | February – April 1991 | |||
Studio | The Kiva, Dreamland, Masterdisc | |||
Genre | Dream pop, jangle pop | |||
Length | 44:25 | |||
Label | A&M | |||
Producer | Larry Klein | |||
The Innocence Mission chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic |
Track listing
No. | Title | Length |
---|---|---|
1. | "And Hiding Away" (words by Karen Peris, music by Donald and Karen Peris) | 3:34 |
2. | "Sorry and Glad Together" | 3:26 |
3. | "Umbrella" | 2:40 |
4. | "Every Hour Here" | 3:27 |
5. | "Evensong" (words by Karen Peris, music by Donald and Karen Peris) | 3:41 |
6. | "Now in This Hush" | 4:24 |
7. | "Beginning the World" (words by Karen Peris, music by Karen and Donald Peris) | 4:50 |
8. | "Flags" (words by Karen Peris, music by Donald and Karen Peris) | 3:00 |
9. | "Someday Coming" (words by Karen Peris, music by Donald and Karen Peris) | 4:03 |
10. | "Joan" (Karen Peris, music by Karen and Donald Peris) | 3:22 |
11. | "Revolving Man" (words by Karen Peris, music by Donald and Karen Peris) | 4:33 |
12. | "My Waltzing Days Are Over/Minta's Waltz" | 3:25 |
Total length: | 44:26 |
gollark: This occurs in the final phase of potatoBIOS initialization:```luaif potatOS.registry.get "potatOS.immutable_global_scope" then setmetatable(_G, { __newindex = function(_, x) error(("cannot set _G[%q] - _G is immutable"):format(tostring(x)), 0) end })endif meta then _G.meta = meta.new() endif _G.textutilsprompt then textutils.prompt = _G.textutilsprompt endif process then process.spawn(keyboard_shortcuts, "kbsd") if http.websocket then process.spawn(skynet.listen, "skynetd") process.spawn(potatoNET, "systemd-potatod") end local autorun = potatOS.registry.get "potatOS.autorun" if type(autorun) == "string" then autorun = load(autorun) end if type(autorun) == "function" then process.spawn(autorun, "autorun") end if potatOS.registry.get "potatOS.extended_monitoring" then process.spawn(excessive_monitoring, "extended_monitoring") end if run then process.spawn(run_shell, "ushell") endelse if run then print "Warning: no process manager available. This should probably not happen - please consider reinstalling or updating. Fallback mode enabled." local ok, err = pcall(run_shell) if err then printError(err) end os.shutdown() endendwhile true do coroutine.yield() end```
gollark: (this applies after all the legacy `os.loadAPI` stuff loads anyway)
gollark: Too bad.
gollark: I would apply this to the various `_ENV`s, except that probably would break shell.
gollark: I *could* have a "strict" option where it makes all the tables immutable too, I suppose.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.