commit 145f3c637d2e68e43ddf0a54ebd5fdbf76b13c1e
parent 8fa03111c6f1d8974b4b27680ef8addbdfda5dae
Author: nibo <nibo@relim.de>
Date: Sun, 8 Sep 2024 18:58:55 +0200
Display two chords with same position separately
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/out_pdf.c b/out_pdf.c
@@ -546,10 +546,6 @@ static enum Bool out_pdf_text_above_is_enough_space(struct ChoLine *line, struct
if (prev == EMPTY) {
return B_ERROR;
}
- if (prev == cur) {
- return B_TRUE;
- }
- /* printf("cur: %.1f, prev: %.1f\n", prev, cur); */
double width_between = cur - prev;
char *name;
pdfio_obj_t *font_obj;