getVexflowKey = function(step, octave, alter) {
        key = step.toLowerCase();
        switch (alter) {
            case -2:
                key += "bb"; break;