Lines Matching defs:sh
1732 function draw_note_ties(not1,job){var m,x1,x2,s,y,h,time,not2=not1.tie_n,p=job==2?not1.pit:not2.pit,dir=(not1.tie_ty&0x07)==C.SL_ABOVE?1:-1,s1=not1.s,st=s1.st,s2=not2.s,x2=s2.x,sh=not1.shhd
1737 if(s1.notes[m+1].shhd>sh)
1738 sh=s1.notes[m+1].shhd}else{if(m>0&&p==s1.notes[m-1].pit+1)
1739 if(s1.notes[m-1].shhd>sh)
1740 sh=s1.notes[m-1].shhd}
1741 x1=s1.x+sh
1745 sh=s2.notes[m].shhd
1747 if(s2.notes[m+1].shhd<sh)
1748 sh=s2.notes[m+1].shhd}else{if(m>0&&p==s2.notes[m-1].pit+1)
1749 if(s2.notes[m-1].shhd<sh)
1750 sh=s2.notes[m-1].shhd}
1751 x2+=sh}
7304 Abc.prototype.sy=sy;Abc.prototype.sh=function(h){if(stv_g.st<0)