Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add "Harmonica Tremolo 24" to the list #5

Open
wants to merge 3 commits into
base: 2.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
better positioning for grace notes
  • Loading branch information
lasconic committed Feb 7, 2019
commit 80f6720bfdca16959c228e17335e95a0ea854b23
2 changes: 1 addition & 1 deletion harmonica_tablature.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down