Syrian troupe, Tunisian artist perform at Al Balad Music Festival

Hawa Dafi and Tunisian artist Mounir Troudi perform a joint show at the Odeon Theatre in downtown Amman on Saturday (Photo by Muath Freij)

Show ‘chance to perform in front of Arab world fans’ for troupe coming from occupied Golan Heights


AMMAN — A musical festival in Amman gave a Syrian troupe from the Israeli-occupied Syrian Golan Heights the opportunity to escape their daily isolation and perform in a joint production with a Tunisian artist in Amman on Saturday.

Hawa Dafi and Tunisian artist Mounir Troudi performed at a joint show at the Odeon Theatre in downtown Amman as part of Al Balad Music Festival.

Bisher Abu Saleh, a member of Hawa Dafi, said performing at the festival was a “great chance” for the troupe members.

“Since we are from the Golan Heights, the most important thing for us is that we interact with Arab fans from other Arab countries. This is a chance we do not have every day and this festival is very important for us. In the Golan Heights we are isolated from the surrounding Arab world,” he told The Jordan Times in an interview.

Abu Saleh said music is a way for him and his partners to express the problems they deal with or those other people encounter.

“Music is very important and, without it, we would not have been here as musicians. We have been working for one week in preparation for this show and we have managed to create friendships beyond borders through such concerts,” he added.

Raed Asfour, director of Al Balad Theatre, said four joint productions will be performed during the festival.

“Hawa Dafi and Troudi met each other in Amman two years ago and kept communicating with each other until they managed to design the show,” he told The Jordan Times.

Asfour noted that the Balad festival was initially started to provide Arab artists with a space to showcase their talent.

This year’s festival will witness around 11 performances, finishing on August 2.

.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'); }); }); });