Three Day Moon
Three Day Moon is an album by American jazz bassist Barre Phillips recorded in 1978 and released on the ECM label.[2][3]
Three Day Moon | ||||
---|---|---|---|---|
Studio album by | ||||
Released | 1978 | |||
Recorded | March 1978 at Talent Studio, Oslo | |||
Genre | Jazz | |||
Label | ECM ECM 1124 | |||
Producer | Manfred Eicher | |||
Barre Phillips chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
The Rolling Stone Jazz Record Guide |
Track listing
All compositions by Barre Phillips
- "A-i-a" - 9:41
- "Ms. P." - 4:59
- "La Folle" - 5:18
- "Brd" - 8:38
- "Ingul-Buz" - 3:58
- "S. C. & W." - 9:27
Personnel
- Barre Phillips — bass
- Terje Rypdal — guitar, guitar synthesizer
- Dieter Feichtner — synthesizer
- Trilok Gurtu — tabla, percussion
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
gollark: Firefox has been declining lately in some ways...
gollark: Fascinating.
gollark: NONE are safe.
gollark: Too late, I worked out how to use SQLite archives.
References
- Swenson, J., ed. (1985). The Rolling Stone Jazz Record Guide. USA: Random House/Rolling Stone. p. 162. ISBN 0-394-72643-X.
- ECM discography accessed May 16, 2014
- Kurdilla, R., Barre Phillips discography accessed May 16, 2014
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.