Lines Matching refs:chord
4 //chord.js-generation of accompaniment
8 abc2svg.chord=function(first,voice_tb,cfmt){var chnm,i,k,vch,s,gchon,C=abc2svg.C,trans=48+(cfmt.chord.trans?cfmt.chord.trans*12:0)
52 if(cfmt.chord.names){chnm=Object.create(abc2svg.chordnames)
53 for(k in cfmt.chord.names){vch=""
54 for(i=0;i<cfmt.chord.names[k].length;i++){s=cfmt.chord.names[k][i]
58 vch={v:voice_tb.length,id:"_chord",time:0,sym:{type:C.REST,time:0},instr:cfmt.chord.prog||0,vol:cfmt.chord.vol||.8}
67 gchon=cfmt.chord.gchon