Home
last modified time | relevance | path

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

/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js4384 function set_auto_clef(st,s_start,clef_type_start){var s,min,max,time,s2,s3;max=12;min=20 argument
4397 if(min>=19||(min>=13&&clef_type_start!='b'))
4399 if(max<=13||(max<=19&&clef_type_start!='t'))
4401 if(clef_type_start=='a'){if((max+min)/2>=16)
4402 clef_type_start='t'
4404 clef_type_start='b'}
4405 var clef_type=clef_type_start,s_last=s,s_last_chg=null
4428 if(!s_last_chg){clef_type=clef_type_start=clef_type=='t'?'b':'t';s_last_chg=s
4442 return clef_type_start}