|
作者:张欣 来源:新华网 时间:2005-12-30 16:04:26 |
|
【10月15日晚——10月16日 史家班】
当晚,我们就在环县宾馆见到了史呈林1所带领的史家班(见班社附录一),他正准备给庆阳地区在环县召开的一个会议演一场皮影戏。我们到的时候,“戏台”已经搭好。“戏台”很简单,在最前面摆两张桌子,桌上架起大约长两米、宽一米的“亮子”,“亮子”是由木头框和钉在上面的宣纸做成,后面悬挂一盏灯,灯后有一铁片把灯光集中投射在亮子上,“挑扦人”舞动皮影,皮影的“容貌”、“服饰”、“动作”就都清晰的投在亮子上了。一般来说,“挑扦人”也是主唱,称为“前台”。“前台”上方的前后左右都拉着绳子,演戏时所需要的皮影及道具都事先挑出来,挂在绳子上。史呈林在拉绳子时跟我们说:“这叫构一座城。”那确实是“一座城”,同样的人,同样的道具,却演绎出变幻的情节和无尽的生活。
我们到的时候,史呈林正在把当晚演出用的皮影找出来。皮影由牛皮制成,要经过几次去毛、拉薄处理,再用钢针按画好的模子雕刻成形,最后染色并用高温熨平。皮影戏由于人物众多,生、旦、净、丑俱全,皮影在存放时的分类也是很有讲究的。例如,仅皮影的头就有400多个,分八类放置在四个牛皮纸的册子里面。其中公子巾和披发、神头和旦头、王头(包括小生、三须和束发冠)和纱帽、翎子和包巾各放一册。皮影身子又分“男场”和“女场”,约有150个。另外还有桌椅、人物坐骑、武器等皮影道具100多个。一般的讲,一个像样的班子,至少要有600余件包括头、身及器物在内的皮影,才可以表演较丰富的剧目。据史呈林介绍,他和父亲学戏就是从认识这些“皮影人人”开始的。
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
<%
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)
%> |