Never Give It Up

Never Give It Up is a studio album by Jamaican reggae singer Michael Rose.

Never Give It Up
Studio album by
ReleasedApril 17, 2001
GenreReggae
LabelHeartbeat Records
Michael Rose chronology
Bonanza
(1999)
Never Give It Up
(2001)
Live at Maritime Hall
(2002)

Track listing

  1. "Never give it up"
  2. "Chant higher"
  3. "Big Ting"
  4. "Grandma"
  5. "Jailhouse Call"
  6. "Strike it hard"
  7. "People dem bawling"
  8. "Draw the Weed"
  9. "Small World"
  10. "It's a Party"
  11. "Storm is coming"
  12. "Better to be Safe"
  13. "Musical Rate"


gollark: ```scheme(define get-repeated-score (lambda (strategy accumulator counter) (if (= counter 0) accumulator (get-repeated-score strategy (+ accumulator (get-strategy-scores strategy)) (- counter 1)))))(define get-all-scores (lambda () (define helper (lambda (x) (write (list (car x) (get-repeated-score x 0 49))) (newline))) (map helper strategies)))```Put in this if you want cool BIGGER scores.
gollark: By somewhat narrow margins, but it consistently beats the normal grudger.
gollark: And my slightly improved grudger... wins utterly, great.
gollark: I'll make it run 50 times and sum them.
gollark: Except it's also sort of bad because I only see a small slice of the distribution because the execution engine this has is very apioform.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.