Lady Gaga first met Tony Bennett ten years ago while hanging out backstage at a gala performance in New York City. The two became “fast friends” and unlikely singing partners, recording and touring live together. Their 2014 duet album “Cheek to Cheek” debuted at number one on the Billboard charts and captured the hearts of several generations. Gaga has often enjoyed talking about Bennett in interviews, and for the past two years the duo have been working on a new album together.
But a newly revealed development puts that endeavor in a very different light: Bennett’s wife and son publicly announced that the legendary 94-year-old jazz singer contracted Alzheimer’s disease in 2016.
In the latest issue of AARP magazine, writer John Colapinto describes meeting Bennett recently in the New York apartment he shares with his wife and primary caregiver, Susan. The picture he paints in the article is familiar to those who have experienced a loved one’s cognitive decline – alternating expressionless responses and moments of clarity with no apparent rhyme or reason. Susan says he can happily remember family members, but he is not always sure what he is doing or what is happening. “Worldly objects, as familiar as a fork or a set of house keys, can be utterly mysterious to him,” Colapinto wrote.
Susan told AARP that they are lucky that her husband has a lot of support and can still live a relatively normal life if his memory deteriorates. She wasn’t sure he could handle the task of recording an album, but they decided to give it a try. Music is a surprisingly powerful tool for people with Alzheimer’s – even patients with severe and advanced dementia can recall memories through music – so Bennett’s neurologist encouraged him to keep making music as long as he enjoys it.
So that’s what he did to make this new album with Lady Gaga, which will be out this spring. However, he won’t be able to promote it himself through interviews or tours like he normally would. Even during the recording sessions, evidence of his illness struck hard when he wasn’t singing, as Colapinto shared:
In raw documentary footage of the sessions, he rarely speaks, and when he does, his words are hesitant; at times he appears lost and bewildered. Gaga, clearly aware of his condition, keeps her statements short and simple (as recommended by experts in the disease when talking to Alzheimer’s patients) “You sound so good, Tony,” she says to him at one point. “Thank you,” is his answer in a word. She says she thinks “always.” about their 2015 tour. Tony looks at her in silence. “Wasn’t that nice every night?” she asks him. “Yes,” he says uncertainly. The pain and sorrow in Gaga’s face is evident at such moments – but never more so than in an extraordinarily moving series where Tony (a man she calls ‘an incredible mentor and friend and father figure’) sings a solo passage of a love song. Gaga watches from behind her microphone, her smile breaking into a quiver, her eyes glittering, before putting her hands over her face and sobbing. “
Lady Gaga and Tony Bennett have made a new album together, recorded during Tony’s battle against Alzheimer’s disease. This pa… https://t.co/oDRbox9xfb
– Joey Nolfi (@Joey Nolfi)1612187529.0
Watching a loved one’s mind slip is grueling to the point of cruelty. There is no other way to put it. The friends and family of the approximately 5 million Americans living with Alzheimer’s can attest to how difficult it is, especially when the cognitive decline leads to even the most intimate of relationships being forgotten.
The difficulty of Alzheimer’s makes it difficult to destigmatize the disease. People should know that it is not an instant death sentence and that people can live a good life with the support of their loved ones long after they have been diagnosed. We don’t have to hide people with dementia, but we do need to understand how to deal with them and what we can and cannot expect.
And sometimes people with Alzheimer’s can surprise us. Susan said that despite the apparent cognitive decline, Bennett was still able to perform his music flawlessly, right up to his last public appearance in March 2020, when the pandemic ended concerts. She said he could seem very confused about where he was and what was going on backstage before a performance, but as soon as he heard “Ladies and gentlemen – Tony Bennett!” he walked onto the stage, smiled at the audience, and sang with heart and soul as he always had. In every performance for the past four years, Susan would worry about forgetting a line or getting confused on stage. “I was a nervous wreck,” she said. “Yet he has always delivered!”
The entire AARP article is worth reading as it portrays Bennett’s illustrious career, his life before and after Alzheimer’s diagnosis, and how his family is coping with the changes in him. It also contains valuable information about dementia for people who are going through similar changes with their loved ones.
As the world awaits the release of the Tony Bennett and Lady Gaga collaboration, Bennett’s family and friends await the inevitable. Susan indicated that she will know the end is near when Bennett stops singing altogether. “Singing is everything to him. Everything. It has saved his life many times over,” she told Colapinto, before reiterating the power of music.
“There’s a lot I miss about him because he’s not the old Tony anymore,” she said. “But when he sings, he’s the old Tony.”
From your site articles
Related articles on the internet
window.REBELMOUSE_TASKS_QUEUE.push(function(){
function menuClick(e) { e.preventDefault();var x=document.getElementsByClassName('navbar-wrapper')[0]; document.getElementsByClassName('menu-wrapper')[0].classList.toggle("openz");
if (x.style.display === "block") {x.style.display = "none";} else {x.style.display = "block";}
var homeContainer = document.getElementsByClassName('content-page-wrapper'); if (homeContainer[0] != undefined) { homeContainer[0].classList.add('background-opacity'); }
var adPlaceholder = document.getElementsByClassName('ad-placeholder'); if (adPlaceholder[0] != undefined) { adPlaceholder[0].classList.add('background-opacity'); }
var followUs = document.getElementsByClassName('follow-us-wrapper'); if (followUs[0] != undefined) { followUs[0].classList.add('background-opacity'); }
// document.querySelector('.topbar-wrapper .image-element').classList.add('background-opacity');
var opac = document.querySelector('.content-page-wrapper.background-opacity'); opac.addEventListener("click", menuCloseClick);
var scrollPosY = window.pageYOffset | document.body.scrollTop;
setTimeout(function() { var topbarPanel = document.querySelector('.js-hidden-panel.active'); if (topbarPanel != null) { document.getElementsByClassName('navbar-wrapper')[0].style.marginTop = '121px'; } else if (scrollPosY <= topMarginForAd) { document.getElementsByClassName('navbar-wrapper')[0].style.marginTop = '-'+(topMarginForAd - scrollPosY-6) + 'px'; } else { document.getElementsByClassName('navbar-wrapper')[0].style.marginTop = '14px'; } }, 100); } function menuCloseClick() { document.getElementsByClassName('navbar-wrapper')[0].style.display = 'none'; document.getElementsByTagName('body')[0].style.overflow = 'unset'; var homeContainer = document.getElementsByClassName('content-page-wrapper'); if (homeContainer[0] != undefined) { homeContainer[0].classList.remove('background-opacity'); } var adPlaceholder = document.getElementsByClassName('ad-placeholder'); if (adPlaceholder[0] != undefined) { adPlaceholder[0].classList.remove('background-opacity'); } var followUs = document.getElementsByClassName('follow-us-wrapper'); if (followUs[0] != undefined) { followUs[0].classList.remove('background-opacity'); } document.querySelector('.topbar-wrapper .image-element').classList.remove('background-opacity'); } function addMenuClickListener() { var menuArrow = document.getElementsByClassName('menu-wrapper'); menuArrow[0].addEventListener('click', menuClick); } addMenuClickListener(); }); window.REBELMOUSE_TASKS_QUEUE.push(function(){ function ChangeListener(selector, callback) { const initializedNodes = new Set([]); document.querySelectorAll(selector).forEach(node => { callback(node); initializedNodes.add(node); }); const mutationObserver = new MutationObserver(() => { const nodes = document.querySelectorAll(selector); nodes.forEach(node => { if (!initializedNodes.has(node)) { callback(node); initializedNodes.add(node); } }); }); mutationObserver.observe(document.body, { childList: true, subtree: true }); }
ChangeListener('.posts-custom',function(E){if(E.querySelector('.body-description')){}else if(E.querySelector('.body')){E.querySelector('.body').classList.add('body-description')}})
});
window.REBELMOUSE_TASKS_QUEUE.push(function(){
function fbvideoID(frame) { var myRegexp = /2F(d+)%/g; var match = myRegexp.exec(frame); return match[1]; } var fbIframe = document.querySelector('iframe[src^="https://www.facebook.com/plugins/video.php?"]'); if (fbIframe) {fvVidID = fbvideoID(fbIframe.getAttribute('src')); if (fvVidID) { fbIframe.insertAdjacentHTML("beforebegin", '
'); // fbIframe.parentNode.removeChild(fbIframe); } } var videoId = "promoted-video"; var oldFacebookVideo = document.getElementById(videoId); if (!oldFacebookVideo) { return }; var facebookVideoPost = oldFacebookVideo.closest(".widget"); if (!facebookVideoPost) { return };
var facebookVideo = facebookVideoPost.querySelector("#" + videoId); facebookVideo.classList.add("fb-video"); var firstPost = document.querySelector(".widget.post-partial");
function onScriptLoad() { FB.init({ appId: window.REBELMOUSE_BOOTSTRAP_DATA.fbId, version: window.REBELMOUSE_BOOTSTRAP_DATA.fbAppVersion, status: true, cookie: true, }); FB.XFBML.parse(); if(fbIframe){ fbIframe.parentNode.removeChild(fbIframe); } }
function loadFacebookScript() { var existingScript = document.querySelector('script[src="https://connect.facebook.net/en_US/sdk.js"'); if (!existingScript) { var script = document.createElement("script"); script.src = "https://connect.facebook.net/en_US/sdk.js"; document.head.appendChild(script); script.addEventListener("load", onScriptLoad); } }
function intersectorCallback(video_player) { var booted = false; var totalSeconds = 0; var interval = null;
function impressionCounter() { totalSeconds++; console.log("I've been watching for " + totalSeconds + " seconds"); } return function intersector(entries) { var entry = entries[0]; if (entry.isIntersecting) { if (!booted) { booted = true; video_player.mute(); video_player.play(); } interval = setInterval(impressionCounter, 1000); } else { if (interval) { console.log("I've stopped watching at " + totalSeconds + " seconds"); clearInterval(interval); interval = null; } } }; }
function trackVideo(video_player) { var observer = new IntersectionObserver(intersectorCallback(video_player), {}); observer.observe(facebookVideo); }
function onFacebookElementLoaded(msg) { if (msg.type === "video" && msg.id === videoId) { trackVideo(msg.instance); } }
function onFacebookReady() { FB.Event.subscribe("xfbml.ready", onFacebookElementLoaded); if (window.oldFacebookWaiter) window.oldFacebookWaiter(); }
if ("FB" in window) { onFacebookReady(); } else { window.oldFacebookWaiter = window.fbAsyncInit; window.fbAsyncInit = onFacebookReady; loadFacebookScript(); }
});
window.REBELMOUSE_TASKS_QUEUE.push(function(){
REBELMOUSE_STDLIB.createElementChangeListener(".mb-2", function(item){ checkSponsoredPost(); })
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var tags = [ 'https://pymx5.com/scripts/ready.js', 'https://pymx5.com/scripts/ims.js', 'https://pymx5.com/scripts/load_tags.js' ]
function l() { if (tags.length) { var tag = tags.pop(); var script = document.createElement('script'); script.setAttribute('src', tag); script.onload = l; document.body.appendChild(script); } else { window.ia = window.ia || function () { (window.ia.q = window.ia.q || []).push(arguments); } ; ia('track', 'PAGE_VIEW');
docReady(function() { ims.startServices(); } ); } }
l();
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript("https://ats.rlcdn.com/ats.js", function() {
ats.start( { "placementID": 103, "storageType": "localStorage", "detectionType": "scrape", "cssSelectors": [ "input[type=text]", "input[type=email]" ], "logging": "error" });
});
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript("https://www.googletagmanager.com/gtag/js.js?id=UA-30098361-1", function() {
window.dataLayer = window.dataLayer || []; /*function gtag(){dataLayer.push(arguments);} gtag('js', new Date());
gtag('config', 'UA-30098361-1', {'optimize_id':'GTM-P5TSK62'});*/
});
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
!function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1676218835946757'); fbq('track', 'PageView');
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
function triggerComscorePageView() { console.log('triggerComscorePageView'); window.COMSCORE && COMSCORE.beacon({c1: "2", c2: "18736521"}); fetch("https://www.upworthy.com/res/3rdparty/comscore_pageview"); }
if (typeof rblms !== 'undefined') { rblms.require(['core/event_dispatcher'], function(eventDispatcher) { eventDispatcher.on('viewRegistry:initViews', triggerComscorePageView); }); }
document.addEventListener('click', event => { if (event.target && event.target.classList.contains('show-more')) { triggerComscorePageView() } });
urlChangeHandler(triggerComscorePageView);
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
(function() { try{var a={l1:document.location.host.replace(/^www./,""),l2:document.title||"Untitled",l3:"__page__",l4:"-",sa:"",sn:""},b=[],c;for(c in a)b.push(c+"="+encodeURIComponent(a[c]));b=b.join("&");(new Image).src="https://d26n2uyu5tcx3y.cloudfront.net?a=5ac31c1640c74c36900b97047f570f19";var d=document.createElement("script");d.type="text/javascript";d.async=!0;var e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(d,e);d.src="https://z.moatads.com/upworthy105Vonz37/moatcontent.js#"+b}catch(f){try{var g= "//pixel.moatads.com/pixel.gif?e=24&d=data%3Adata%3Adata%3Adata&i=MOATCONTENTABSNIPPET1&ac=1&k="+encodeURIComponent(f)+"&j="+encodeURIComponent(document.referrer)+"&cs="+(new Date).getTime();(new Image).src=g}catch(h){}}; })();
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
(function(w,d) { w.kwa || (w.kwa = function()
{ (w.kwa.q = w.kwa.q || []).push(arguments); } ); se = d.createElement('script'), fs = d.scripts[0]; se.src="https://cdn.keywee.co/dist/analytics.min.js"; fs.parentNode.insertBefore(se,fs) }(window, document));
kwa('initialize',603);
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
(function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1648575,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
let asd=false
}); .Source