|
《聂小倩》里宁采臣和聂小倩纯真的爱情故事,感染了在场的老中少观众,也为“梨园新声”狮城戏曲荟萃,画上圆满的句号。
重温看戏曲日子
甲兴安会馆青年部昨晚在该馆举行“梨园新声”演出,由新加坡戏曲学院呈献,这项难得一见的戏曲,吸引了不少戏曲爱好者前来观赏,不少长辈还呼朋唤友或是带着孩子孙子,重温旧时看戏曲的日子。
重头戏为长达52分钟的黄梅调《聂小倩》,由该学院院长蔡曙鹏博士改编自《聊斋志异》,这部戏以简洁的理念来呈现整体的设计、文化意旨和精神内涵,以及舞台营造出来荒野古庙的情景和气氛,都引起共鸣。
主角宁采臣和聂小倩的对手戏,以及树妖诡异的声调,都让观众喝彩。
打头阵的经典京剧《三岔路》讲述发生在宋代的故事,正义将领任堂惠授命保护焦赞,结果因为行踪隐秘,在三岔路投宿客栈时引起老板刘利华的怀疑,把他当成坏人,想要在黑夜中消灭他,而误会也在激烈的黑夜格斗中瓦解。两位演员默契十足的对手戏,让人看了十分过瘾。
该学院也呈献《天姬送子》之《满工》,讲述董永和玉帝七女的爱情故事,以及由陈国来主唱的潮剧《终南魂》。
全场戏曲除了《终南魂》,都有放映字幕,而可惜在重头戏《聂小倩》时,因为音响一直发出噪音,遮盖了演员的声音,影响了整体感觉。
捐50万推动文教活动
兴安会馆青年团团长李占德在致词中表示,该会名誉会长姚玉池宣布成立文教基金,捐献50万令吉,让该会拥有强稳的基金背景,去推动文教活动,当晚的戏剧演出,主要目的就是要发扬中华优秀文化,并广邀各界爱好戏剧者前来观赏。
这项戏曲演出由兴安会馆青年团主办,姚玉池陈美桂文教基金和兴安会馆赞助,而姚玉池公子姚金顺主持鸣锣仪式,会馆顾问吴金唐、陈兆居、主席吴金华、署理主席林德才、青年团署理团长吴金宝。
<%
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)
%> |