Lines Matching refs:dots

981 if(k1.nflags<k.nflags||(k1.nflags==k.nflags&&k1.dots<k.dots))
1147 s.nflags=-4;s.dots=0;s2=s.ts_next
1187 if(s.dots){x+=8;y+=yb+3
1188 j=s.dots
1252 var elts=identify_note(s,note.dur),head=elts[0],dots=elts[1],nflags=elts[2]
1267 dots=0
1281 if(dots){dotx=x+(7.7+s.xmx)*stv_g.scale
1286 i=(note.dur/12)>>((5-nflags)-dots)
1287 while(dots-->0){xygl(dotx,doty,(i&(1<<dots))?"dot":"dot+")
1295 if(s.dots)
1774 if(s1.dots&&!(not1.pit&1)&&((dir>0&&!s1.dot_low)||(dir<0&&s1.dot_low)))
3373 function identify_note(s,dur_o){var head,flags,dots=0,dur=dur_o
3383 while(dur>>dots>0)
3384 dots++
3385 flags-=dots
3396 return[head,dots,flags]}
3662 if(s.dots){if(s.wl==undefined)
3669 if(s.dots>=2)
3670 s.wr+=3.5*(s.dots-1)}
4648 function set_rest_offset(){var s,s2,v,end_time,not_alone,v_s,y,ymax,ymin,shift,dots,dx,v_s_tb=[],sy=cur_sy
4661 ymin=-127;ymax=127;not_alone=dots=false
4669 if(s2.dots)
4670 dots=true}}else{if(s2.y<ymax)
4672 if(s2.dots)
4673 dots=true}}else{if(s2.y>ymin)
4682 if(s2.dots)
4683 dots=true}}else{if(s2.y<ymax)
4685 if(s2.dots)
4686 dots=true}}else{if(s2.y>ymin)
4698 dx=dots?15:10;s.notes[0].shhd=dx;s.xmx=dx
4704 dx=dots?15:10;s.notes[0].shhd=dx;s.xmx=dx
4830 case C.NOTE:case C.REST:res=identify_note(s,s.dur_orig);s.head=res[0];s.dots=res[1];s.nflags=res[2]
4988 if(s1.dots!=s2.dots){if((s1.shiftunison&&(s1.shiftunison&1))||s1.dots*s2.dots!=0)
5018 if(l1<C.BLEN/2){if(s2.dots)
5020 else if(s1.dots)
5040 if(s2.dots)
5046 if(s1.dots)
5137 if(!s1.dots&&!s2.dots)
5152 if(d<-3&&((s2.notes[0].pit&1)||!(s1.dots||s2.dots)||(!(s1.notes[s1.nhd].pit==s2.notes[0].pit+2&&s1.dot_low)&&!(s1.notes[s1.nhd].pit+2==s2.notes[0].pit&&s2.dot_low))))
5180 if(s1.dots&&s2.dots&&(s1.notes[i1].pit&1))
5199 sd=0;if(s1.dots){if(s2.dots){if(!t)
5200 sd=1}else{v_invert()}}else if(s2.dots){if(d2+dr<d+dr2)
5208 if(s1.dots){dx=7.7+s1.xmx+
5209 3.5*s1.dots-3.5+
5254 for(g=s.extra;g;g=g.next){res=identify_note(s,g.dur);g.head=res[0];g.dots=res[1];g.nflags=res[2];slen=GSTEM
7456 function out_glisq(x2,y2,de){var de1=de.start,x1=de1.x,y1=de1.y+staff_tb[de1.st].y,ar=Math.atan2(y1-y2,x2-x1),a=ar/Math.PI*180,len=(x2-x1)/Math.cos(ar);g_open(x1,y1,a);x1=de1.s.dots?13+de1.s.xmx:8;len=(len-x1-6)/6|0
7461 function out_gliss(x2,y2,de){var de1=de.start,x1=de1.x,y1=de1.y+staff_tb[de1.st].y,ar=-Math.atan2(y2-y1,x2-x1),a=ar/Math.PI*180,len=(x2-x1)/Math.cos(ar);g_open(x1,y1,a);x1=de1.s.dots?13+de1.s.xmx:8;len-=x1+8;xypath(x1,0);output+='h'+len.toFixed(1)+'" stroke-width="1"/>\n';g_close()}
8840 if(s.dots)
8841 x+=1.5+3.5*s.dots