Lines Matching refs:staves

601 …_type.length>1&&s.bar_type!="[]")||s.bar_type=="]"){if(s1.st>0&&!(cur_sy.staves[s1.st-1].flags&STO…
995 while(!cur_sy.st_print[st]){if(cur_sy.staves[st].flags&flag)
1001 if(cur_sy.staves[i].flags&flag)
1009 for(i=0;;i++){fl=cur_sy.staves[i].flags
1023 for(i=0;i<=nst;i++){fl=cur_sy.staves[i].flags
1983 if((cur_sy.staves[st].flags&OPEN_BRACE)&&(cur_sy.staves[st+1].flags&CLOSE_BRACE)&&!staff_d[st+1])
2005 var sy_staff_prev=sy.staves[prev_staff]
2022 dy=maxsep;y+=dy;p_staff.y=-y;prev_staff=st;while(1){sy_staff_prev=sy.staves[prev_staff]
2050 …;bar_bot[st]=staff_tb[st].y+bot;bar_height[st]=dy-bar_bot[st];dy=(cur_sy.staves[st].flags&STOP_BAR…
2134 if(sy.st_print[st]&&sy.staves[st].stafflines==cur_sy.staves[st].stafflines)
4451 if(!sy.voices[v].second){sy.staves[st].staffnonote=p_voice.staffnonote
4453 sy.staves[st].staffscale=p_voice.staffscale
4455 sy.staves[st].sep=sy.voices[v].sep
4457 sy.staves[st].maxsep=sy.voices[v].maxsep;if(!p_voice.clef.clef_auto)
4466 mid[st]=(sy.staves[st].stafflines.length-1)*3
4475 if(!sy.voices[v].second){sy.staves[st].staffnonote=p_voice.staffnonote
4477 sy.staves[st].staffscale=p_voice.staffscale
4479 sy.staves[st].sep=sy.voices[v].sep
4481 sy.staves[st].maxsep=sy.voices[v].maxsep}
4486 mid[st]=(sy.staves[st].stafflines.length-1)*3
4923 for(st=0;st<=cur_sy.nstaff;st++){if(cur_sy.staves[st].flags&(OPEN_BRACE2|OPEN_BRACKET2)){w=12
4925 if(cur_sy.staves[st].flags&(OPEN_BRACE|OPEN_BRACKET))
5352 function reset_staff(st){var p_staff=staff_tb[st],sy_staff=sy.staves[st]
5356 function set_brace(){var st,i,empty_fl,n=sy.staves.length
5357 for(st=0;st<n;st++){if(!(sy.staves[st].flags&(OPEN_BRACE|OPEN_BRACE2)))
5361 if(sy.staves[st].flags&(CLOSE_BRACE|CLOSE_BRACE2))
5411 case C.BAR:if(s.bar_mrep||sy.staves[st].staffnonote>1)
5415 case C.NOTE:case C.REST:case C.SPACE:case C.MREST:if(sy.staves[st].staffnonote>1)
5419 if(sy.staves[st].staffnonote||s.type==C.NOTE)
5726 par_sy.staves[curvoice.st].stafflines=val
6105 …s2&&s2.type==C.BAR){if(bar_type=="["&&!s2.text&&(curvoice.st==0||(par_sy.staves[curvoice.st-1].fla…
6135 if(s.rbstart&&!curvoice.norepbra&&curvoice.st>0&&!(par_sy.staves[curvoice.st-1].flags&STOP_BAR)){s2…
7717 function new_syst(init){var st,v,sy_new={voices:[],staves:[],top_voice:0} property
7721 var sy_staff=par_sy.staves[st],p_voice=voice_tb[v]
7725 for(st=0;st<par_sy.staves.length;st++){sy_new.staves[st]=clone(par_sy.staves[st]);sy_new.staves[st]…
8212 if(no_sym||(maxtime==0&&staves_found<0)){par_sy.staves=[]
8245 …{p_voice.floating=true;p_voice.second=true}else{st++;if(!par_sy.staves[st]){par_sy.staves[st]={sta…
8246 par_sy.staves[st].flags=0}
8247 v=p_voice.v;p_voice.st=p_voice.cst=par_sy.voices[v].st=st;par_sy.staves[st].flags|=flags
8255 par_sy.staves[st].flags|=a_vf[i][1]}}
8260 par_sy.staves[st].flags^=STOP_BAR}
8269 if(st>0&&!p_voice.norepbra&&!(par_sy.staves[st-1].flags&STOP_BAR))
8429 par_sy.staves[nstaff]={stafflines:curvoice.stafflines||"|||||",staffscale:1}}}
8441 par_sy.staves[v]={stafflines:p_voice.stafflines||"|||||",staffscale:1}}