ADVERTISEMENT

Aretha Franklin's gospel roots celebrated at Queen of Soul's funeral

Published Sep 1, 2018 05:58 am
DETROIT (Reuters) - A Detroit church swelled with the sound of gospel music on Friday as family, friends and fans of Aretha Franklin bid rousing farewell to the Queen of Soul at a funeral that featured tributes by former U.S. President Bill Clinton and singer Stevie Wonder. (From left): Louis FarrakhanAl Sharpton, Jesse Jackson and former U.S. President Bill Clinton attend the funeral service for Aretha Franklin at the Greater Grace Temple in Detroit, Michigan, U.S., August 31, 2018. (Reuters/Mike Segar) /mb.com.ph (From left): Louis FarrakhanAl Sharpton, Jesse Jackson and former U.S. President Bill Clinton attend the funeral service for Aretha Franklin at the Greater Grace Temple in Detroit, Michigan, U.S., August 31, 2018. (Reuters/Mike Segar) “Come on, this is a church service, lift your voice!” Bishop Charles Ellis III, the officiant, exhorted the congregation at the Greater Grace Temple, as the choir and orchestra swayed behind him. The crowd grew louder, its ranks bolstered by the powerful voices of Gladys Knight, Jennifer Hudson, Chaka Khan, Shirley Caesar and Ariana Grande, who came to pay musical tribute to Franklin following her death on Aug. 16 at age 76. Before the golden casket was closed at the top of a service, Franklin’s body could be seen dressed in gold sequins. More than eight music-filled hours later, Stevie Wonder took to the stage to close out the ceremony with a performance of his song “As,” the crowd joining him in its refrain: “I’ll be lovin’ you always.” “She had the voice of a generation, maybe the voice of a century,” Clinton said, describing himself as a Franklin “groupie” long before he became president. Ending his remarks, Clinton held the microphone to his smartphone and played Franklin’s 1968 hit “Think” over the church’s speakers. Civil rights leaders Jesse Jackson and Al Sharpton were onstage to honor Franklin’s contributions to black empowerment, sharing front-row seats with Louis Farrakhan, the black nationalist and Nation of Islam leader. Sharpton took to the pulpit to laud Franklin for providing the soundtrack of the movement, with songs such as her signature 1967 hit “Respect.” “She was a black woman in a white man’s world,” Sharpton said, as mourners cheered. “She was rooted in the black church, she was bathed in the black church, and she took the black church downtown and made folks that didn’t know what the Holy Ghost was shout in the middle of a concert.” Franklin was recalled as both an American institution, who sang at the presidential inaugurations of Jimmy Carter, Bill Clinton and Barack Obama, and as an aunt and grandmother, who took her young relatives shopping or to see Disney on Ice shows. “Nothing sounded better to me than the way my grandma sings,” Victorie Franklin said. Smokey Robinson, the Motown singer and a long-time friend, crooned a few lines of his song “Really Gonna Miss You.” Ariana Grande belted out “Natural Woman” while Gladys Knight took on “You’ll Never Walk Alone.” An ensemble performance of “Precious Lord” so moved the congregation that the officiant told the orchestra to keep vamping as clergy danced on the stage, expanding a program that by then was already running two hours behind schedule. The funeral had been billed as closed to the public, but crowds of fans gathered outside, many dressed in their Sunday best. “This is as close you get to royalty here in America and Aretha earned every bit of it,” said Missy Settlers, 53, an automotive parts assembler. Some fans were admitted into the church to sit behind Franklin’s family. Franklin, who died at her Detroit home from pancreatic cancer, began her musical career as a child singing gospel at the city’s New Bethel Baptist Church. The city has treated her death as the passing of royalty, with Franklin’s body laying in repose in the Charles H. Wright Museum of African American History for two days of public visitation earlier this week. Her coffin is to be entombed in Detroit’s Woodlawn Cemetery near the remains of her father; her brother, Cecil Franklin; and her sisters, Carolyn and Erma Franklin.
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.