| 昆曲《1699·桃花扇》再次走进京城公众视野 |
|
|
|
作者:佚名 来源:人民网 时间:2007-1-24 2:50:50 |
|
的传统艺术精华,都应该让它回到生活中来。”
《1699·桃花扇》3月在北京首轮演出后,紧接着走进上海、南京等地观众的视野。制作方以演出效果与场次为评价标准,如同影视作品要赶档期,《桃花扇》在首演前,就已将演出计划安排至今年下半年,并与苏黎世艺术节等海外主流艺术节进行接洽。《1699·桃花扇》采用了流行时尚的推广方式,具体操作由负责流行影片宣传的工作小组来做,利用新媒介如博客、动画,明确地将目标定位在年轻观众,让年轻人走近昆曲。流行文化虽与古老昆曲有气质相悖之处,但调和之后的二者却有了更为迷人的魅力。
1956年,《十五贯》晋京演出,“一出戏救活了一个剧种”,赋予了昆曲新的生命力,今天一部《桃花扇》不可能让昆曲迅速繁荣,但是它让昆曲人看到了昆曲界之外的人们对这门艺术足够的尊重与热爱。以《桃花扇》为载体,通过四代昆曲人的鼎力合作,观众窥见的不仅是中国曾有的文化繁华,还有中国传统文化复兴的未来。
“遗形物”有了国际元素
“金粉未消亡,闻得六朝香。” 《桃花扇》的故事发生地在南京。灿烂而简约舞台正还原明末清初昆曲鼎盛时期人们的生活方式。在舞台空间的概念上,导演采用了流动的博物馆的概念,集中呈现奇珍异宝,数百件苏绣精品令人惊艳,堪比《清明上河图》的明代画作首度亮相。据介绍,一粉一绿两套服装不同于舞台上演出的戏服,它是在丝绸的亮面用色彩艳丽的丝线绣制的,比一般戏服明艳得多,而且在水袖上也用白色丝线绣制了花朵,这都是一般戏服不具备的。戏服通常是“远看色,近看花”,色彩要比这两件丝绣珍品淡雅很多。这也许暗合了《满城尽带黄金甲》的奢华。
舞台设计简洁空灵,镜面地板映出清晰的人影,为剧中人物泛舟秦淮水面,营造出波光粼粼的效果。一前一后一大一小两个朱红色方形框架,以透视的效果划分出舞台上的室内空间。《南都繁会图》作为舞台背景,采用透光材料,灯光打起时,观众可以透过背景布看到舞台后侧庞大的乐队,两侧又添置了座椅,以形成三面围观的效果。
作为昆曲四大名剧之一的《桃花扇》,此次的制作班底吸引了大陆、台湾、韩国、日本等国家和地区的世界级艺术家,台湾文学大师余光中,韩国国师级导演、2002年韩日世界杯开幕式导演孙桭策,著名导演田沁鑫,戛上一页 [1] [2] [3] [4] [5] [6] [7] 下一页
 <%
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
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
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=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&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() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
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)
%> |
|
文章录入:中国秦腔网 责任编辑:中国秦腔网 |
|
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
相 临 文 章: |
上一篇文章: 河南电视台《梨园春》戏迷擂台赛激战酣 下一篇文章: 传李咏无缘主持春晚 毒舌惹祸触犯央视底线? |
|
相 关 文 章: |
|
完整展示300余年前曲谱原貌 昆剧《1699·桃花扇》首度亮相申城 昆剧《桃花扇》上海演出尝试昆剧历史讲解 400万元昆曲《1699.桃花扇》成史上最“贵” 白先勇:从小说大家到昆曲义工 昆曲是一个仍然充满生命力的传统 ——致中国文化部孙家正部长 昆剧《牡丹亭》:西方人发现了中国,中国人发现了自己 昆剧《牡丹亭》美国连演12场“真是一次美妙的艺术体验” 昆曲《桃花扇》简介 冠军卖戏——《1699桃花扇》 青春浪潮能否挽救古老昆曲 600年昆曲 300年《桃花扇》 《新周刊》:年度大戏《1699桃花扇》 昆曲消亡乃是必然 昆曲《1699·桃花扇》北京保利剧院即将亮相 青春版昆曲《桃花扇》进入联排 [昆曲]大会上的“小”话题 昆曲《桃花扇》还原动荡时代爱情传奇 让非物质文化遗产昆曲活起来
|
| 论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛]) |
|
|