| 汉剧与西皮二黄的渊源 |
|
|
|
作者:未知 来源:中国秦腔网 时间:2005-9-26 12:40:03 |
|
剧传统剧目也叫《 一口剑》、《金殿装疯》。说的是秦二世胡亥宠信赵高,赵高初为拉拢匡扶,请二世下诏主 婚,将女赵艳蓉许配匡扶之子匡忠。后赵高指鹿为马,受匡扶怒斥,怀恨在心,故遣人盗取 御赐匡扶的宝剑“宇宙锋”入宫行刺。刺客被杀,二世见剑疑匡,赵高趁机进谗,害得匡扶 一家被杀,仅匡忠在赵艳蓉和仆人赵忠帮助下乔装逃走。艳蓉归家暂住。一夜胡亥入赵府, 见艳容貌美,欲纳为妃。赵高深以为荣,艳蓉闻之,矢志不从,得乳母暗示,当即装疯,二 世不信,直到见艳蓉在金殿疯态始才罢休。后艳蓉逃走,住尼庵。匡忠离京后在外从军并斩 叛将马龙,立功还朝。金殿上与赵高质辩,后与艳蓉团圆。汉剧只演装疯一折,陈伯华饰赵 艳蓉,所唱二黄摇板及反二流(反二黄),有的婉转缠绵,有的沉郁悲愤,娓娓动听。特别值 得一提的反二黄,这是湖北汉剧艺术家在唱二黄实践中创造的,使唱腔既有悲吟,又具有激 愤的旋律,扩大了二黄音域。为汉剧唱腔做出重大贡献的艺术家,不能不特别说说陈伯华。
陈伯华,生于1919年,湖北汉阳人,小名毛毛。8岁入傅心一倡议创办的汉剧新化女科班( 汉剧幼女训育班)起名新化钗,学八贴。后拜牡丹花董瑶阶门下为徒,改名小牡丹花。之后 又曾向李彩云学习唱工,表演上突破了正旦和贴旦的界限,首创融青衣、花旦、闺门旦于一 炉的汉剧新行旦。她善用细腻的恰到好处的眼神、手指和身段传达唱腔蕴含的丰富复杂的思想情感。她嗓音宽亮甜美、婉转动听,使汉剧旦行的唱、做艺术发展到一个新的 历史阶段。在舞台上,塑造了虞姬、杨玉环等各具光彩的人物形象。那时她才十五六岁,而“小牡丹花”已在武汉三镇绽蕾争艳。1934年梅兰芳先生来武汉演出时还特去看过她的《霸 王别姬》。不想两年后,正在走红的陈伯华婚后突然告别舞台,这一告别就是14年,直到解 放后才再度出山,重返汉剧艺苑,犹如一朵怒放的牡丹,盛开在新中国的阳光照耀的舞台上 。陈伯华之所以能很快地恢复艺术青春,得力于她14年台下丰厚的艺术积累。
离开武汉的陈伯华寓居上海,她一时一刻也未忘情于舞台。那时看戏成了她的日课。她喜 欢爱看的是京剧,特别是梅兰芳演唱的《贵妃醉酒》、《霸王别姬》、《洛神》、《凤还巢 》、《断桥》、《宇宙锋》、《起解》等看得最多,也看最入神。看完后,细细琢磨,领悟其中的奥妙。她家的卧室里四面都是镜子,对着镜子时而低吟浅唱,时而做身段表演,上一页 [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)
%> |
|
文章录入:长安小生 责任编辑:长安小生 |
|
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
相 临 文 章: |
上一篇文章: 戏曲知识:甘肃张掖木偶戏 下一篇文章: [剧种介绍]汉剧 |
|
相 关 文 章: |
|
振兴汉剧事业繁荣文化市场 莫等400年汉剧成记忆 抢救和保护工作刻不容缓 莫等400年汉剧成记忆 抢救和保护工作刻不容缓 汉剧院投排《王昭君》 陈伯华给予极大关注 尴尬的汉味文化:汉剧,守望者的泪与微笑 湖南常德汉剧院赶排《合家欢》 [剧种介绍]汉剧 古装汉剧《赵成卖身》二黄古韵西安受宠 安康一研究员提出新观点:京剧声腔源于陕西
|
| 论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛]) |
|
|