Mount Lucy

Performer

Mount Lucy aims to spread art/creativity as widely as possible: to avoid making theatre for other theatre makers only, we look for flexible forms for our work in which we make full use of the location. We look for ways to make our audience an active part of the experience. We want them to feel seen, so that a relationship between performer and audience is created that is not about sending and receiving, but about co-creation.

MANIFESTTOPCONTACT
PERFORMERS
PERFORMERS
PERFORMERS
PERFORMERS
No items found.
document.getElementById("copy-button").addEventListener("click", function() { // Get the current page URL var currentUrl = window.location.href; // Create a temporary input element var tempInput = document.createElement("input"); // Add the current page URL to the input value tempInput.setAttribute("value", currentUrl); // Append the input to the body document.body.appendChild(tempInput); // Select the input tempInput.select(); // Copy the selected text document.execCommand("copy"); // Remove the input from the body document.body.removeChild(tempInput); // Update the text of the "copy-status" element document.getElementById("copy-status").textContent = "Copied!"; });