protected drawGroupBracket(bracket: GraphicalObject, system: MusicSystem): void {
        const ctx: Vex.IRenderContext = this.backend.getContext();
        ctx.openGroup("bracket");
        // Draw InstrumentBrackets at beginning of line
        const vexBrace: VexFlowInstrumentBracket = (bracket as VexFlowInstrumentBracket);