|
大型情景舞剧《盟誓华清宫》5月1日起将在临潼华清池上演,连日来不少热心读者来电询问有关事宜。带着读者的询问和期待,记者近日采访了该剧导演———国家一级导演薛丽娜女士。
《盟誓华清宫》的演员有150多人,大都是省艺校的学生。
《盟誓华清宫》完全起用年轻演员来挑大梁,扮演唐明皇和杨贵妃的马煜和李洁都只有20岁出头,用薛导的话说,“都是嫩得能掐出水的年龄”。对于这台舞剧,薛导充满自信,她说:“在历史上发生过真实故事的华清池的真山真水前演绎唐明皇和杨贵妃的爱情故事,这就是我创作的原动力。以往演出都是在舞台上,三面靠墙,一面对着观众;而这次演出是三面都对着观众,融合了人、天、山、水。这对我而言既是尝试和摸索,也是全新的挑战。”薛导还说:“唐明皇和杨贵妃的故事曾被多次搬上舞台,可我们这台舞剧却不同于以往,它以史实为蓝本,吸取了民间传说,还借用了蒙太奇手法,完全表现出了长诗《长恨歌》的精髓。我相信这台浓缩的爱情悲剧能够打动人心。”
民间传说中杨贵妃并没有死,而是东渡扶桑,《盟誓华清宫》是否采用了这一结局呢?薛导说她给这台舞剧的定位是“大型虚幻浪漫情景舞剧”,“我们将结局处理得非常虚幻和浪漫,杨贵妃在天上动情地跳着《霓裳羽衣舞》,而唐明皇在地上深情地遥望着她,留给观众无限遐思”。
薛导对这台舞剧的评价和期待很高,她表示:“虽然只排练了两个月,但我们构思编创已有两年时间,无论是音乐还是舞蹈,我认为都搞得很好。音乐上融入了大量具有地域特色的元素,如杨贵妃的主题音乐就从碗碗腔发展而来,优美而柔媚,而安禄山的主题音乐则加入了秦腔,显得粗犷豪迈。舞蹈编排也很有创意,相信一定不会让观众失望。”
<%
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)
%> |