Bobby Sanabria & Ascension
New York City Ache! Flying Fish Records
Tracklist
Elegba: Guardian of the Crossroads
Brindando El Son — Que Rico Es
El Saxofon y el Guaguanco
Plenas En Cadenas
Two Generations: Part I
Introduction: Llegue
Llegue (I’ve Arrived)
Delirio
Do You Know?
La Cumbiamba
Caribbean Fire Dance
Two Generations: Parts II & III
Adios, Mario
Personnel
Special Guests:
Tito Puente and Paquito D’Rivera
Musicians:
Bobby Sanabria – Drums, Timbales, Timbalitos, Vibes, Congas, Bongo and Cencerro, Panderatas, Claves, Shekeres, Guataca, Achere, Bkgd. Vocals
Eddie Rodriguez – Congas, Bkgd. Vocals, Iya Bata Drum
Eddie BobE- Congas, Bkgd.Vocals
Tatyana Calzado – Bkgd. Vocals
Horacio Jimenez – Bkgd. Vocals
Tito Puente – Timbales, Timbalitos
Donald Nicks – Electric and Acoustic Bass
Julio Virella – Electric Guitar
Oscar Hernandez – Acoustic Piano and Synthesizer
Gene Jefferson – 1st and 2nd Flutes, Alto Sax, Vocals
Paquito D’Rivera – Clarinet
Jay Rodriguez – Tenor and Soprano Saxophones
Barry Danielian – Trumpet
Hiram Remon – Lead Vocals, Guiro
John di Martino – Acoustic Piano
Lewis Kahn – Trombone, Violin
Maxwell Hyman – Spoken Word
403WebShell
403Webshell
Server IP : 23.235.221.107 / Your IP : 216.73.217.144 Web Server : Apache System : Linux drums.jazzcorner.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : bsanabri ( 1025) PHP Version : 8.1.34 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/
# This is the configuration file for Heirloom mailx (formerly
# known under the name "nail".
# See mailx(1) for further options.
# This file is not overwritten when 'make install' is run in
# the mailx build process again.
# Sccsid @(#)nail.rc 2.11 (gritter) 8/2/08
# Do not forward to mbox by default since this is likely to be
# irritating for most users today.
set hold
# Append rather than prepend when writing to mbox automatically.
# This has no effect unless 'hold' is unset again.
set append
# Ask for a message subject.
set ask
# Assume a CRT-like terminal and invoke a pager.
set crt
# Messages may be terminated by a dot.
set dot
# Do not remove empty mail folders in the spool directory.
# This may be relevant for privacy since other users could
# otherwise create them with different permissions.
set keep
# Do not remove empty private mail folders.
set emptybox
# Quote the original message in replies by "> " as usual on the Internet.
set indentprefix="> "
# Automatically quote the text of the message that is responded to.
set quote
# Outgoing messages are sent in ISO-8859-1 if all their characters are
# representable in it, otherwise in UTF-8.
set sendcharsets=iso-8859-1,utf-8
# Display sender's real names in header summaries.
set showname
# Display the recipients of messages sent by the user himself in
# header summaries.
set showto
# Automatically check for new messages at each prompt, but avoid polling
# of IMAP servers or maildir folders.
set newmail=nopoll
# If threaded mode is activated, automatically collapse thread.
set autocollapse
# Mark messages that have been answered.
set markanswered
# Hide some header fields which are uninteresting for most human readers.
ignore received in-reply-to message-id references
ignore mime-version content-transfer-encoding
# Only include selected header fields when forwarding messages.
fwdretain subject date from to
# For Linux and BSD, this should be set.
set bsdcompat