Skip to content

Commit 80f6720

Browse files
committed
better positioning for grace notes
1 parent 74c944a commit 80f6720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harmonica_tablature.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ MuseScore {
296296
tabNotes(notes, text);
297297
// TODO: deal with placement of grace note on the x axis
298298
text.placement = textposition
299-
text.offset = Qt.point(-40, 0)
299+
text.offset = Qt.point(-40 * (graceChords.length - i), 0)
300300
cursor.add(text);
301301
// new text for next element
302302
text = newElement(Element.STAFF_TEXT);

0 commit comments

Comments
 (0)