ADVERTISEMENT

MOVIEGOER: 'What Do You Get When You Fall In Love' with Burt Bacharach

Published Feb 16, 2023 08:01 am
Burt Bacharach (AFP)

I am mourning. I am humming. All day long yesterday and the days before that, I have been playing his songs, especially the ones rendered by my all-time favorite singer, Dionne Warwick.

Walk On By, Promises, Promises, What Do You Get When You Fall in Love, Alfie, A House in Not a Home, Do You Know The Way to San Jose? They’re the theme songs of my youth, the 70s.

It’s strange, it’s scintillating, the magic woven by Burt Bacharach’s music, echoing throughout the world, getting us connected, making us fall in love, no matter how far and distant we are.

Mr. Bacharach passed at 94 of natural causes on February 8 at his home in Los Angeles, California, leaving behind a wealthy legacy of immortal songs recorded by the world’s greatest singers, led by Dionne, and joined by the likes of Tony Bennet, The Carpenters, Tom Jones, Dusty Springfield, Aretha Franklin, Matt Monro.

The passing of the legendary composer whose works kicked off Dionne’s career starting from the late 1960s fetched this tribute from the equally legendary singer.

As reported by USA Today on February 9, 2023, Dionne said:

“Burt’s transition is like losing a family member."

"These words I’ve been asked to write are being written with sadness over the loss of my Dear Friend and my Musical Partner."

In the same story, Warwick also reflected on the happiness Bacharach brought to her life.

"On the lighter side we laughed a lot and had our run ins, but always found a way to let each other know our family, like roots, were the most important part of our relationship," she added. "My heartfelt condolences go out to his family, letting them know he is now peacefully resting and I too will miss him.”

Jose Mari Chan (Shopee)

xxx

Other music icons, like Tony Bennett, Dianne Warren, Rick Astley, Beach Boys co-founder Brian Wilson, paid tribute to Bacharach on social media and elsewhere.

They called him all sorts: the great American composer, hero, very influential force, giant in the music business, legend, icon.

They said: "His songs will live forever."

Timeless.

Diane Warren wrote: "The Songwriting world has lost its Beethoven today."

Celeste Legaspi (Facebook)

xxx

Celeste Legaspi said she has precious memories woven into Bacharach’s music. At 17, when she was starting to carve her own music career, she was listening intently to his songs.

With Burt’s passing, Celeste says she has rediscovered Dionne’s magical singing prowess, especially as she renders “Promises, Promises,” a most difficult song to sing, she says.

In his tribute, National Artist Ryan Cayabyab summed up his Bacharach era as the best days, the best songs.

Jose Mari Chan, in a text message to me, wrote: Burt Bacharach was a brilliant and innovative composer/songwriter. His works are varied but always appealing to people of all ages. From his earlier hit song: like “Magic Moments” and “The Blob” to his later hit “That’s What Friends Are For”, his versatility always shines through.

Dusty Springfield’s version of his “The Look of Love” and Matt Monro’s version of “Alfie” are classic examples of Bacharach songs that will live on long after he is gone.

I say, thank you for the music, Burt Bacharach.

Related Tags

burtbacharach whatdoyougetwhenyoufallinlove
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.