Searched refs:clef_type (Results 1 – 4 of 4) sorted by relevance
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | ambitus-1.js | 18 if(s.clef_type!=undefined&&s.nhd>0){s.x-=26;this.set_scale(s);this.draw_note(s) 27 of(cmd,param)},set_width:function(of,s){if(s.clef_type!=undefined&&s.nhd>0){s.wl=40;s.wr=12}else{of…
|
| D | clair-1.js | 27 …%7];a_tb[j]=acc.acc;a_tb[j+12]=acc.acc}}},new_clef:function(s){switch(s.clef_type){case't':s.clef_… 133 for(s=p_v.sym;s;s=s.next){if(s.clef_type)
|
| D | abc2svg-1.js | 2196 xygl(x,y+s.y,s.clef_type+"clef") 2198 xygl(x,y+s.y,"s"+s.clef_type+"clef") 3528 function insert_clef(s,clef_type,clef_line){var p_voice=s.p_v,new_s,st=s.st argument 3532 …time;new_s=sym_add(p_voice,C.CLEF);new_s.next=s;s.prev=new_s;new_s.clef_type=clef_type;new_s.clef_… 4269 switch(s.clef_type){default:s.ymx=s.y+28 4389 if(s.type!=C.NOTE){if(s.type==C.CLEF){if(s.clef_type!='a') 4405 var clef_type=clef_type_start,s_last=s,s_last_chg=null 4411 if(clef_type=='t'){if(s.notes[0].pit>12||s.notes[s.nhd].pit>20){if(s.notes[0].pit>20) 4428 if(!s_last_chg){clef_type=clef_type_start=clef_type=='t'?'b':'t';s_last_chg=s 4441 s_last_chg=s;clef_type=clef_type=='t'?'b':'t';s2=insert_clef(s3,clef_type,clef_type=="t"?2:4);s2.cl… [all …]
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | abc-ui-1.0.0.min.js | 8 …clef_type+"clef"):xygl(i,s+n.y,n.clef_type+"clef"),n.clef_octave&&(n.clef_octave>0?(s+=n.ymx-10,n.… property
|