Lines Matching defs:multicol

5310 case"mc_start":multicol={posy:posy,maxy:posy,lmarg:cfmt.leftmargin,rmarg:cfmt.rightmargin}
5312 case"mc_new":if(!multicol){error(1,s,"%%multicol new without start")
5314 if(posy>multicol.maxy)
5315 multicol.maxy=posy
5316 cfmt.leftmargin=multicol.lmarg
5317 cfmt.rightmargin=multicol.rmarg
5320 posy=multicol.posy
5322 case"mc_end":if(!multicol){error(1,s,"%%multicol new without start")
5324 if(posy<multicol.maxy)
5325 posy=multicol.maxy
5326 cfmt.leftmargin=multicol.lmarg
5327 cfmt.rightmargin=multicol.rmarg
5328 multicol=undefined
5538 var a_gch,a_dcn,multicol,maps={}
7539 function svg_flush(){if(multicol||!output||!user.img_out||posy==0)
7957 case"multicol":if(parse.state>=2){if(parse.state==2)
7962 switch(param){case"start":multicol={maxy:0,lmarg:cfmt.leftmargin,rmarg:cfmt.rightmargin}
7964 case"new":if(!multicol){syntax(1,"%%multicol new without start")
7966 if(posy>multicol.maxy)
7967 multicol.maxy=posy;cfmt.leftmargin=multicol.lmarg;cfmt.rightmargin=multicol.rmarg;img.chg=true;set_page();posy=0
7969 case"end":if(!multicol){syntax(1,"%%multicol end without start")
7971 if(posy<multicol.maxy)
7972 posy=multicol.maxy;cfmt.leftmargin=multicol.lmarg;cfmt.rightmargin=multicol.rmarg;multicol=undefined;blk_flush();img.chg=true;set_page()
7974 default:syntax(1,"Unknown keyword '$1' in %%multicol",param)
8930 Abc.prototype.draw_note=draw_note;Abc.prototype.errs=errs;Abc.prototype.font_class=font_class;Abc.prototype.gch_tr1=gch_tr1;Abc.prototype.get_bool=get_bool;Abc.prototype.get_cur_sy=function(){return cur_sy};Abc.prototype.get_curvoice=function(){return curvoice};Abc.prototype.get_delta_tb=function(){return delta_tb};Abc.prototype.get_decos=function(){return decos};Abc.prototype.get_font=get_font;Abc.prototype.get_font_style=function(){return font_style};Abc.prototype.get_glyphs=function(){return glyphs};Abc.prototype.get_img=function(){return img};Abc.prototype.get_maps=function(){return maps};Abc.prototype.get_multi=function(){return multicol};Abc.prototype.get_newpage=function(){if(block.newpage){block.newpage=false;return true}};Abc.prototype.get_posy=function(){var t=posy;posy=0;return t};Abc.prototype.get_staff_tb=function(){return staff_tb};Abc.prototype.get_top_v=function(){return par_sy.top_voice};Abc.prototype.get_tsfirst=function(){return tsfirst};Abc.prototype.get_unit=get_unit;Abc.prototype.get_voice_tb=function(){return voice_tb};Abc.prototype.glout=glout