Home Jambase Yonder Mountain String Band Covers Grateful Dead’s ‘Candyman’

Yonder Mountain String Band Covers Grateful Dead’s ‘Candyman’

87

Yonder Mountain String Band unveiled a video featuring a cover of “Candyman” by the Grateful Dead. The five-piece recorded their rendition of the tune in honor of American Beauty’s 50th anniversary.

The Grateful Dead released American Beauty, their second studio album of 1970, on November 1, 1970. The follow-up to Workingman’s Dead features 10 tracks including “Candyman.” Jerry Garcia and Robert Hunter penned “Candyman,” which the Dead first performed live on April 3, 1970.

Watch Yonder Mountain String Band’s version of “Candyman” below:

.article-summary-wrap {
margin-top:25px;
}

.panel-article .list-posts > li {
border-style: dotted;
}
.panel-article .list-posts > li:last-of-type {
border-bottom-width:0;
}
.panel-article .list-posts .excerpt {
margin: 3px 0 0;
}
.panel-article .list-posts .btn-sm {
margin-top: 10px;
padding: 3px 10px;
}

More Yonder Mountain String Band on JamBase
  • !function ($) {
    $(function(){ // document ready

    var ga_event_args = {
    hitType: ‘event’,
    eventCategory: ‘Article Summary Shortcode’,
    eventAction: ‘Show Article Summary’,
    eventLabel: ‘https://www.jambase.com/article/watch-greensky-bluegrass-billy-strings-yonder-mountain-string-band-more-jamgrass-grateful-dead-covers’,
    nonInteraction : true
    };

    console.log( ‘JB – Analytics Event’ );
    console.log( ga_event_args );

    try {
    __gaTracker(‘send’, ga_event_args );
    } catch(err){}

    $(document).on(‘click’, ‘.article-summary-wrap a[data-guid=”7187822b9e899f1-fb12-4642-9814-3a3ce193131a”]’, function(e){

    var ga_event_args = {
    hitType: ‘event’,
    eventCategory: ‘Article Summary Shortcode’,
    eventAction: ‘Click Article Summary’,
    eventLabel: ‘https://www.jambase.com/article/watch-greensky-bluegrass-billy-strings-yonder-mountain-string-band-more-jamgrass-grateful-dead-covers’
    };

    console.log( ‘JB – Analytics Event’ );
    console.log( ga_event_args );

    try {
    __gaTracker(‘send’, ga_event_args );
    } catch(err){}

    });

    });

    }(window.jQuery);


  • !function ($) {
    $(function(){ // document ready

    var ga_event_args = {
    hitType: ‘event’,
    eventCategory: ‘Article Summary Shortcode’,
    eventAction: ‘Show Article Summary’,
    eventLabel: ‘https://www.jambase.com/article/yonder-mountain-string-band-elvis-presley-suspicious-minds’,
    nonInteraction : true
    };

    console.log( ‘JB – Analytics Event’ );
    console.log( ga_event_args );

    try {
    __gaTracker(‘send’, ga_event_args );
    } catch(err){}

    $(document).on(‘click’, ‘.article-summary-wrap a[data-guid=”7165173bdb72ffe-36a8-472d-a051-0b457f16c4eb”]’, function(e){

    var ga_event_args = {
    hitType: ‘event’,
    eventCategory: ‘Article Summary Shortcode’,
    eventAction: ‘Click Article Summary’,
    eventLabel: ‘https://www.jambase.com/article/yonder-mountain-string-band-elvis-presley-suspicious-minds’
    };

    console.log( ‘JB – Analytics Event’ );
    console.log( ga_event_args );

    try {
    __gaTracker(‘send’, ga_event_args );
    } catch(err){}

    });

    });

    }(window.jQuery);


  • !function ($) {
    $(function(){ // document ready

    var ga_event_args = {
    hitType: ‘event’,
    eventCategory: ‘Article Summary Shortcode’,
    eventAction: ‘Show Article Summary’,
    eventLabel: ‘https://www.jambase.com/article/yonder-mountain-string-band-night-is-left-behind-video’,
    nonInteraction : true
    };

    console.log( ‘JB – Analytics Event’ );
    console.log( ga_event_args );

    try {
    __gaTracker(‘send’, ga_event_args );
    } catch(err){}

    $(document).on(‘click’, ‘.article-summary-wrap a[data-guid=”7297026996bb791-5811-45af-8c31-4c28a9a7e2a0″]’, function(e){

    var ga_event_args = {
    hitType: ‘event’,
    eventCategory: ‘Article Summary Shortcode’,
    eventAction: ‘Click Article Summary’,
    eventLabel: ‘https://www.jambase.com/article/yonder-mountain-string-band-night-is-left-behind-video’
    };

    console.log( ‘JB – Analytics Event’ );
    console.log( ga_event_args );

    try {
    __gaTracker(‘send’, ga_event_args );
    } catch(err){}

    });

    });

    }(window.jQuery);


  • !function ($) {
    $(function(){ // document ready

    var ga_event_args = {
    hitType: ‘event’,
    eventCategory: ‘Article Summary Shortcode’,
    eventAction: ‘Show Article Summary’,
    eventLabel: ‘https://www.jambase.com/article/yonder-mountain-string-band-2020-blue-ox-festival’,
    nonInteraction : true
    };

    console.log( ‘JB – Analytics Event’ );
    console.log( ga_event_args );

    try {
    __gaTracker(‘send’, ga_event_args );
    } catch(err){}

    $(document).on(‘click’, ‘.article-summary-wrap a[data-guid=”7254902e9c2578a-ec6d-477b-99b0-31f91ef1a16e”]’, function(e){

    var ga_event_args = {
    hitType: ‘event’,
    eventCategory: ‘Article Summary Shortcode’,
    eventAction: ‘Click Article Summary’,
    eventLabel: ‘https://www.jambase.com/article/yonder-mountain-string-band-2020-blue-ox-festival’
    };

    console.log( ‘JB – Analytics Event’ );
    console.log( ga_event_args );

    try {
    __gaTracker(‘send’, ga_event_args );
    } catch(err){}

    });

    });

    }(window.jQuery);


!function ($) {

window.jb_populate_livestreams_promo = function( $element ) {

let args = $element.attr( ‘data-args’ );

// set up the AJAX post data
var data = {
‘action’: ‘jb_get_livestreams_promo’,
‘args’: args,
};

console.log( data );

// make the AJAX $_POSTcall
$.ajax({
type: “POST”,
url: ajaxurl,
data: data,
success: function( response ){

if ( true == response.success ){

$element.html(response.data).slideDown(420, function(){

jbSetStreamLocalTimes();

});

// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);

return;

}
},
error: function( response ){

alert( response.responseText );

}
});

};

$(function(){

$(‘#livestreams-promo-container’).each( function(){

jb_populate_livestreams_promo( $(this) );

});

});

}(window.jQuery);

.house-unit-wide { display: none; }
.house-unit-narrow{ display: block; }
@media (min-width: 768px) {
.house-unit-wide { display: block; }
.house-unit-narrow{ display: none; }
}

JamBase Live Video Archive
JamBase Live Video Archive

Source: JamBase.com