Lines Matching defs:get_unit

2824 function get_unit(param){var v=param.toLowerCase().match(/([\d.]+)(.*)/)
2898 case"composerspace":case"indent":case"infospace":case"maxstaffsep":case"maxsysstaffsep":case"musicspace":case"partsspace":case"staffsep":case"subtitlespace":case"sysstaffsep":case"textspace":case"titlespace":case"topspace":case"vocalspace":case"wordsspace":f=get_unit(param)
2908 case"printmargin":case"leftmargin":case"pagewidth":case"rightmargin":f=get_unit(param)
2954 case"staffwidth":v=get_unit(param)
7951 case"maxsysstaffsep":if(parse.state==3){val=get_unit(param)
8000 if(param){values=param.split(/\s+/);h1=get_unit(values[0])
8001 if(values[1]){h2=get_unit(values[1])
8003 len=get_unit(values[2])}
8044 if(param){val=get_unit(param)
8056 case"sysstaffsep":if(parse.state==3){val=get_unit(param)
8094 case"vskip":val=get_unit(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