Lines Matching defs:x
55 s.a_gch=[{type:'@',font:abc.get_font("annotation"),wh:[10,10],x:-5,y:30,text:(s.k_mode+1)+"="+
93 of()},draw_symbols:function(of,p_voice){var i,m,nl,note,s,s2,x,y,C=abc2svg.C,abc=this,dot="\ue1e7",staff_tb=abc.get_staff_tb(),out_svg=abc.out_svg,out_sxsy=abc.out_sxsy,xypath=abc.xypath
97 xypath(s1.x-3,y+5)
98 out_svg('h'+(s2.x-s1.x+8).toFixed(1)+'"/>\n')
109 function out_mus(x,y,p){out_svg('<text x="')
110 out_sxsy(x,'" y="',y)
112 function out_txt(x,y,p){out_svg('<text class="bn" x="')
113 out_sxsy(x,'" y="',y)
115 function draw_hd(s,x,y){var m,note,ym
117 out_txt(x-3.5,y+8,"01234567-"[note.jn])
119 out_mus(x-12,y+12,abc2svg.jianpu.acc_tb[note.acc+2])
120 if(note.jo>2){out_mus(x-1,y+22,dot)
122 out_mus(x-1,y+22,dot)}}else if(note.jo<2){ym=y+4
125 out_mus(x-1,ym,dot)}
131 case C.NOTE:case C.REST:x=s.x
133 draw_hd(s,x,y)
135 out_mus(x+8,y+13,dot)