Lines Matching refs:Abc
40 abc2svg.Abc=function(user){"use strict";var C=abc2svg.C;var require=empty_function,system=empty_fun… class in abc2svg
420 Abc.prototype.draw_all_deco=function(){if(!a_de.length) class
774 Abc.prototype.calculate_beam=function(bm,s1){var s,s2,g,notes,nflags,st,v,two_staves,two_dir,x,y,ys…
1066 Abc.prototype.draw_hl=function(s){var i,j,n,note,hla=[],st=s.st,p_staff=staff_tb[st]
1102 Abc.prototype.draw_keysig=function(x,s){if(s.k_none||s.k_play)
2172 Abc.prototype.draw_symbols=function(p_voice){var bm={},s,g,x,y,st;for(s=p_voice.sym;s;s=s.next){if(…
2871 Abc.prototype.set_format=function(cmd,param){var f,f2,v,i
2990 Abc.prototype.style_font=style_font
3368 Abc.prototype.tosvg=tosvg
3639 Abc.prototype.set_width=function(s){var s2,i,m,xx,w,wlnote,wlw,acc,bar_type,meter,last_acc,n1,n2,es…
4537 Abc.prototype.set_pitch=function(last_s){var s,s2,g,st,delta,pitch,note,dur=C.BLEN,m=nstaff+1,staff…
4579 Abc.prototype.set_stem_dir=function(){var t,u,i,st,rvoice,v,v_st,st_v,vobj,v_st_tb,st_v_tb=[],s=tsf…
5250 Abc.prototype.set_stems=function(){var s,s2,g,slen,scale,ymn,ymx,nflags,ymin,ymax,res
5307 Abc.prototype.block_gen=function(s){switch(s.subtype){case"leftmargin":case"rightmargin":case"pages…
5435 Abc.prototype.set_sym_glue=function(width){var s,g,ll,some_grace,spf,xmin=0,xx=0,x=0,xs=0,xse=0
5496 Abc.prototype.output_music=function(){var v,lwidth,indent,line_height,ts1st,tslast,p_v,nv=voice_tb.…
5644 Abc.prototype.set_vp=function(a){var s,item,pos,val,clefpit
6314 Abc.prototype.new_note=function(grace,sls){var note,s,in_chord,c,dcn,type,tie_s,acc_tie,i,n,s2,nd,r…
7292 Abc.prototype.out_svg=function(str){output+=str}
7296 Abc.prototype.sx=sx
7304 Abc.prototype.sy=sy;Abc.prototype.sh=function(h){if(stv_g.st<0)
7307 Abc.prototype.ax=function(x){return x+posx}
7308 Abc.prototype.ay=function(y){if(stv_g.st<0)
7311 Abc.prototype.ah=function(h){if(stv_g.st<0)
7315 Abc.prototype.out_sxsy=out_sxsy
7320 Abc.prototype.xypath=xypath
7424 Abc.prototype.out_lped=function(x,y,val,defl){y+=4;if(!defl.nost)
7576 Abc.prototype.blk_flush=blk_flush
7727 Abc.prototype.set_bar_num=function(){var s,s2,tim,rep_tim,k,n,bar_num=gene.nbar,bar_tim=0,ptim=0,wm…
7923 Abc.prototype.do_pscom=function(text){var h1,val,s,cmd,param,n,k,b
8110 Abc.prototype.do_begin_end=function(type,opt,text){var i,j,action,s
8795 Abc.prototype.gch_build=function(s){var gch,wh,xspc,ix,y_above=0,y_below=0,y_left=0,y_right=0,GCHPR…
8828 Abc.prototype.draw_gchord=function(i,s,x,y){var y2,an=s.a_gch[i],h=an.font.size,pad=an.font.pad,w=a…
8927 Abc.prototype.a_de=function(){return a_de}
8928 Abc.prototype.add_style=function(s){style+=s};Abc.prototype.cfmt=function(){return cfmt};Abc.protot…
8929 Abc.prototype.draw_meter=draw_meter
8930 Abc.prototype.draw_note=draw_note;Abc.prototype.errs=errs;Abc.prototype.font_class=font_class;Abc.p…
8931 Abc.prototype.goto_tune=goto_tune;Abc.prototype.info=function(){return info};Abc.prototype.new_bloc…
8932 Abc.prototype.set_hl=set_hl
8933 Abc.prototype.set_pagef=function(){blkdiv=1}
8934 Abc.prototype.set_scale=set_scale;Abc.prototype.set_tsfirst=function(s){tsfirst=s};Abc.prototype.se…
8935 Abc.prototype.unlksym=unlksym;Abc.prototype.use_font=use_font;Abc.prototype.vskip=vskip
8936 Abc.prototype.xy_str=xy_str;Abc.prototype.xygl=xygl;var hook_init
8942 var Abc=abc2svg.Abc
8943 if(typeof module=='object'&&typeof exports=='object'){exports.abc2svg=abc2svg;exports.Abc=Abc}