122123124125126127128129130131132
} case HIGH: { return voice.pitchHigh(); } case X_HIGH: { return voice.pitchExtraHigh(); } default: { throw this.unexpectedRetrieval(); } }