Lines Matching refs:notes
22 if(s.combine<=1&&s.notes[0].pit<=s2.notes[nhd2].pit+1)
26 s2.notes[m].s=s
27 Array.prototype.push.apply(s.notes,s2.notes);s.nhd=nhd=s.notes.length-1;s.notes.sort(abc2svg.pitcmp)
28 if(s.combine>=3){for(m=nhd;m>0;m--){if(s.notes[m].pit==s.notes[m-1].pit&&s.notes[m].acc==s.notes[m-1].acc)
29 s.notes.splice(m,1)}
30 s.nhd=nhd=s.notes.length-1}
31 s.ymx=3*(s.notes[nhd].pit-18)+4;s.ymn=3*(s.notes[0].pit-18)-4;type=s.notes[0].tie_ty
33 s.notes[0].tie_ty=C.SL_BELOW|(type&C.SL_DOTTED);type=s.notes[nhd].tie_ty
35 s.notes[nhd].tie_ty=C.SL_ABOVE|(type&C.SL_DOTTED)}
94 if(s&&s.notes&&curvoice.combine!=undefined)