Lines Matching defs:defl

153 if(de.defl.noen){dx=de.x-x
219 if(de.defl.noen){w=de.x-x
463 out_deco_val(x,y,f,de.val/stv_g.scale,de.defl)
465 out_deco_val(x,y,f,de.val,de.defl)
466 if(de.defl.noen)
475 for(i=0;i<nd;i++){de=a_de[i];de.ix=i;de.s.x=de.x=x;de.defl.nost=true}}
488 de={s:s,dd:dd,st:s.st,ix:a_de.length,defl:{},x:s.x,y:s.y,}
492 if(dd.dd_en){de.ldst=true}else if(dd.dd_st){de.lden=true;de.defl.nost=true}
512 de={s:s,dd:dd,st:s.st,m:m,ix:0,defl:{},x:s.x,y:3*(note.pit-18),}
514 if(dd.dd_en){de.ldst=true}else if(dd.dd_st){de.lden=true;de.defl.nost=true}}}
530 if(j==n_de){de2={s:s,st:de.st,dd:dd2,ix:a_de.length-1,x:realwidth-6,y:s.y,lden:true,defl:{noen:true}}
535 de2.start=de;de2.defl.nost=de.defl.nost
7410 function out_cresc(x,y,val,defl){x+=val;val=-val;out_XYAB('<path class="stroke"\n\
7412 if(defl.nost)
7416 function out_dim(x,y,val,defl){out_XYAB('<path class="stroke"\n\
7418 if(defl.noen)
7424 Abc.prototype.out_lped=function(x,y,val,defl){y+=4;if(!defl.nost)
7425 xygl(x,y,"ped");if(!defl.noen)
7427 function out_8va(x,y,val,defl){if(!defl.nost){out_XYAB('<text x="X" y="Y" \
7431 if(!defl.noen)
7433 function out_8vb(x,y,val,defl){if(!defl.nost){out_XYAB('<text x="X" y="Y" \
7437 if(!defl.noen)
7439 function out_15ma(x,y,val,defl){if(!defl.nost){out_XYAB('<text x="X" y="Y" \
7443 if(!defl.noen)
7445 function out_15mb(x,y,val,defl){if(!defl.nost){out_XYAB('<text x="X" y="Y" \
7449 if(!defl.noen)
7451 var deco_val_tb={arp:out_arp,cresc:out_cresc,dim:out_dim,ltr:out_ltr,lped:function(x,y,val,defl){self.out_lped(x,y,val,defl)},"8va":out_8va,"8vb":out_8vb,"15ma":out_15ma,"15mb":out_15mb}
7452 function out_deco_val(x,y,name,val,defl){if(deco_val_tb[name])
7453 deco_val_tb[name](x,y,val,defl)