diff --git a/vexflow/vexflow.d.ts b/vexflow/vexflow.d.ts index 113e108e3..7640d4a90 100644 --- a/vexflow/vexflow.d.ts +++ b/vexflow/vexflow.d.ts @@ -1275,6 +1275,10 @@ declare module Vex { draw() : void; } + module Tuning { + const names : {[name : string] : string}; + } + class Tuning { constructor(tuningString? : string); noteToInteger(noteString : string) : number;