Jazz a Confronto 19

Jazz a Confronto 19 is a solo album by American jazz pianist Mal Waldron recorded in Rome, Italy, on April 1, 1972, and released on the Horo label as part of the "Jazz a Confronto" series.[1]

Jazz a Confronto 19
Studio album by
ReleasedApril 1, 1972
GenreJazz
Length37:35
LabelHoro
ProducerAldo Sinesio
Mal Waldron chronology
A Little Bit of Miles
(1972)
Jazz a Confronto 19
(1972)
A Touch of the Blues
(1972)

Track listing

All compositions by Mal Waldron except as indicated
  1. "Tew Nune" 4:36
  2. "Picchy's Waltz" 7:22
  3. "Breakin' Through" 6:50
  4. "Canto Ritrovato" (Giorgio Gaslini) 5:22
  5. "Lullaby" 4:19
  6. "Appia Antica" 9:13
  • Recorded at Titania Studios in Rome, Italy on April 1, 1972

Personnel

gollark: Just use the C preprocessor.
gollark: (more easily than the weird regex notation of recursive capture groups)
gollark: I'm sure it lets you define functions.
gollark: As planned.
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.

References

  1. Mal Waldron discography accessed February 25, 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.