Home
last modified time | relevance | path

Searched refs:string_number (Results 1 – 1 of 1) sorted by relevance

/plugin/chordsheets/js/
H A Djtab.js705 Raphael.fn.chord_note = function (position, string_number, note) { argument
712 …this.text(fret_left + (string_number - 1) * this.string_spacing, this.margin_top - 8, "x").attr({ …
715 …this.text(fret_left + (string_number - 1) * this.string_spacing, this.margin_top - 8, "o").attr({ …
720 fret_left + (string_number - 1) * this.string_spacing,
723 this.text(fret_left + (string_number - 1) * this.string_spacing,
729 …this.draw_tab_note((this.strings_drawn - string_number + 1), fret_number, this.margin_left + this.…
763 Raphael.fn.draw_tab_note = function (string_number, token, left_offset) { argument
766 this.tab_top + this.tab_spacing * (string_number - 1),
772 var string_number = null;
774 string_number = token.substr(1, 1);
[all …]