3
1
Back

6523065365c12ceda76dbda25c5041018c73eb63 's notes on repique/caixa, two or three for surdos row_2 = row_1 + v_margin + 12; top_row = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff center_adjust = 2.5; //mm first_col = 10.1+center_adjust; //mm second_col = width_mm/2; vertical_space = height - v_margin - title_font_size*1.5; working_height = height - 25; // build up seven rows; middle one unused row_2 = row_1 + v_margin + 12; top_row = height - v_margin; working_increment = working_height / 7; // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_middle.

New Pull Request