Searched refs:nly (Results 1 – 1 of 1) sorted by relevance
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | abc2svg-1.js | 8635 function draw_lyrics(p_voice,nly,a_h,y,incr){var j,top,sc=staff_tb[p_voice.st].staffscale;set_font(… argument 8638 for(j=0;j<nly;j++){y-=a_h[j]*1.1;draw_lyric_line(p_voice,j,y)} 8643 for(j=nly;--j>=0;){draw_lyric_line(p_voice,j,y);y+=a_h[j]*1.1} 8645 function draw_all_lyrics(){var p_voice,s,v,nly,i,x,y,w,a_ly,ly,lyst_tb=new Array(nstaff+1),nv=voice… 8650 nly=0 8665 while(nly<a_ly.length) 8666 h_tb[v][nly++]=0 8678 lyst_tb[st].top=top;lyst_tb[st].bot=bot;nly_tb[v]=nly 8679 if(nly==0)
|