You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return "Expression Remove Enclosure", "Expression Remove Enclosure", "Removes any enclosure on any single-staff text expression in the currently selected region."
end
local library = require("library.general_library")
local expression = require("library.expression")
function expression_remove_enclosure()
local current_part = library.get_current_part()
local expression_assignments = finale.FCExpressions()