Live from Knoxville

Live from Knoxville is the third solo album and first live release by Amy Ray of Indigo Girls, released in 2006 on her Daemon Records label.

Live from Knoxville
Live album by
ReleasedDecember 19, 2006
GenreFolk rock
LabelDaemon
Amy Ray chronology
Prom
(2005)
Live from Knoxville
(2006)
Didn't It Feel Kinder
(2008)

Track listing

  1. "Put It Out for Good"
  2. "Sober Girl"
  3. "Driver Education"
  4. "Rural Faggot"[1]
  5. "Black Heart"
  6. "Late Bloom"
  7. "Let It Ring"
  8. "Mountains of Glory"
  9. "Blender"
  10. "Laramie"
  11. "Lucystoners" (recorded in San Francisco)
  12. "Hey Castrator" (recorded in San Francisco)
gollark: <@107118134875422720>
gollark: Well, *sorry*. What do you *want* on it?
gollark: I've written```Coroutines are Lua's way of handling concurrency - running multiple things "at once". They act somewhat similarly to threads on computers, except coroutines must explicitly transfer control back to their parent - only one is actually run at any given time. This is what [[coroutine.yield]] does. Many things internally use [[coroutine.yield]], such as [[os.pullEvent]], [[sleep]] and anything else which waits for events.You can create a coroutine with [[coroutine.create]] - pass it a function and it will return a coroutine. This coroutine will initially not be running (use [[coroutine.status]] to check its status - it should show "suspended")See also [http://lua-users.org/wiki/CoroutinesTutorial the Lua users' wiki].```so far, but I'm really not too great at documentation...
gollark: We should put it up *somewhere*.
gollark: How do I add an offsite link?

References

  1. AllMusic retrieved 20th Sept 2010
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.