The ballet “Nureyev” directed by Kirill Serebrennikov will be revived on the stage of the German opera in Berlin. The premiere of the production of the troupe of the Berlin state ballet will be held on March 21, 2026, BZ reports. “We are the first company that will present this production in the West,” said Christian Shpuk, artistic director of state ballet, announcing the prime minister. Nureyev’s battleship was first delivered by Kirill Serebrennikov together with the choreographer Yuri Podsokhov and composer Ilya Demutsky at the Bolshoi Theater in Moscow in 2017. The production talks about the life of the dancer Rudolf Nureev, who in 1961 did not return to the USSR from foreign tour. As the media wrote, in 2017, the prime minister of the ballet was postponed by a direct order of the then Minister of Culture of the Russian Federation Vladimir Medinsky, who saw in the play “Gay Propaganda”. Medinsky himself denied this. After the beginning of the full-scale Russian-Ukrainian war in 2022, the Bolshoi Theater began to cancel the shows of Nureyev and remove the mention of Serebrennikov from the barrel post. The Russian Ministry of Culture then said that the names of figures who “abandoned Russia” in today’s “difficult time” disappear from the posters of cultural institutions “absolutely logically”. Serebrennikov, after the Russian Federation’s invasion of Ukraine, left the country and took an anti-war position. In April 2023, the then general director of the Bolshoi Theater Vladimir Urin announced that the Nureyev ballet was removed from the repertoire due to the law of. Then Serebrennikov promised that the ballet “will live, at large.” “” Nureyev “would live. At large, ”Kirill Serebrennikov-about the decision of the Bolshoi Theater to close the Nureyv ballet, due to the law on“ LGBT propagand ”“ Nureyev ”will live. At large ”Kirill Serebrennikov-about the decision of the Bolshoi Theater to close the Nureyv ballet due to the Law on LGBT Propaganda (Tagstotranslate) News
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!