Lines Matching refs:iend
3221 parse.istart=parse.bol=bol;parse.iend=eol;parse.line.index=0;line0=file[bol];line1=file[bol+1]
3867 function _bar(s){return{type:C.BAR,bar_type:"|",fname:s.fname,istart:s.istart,iend:s.iend,v:s.v,p_v…
5540 function set_ref(s){s.fname=parse.fname;s.istart=parse.istart;s.iend=parse.iend}
6087 s.iend=parse.bol+line.index
6135 …ce.st-1].flags&STOP_BAR)){s2={type:C.BAR,fname:s.fname,istart:s.istart,iend:s.iend,bar_type:"[",mu… property
6507 s.iend=parse.bol+line.index
6680 parse.istart=parse.bol+line.index;parse.iend=parse.bol+ ++i;line.index=0;do_info(c_next,text);line.…
7262 f(t||abc2svg.sym_name[type],s.istart,s.iend,s.x-wl-2,staff_tb[s.st].y+s.ymn+h-2,wl+wr+4,h,s)}
7607 if(s2){s.fname=s2.fname;s.istart=s2.istart;s.iend=s2.iend}
8421 curvoice.clone={vs:vs,a:a,bol:parse.iend}
8434 …oice("1");curvoice.clef.istart=curvoice.key.istart;curvoice.clef.iend=curvoice.key.iend;curvoice.d…
8546 ly={t:word,font:gene.curfont,wh:strwh(word),istart:j,iend:j+word.length} property
8618 if(user.anno_start||user.anno_stop){s2={st:s.st,istart:ly.istart,iend:ly.iend,x:x0,y:y,ymn:y,ymx:y+… property
8710 function parse_gchord(type){var c,text,gch,x_abs,y_abs,type,i,j,istart,iend,ann_font=get_font("anno…
8717 if(type.length>1){text=type.slice(1,-1);iend=istart+1}else{i=++line.index
8726 iend=parse.bol+line.index+1}
8733 gch={text:"",istart:istart,iend:iend,font:ann_font} property
8864 user.anno_start("annot",an.istart,an.iend,x-2,y+h+2,w+4,h+4,s)
8867 user.anno_stop("annot",an.istart,an.iend,x-2,y+h+2,w+4,h+4,s)}