3
1
Back

(segundo), usually dominant hand plays Low. Could also be two separate players. MSD: L R* (Alt sticking Variant of 2, often played before 2, to build up seven rows; middle one unused row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; row_3 = row_2 + vertical_space/7; cv_in_1a = [left_col, row_1, 0]; audio_out_2 = [right_col, row_5, 0]; cv_in_2a = [left_col, row_6, 0]; cv_1b_atten = [right_col, row_6, 0]; audio_in_1 = [left_col, row_7, 0]; cv_in_1b = [right_col, row_3, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; left_rib_x = thickness * 2; right_rib_x = width_mm - 10 - center_adjust; center_col = width_mm/2; vertical_space = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing.

New Pull Request