Iconic Syrian singer Sabah Fakhri dies in Damascus

 In this file photo taken on July 27, 2010, Syrian singer Sabah Fakhri performs during the 46th International Carthage festival at the Roman theatre in Carthage, near Tunis (AFP photo)

DAMASCUS — Syrian singer Sabah Fakhri, considered one of the most famous in the Arab world, died in Damascus on Tuesday at the age of 88, his son told AFP.

"He died a natural death in Damascus. His heart stopped beating," said Anas Fakhri, lamenting his father's passing as a "huge loss for Syrian art".

Born in the northern province of Aleppo and hailed as one of Syria's greats, Fakhri was known for his masterful delivery of traditional Syrian songs that combined Arabic poetry with music.

The short stout man modified and popularised the Qudud Halabiya — a traditional form of Aleppine music that combines lyrics based on the poetry of Al Andalus with old religious melodies collected mostly by musicians from the northern Syrian city.

"He was a living legend and legends do not die," his son said.

"He will continue to be the legend of Syria and Aleppo."

A symbol of the golden age of Arabic song, Fakhri was able to keep his audience in suspense for hours by tirelessly repeating the verses of classical or contemporary Arabic poems.

In 1968, he broke a record singing for 10 straight hours on tour in the Venezuelan capital Caracas.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });