It's Not Too Late

It's Not Too Late is the second solo album from Neal Morse.

It's Not Too Late
Studio album by
Released11 June 2002
Recorded2002
GenreRock
Length60:51
LabelRadiant Records
ProducerNeal Morse
Neal Morse chronology
Neal Morse
(1999)
It's Not Too Late
(2002)
The Transatlantic Demos
(2003)

Track listing

  1. "It's Not Too Late" – 6:26
  2. "All the Young Girls Cry" – 4:59
  3. "Leah" – 4:02
  4. "The Angels Will Remember" – 4:33
  5. "So Long Goodbye Blues" – 4:39
  6. "The Change" – 4:40
  7. "Broken Homes" – 3:58
  8. "Oh Angie" – 3:19
  9. "The Eyes of the World (George's Song)" – 4:09
  10. "Ain't Seen Nothin' Like Me" – 5:10
  11. "I Am Your Father" – 4:19
  12. "Something Blue" – 4:23
  13. "The Wind and the Rain" – 6:09

Personnel

Band

gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: Okay.
gollark: Working on it.
gollark: But I could do that and it would be less slow.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.