|
昨晚,一个经过努力的晚上。阔别20多年,睦剧重新登上舞台。
同样,昨晚,一次戏曲的无奈独舞。《雪兰花》带着全省十二个剧团的演员,上演了一次告别演出。
昨晚,7点30分,筹备了半年之久的新编睦剧大戏《雪兰花》在浙江省儿童艺术剧院上演。
戏票全部赠送,是首演也是谢幕——对睦剧《雪兰花》来说,完美的结局中,无疑夹带着丝丝遗憾。
全部资金自筹;演员来自12个剧团;导演只在夜晚和双休日开排——这些都表明了《雪兰花》上演的艰难。
“我最近一次看睦剧,已经是上世纪五十年代了。”83岁高龄的应女士说。她感觉,如今的睦剧更加好看了。在现场,记者也发现,和传统的睦剧相比,《雪兰花》像一出音乐剧,在保留唱腔特色的同时,它在舞美设计上更具现代化,整个布景像幅浓墨重彩的山水画。
对于一个已经沉寂二十多年的剧种来说,昨晚的精彩演出、这样的“回归”方式,无疑称得上完美。
但完美只属于一个晚上。
“只演一场,是迫不得已。”翁国生说,“资金是问题,演员是问题,观众更是问题”。
自淳安睦剧团解散后,《雪兰花》是二十多年来的首部大型原创剧。“这是否会成为拯救睦剧的一个转折点?”记者问。“远远谈不上拯救。”翁国生的回答让人有些吃惊,“只能说这是一种探索和尝试。要救活一个濒危的剧种,不是靠民间个体,办一两场演出就能实现的。”
翁国生告诉记者,想要重新夯实睦剧的根基,再次组建一个剧团尤为关键,“这次的演员是临时组合起来的,排练难度非常大,演完就散了。因此,只有尽早聚齐人马,恢复睦剧团,睦剧才有可能获得长久的发展。”
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |