Home
last modified time | relevance | path

Searched refs:wlw (Results 1 – 1 of 1) sorted by relevance

/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js3626 function gchord_width(s,wlnote,wlw){var gch,w,ix,arspc=0 argument
3629 if(w>wlw)
3630 wlw=w
3638 return wlw}
3639 Abc.prototype.set_width=function(s){var s2,i,m,xx,w,wlnote,wlw,acc,bar_type,meter,last_acc,n1,n2,es…
3673 wlw=wlnote
3674 if(s2){switch(s2.type){case C.NOTE:if(s2.stem>0&&s.stem<0){if(wlw<7)
3675 wlw=7}
3676 if((s.y>27&&s2.y>27)||(s.y<-3&&s2.y<-3)){if(wlw<6)
3677 wlw=6}
[all …]