From 80f6720bfdca16959c228e17335e95a0ea854b23 Mon Sep 17 00:00:00 2001 From: lasconic Date: Thu, 7 Feb 2019 15:31:30 +0100 Subject: [PATCH] better positioning for grace notes --- harmonica_tablature.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmonica_tablature.qml b/harmonica_tablature.qml index 186e9b2..a35d294 100644 --- a/harmonica_tablature.qml +++ b/harmonica_tablature.qml @@ -296,7 +296,7 @@ MuseScore { tabNotes(notes, text); // TODO: deal with placement of grace note on the x axis text.placement = textposition - text.offset = Qt.point(-40, 0) + text.offset = Qt.point(-40 * (graceChords.length - i), 0) cursor.add(text); // new text for next element text = newElement(Element.STAFF_TEXT);