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

Guitar bends refinements #19832

Merged
merged 10 commits into from
Nov 3, 2023

Conversation

mike-spa
Copy link
Contributor

Resolves: #19823

@mike-spa mike-spa requested review from bkunda and removed request for bkunda October 26, 2023 12:39
@bkunda
Copy link

bkunda commented Nov 3, 2023

Tested on macOS. Everything in the issue description has indeed been rectified.

Only minor quibble is that the default content scaling for my palette elements (even after performing a factory reset and resetting the palette) is showing as 1.25 (on macOS), instead of the prescribed scale values in the issue. As such, elements still appear a bit small. This could perhaps be refined later though (so as to not block merging what is otherwise a superb PR).

sp->appendActionIcon(ActionIconType::PRE_BEND, "pre-bend");
sp->appendActionIcon(ActionIconType::GRACE_NOTE_BEND, "grace-note-bend");
sp->appendActionIcon(ActionIconType::SLIGHT_BEND, "slight-bend");
sp->appendActionIcon(ActionIconType::STANDARD_BEND, "standard-bend", 1.25);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue asks for 1.5

sp->appendActionIcon(ActionIconType::GRACE_NOTE_BEND, "grace-note-bend");
sp->appendActionIcon(ActionIconType::SLIGHT_BEND, "slight-bend");
sp->appendActionIcon(ActionIconType::STANDARD_BEND, "standard-bend", 1.25);
sp->appendActionIcon(ActionIconType::PRE_BEND, "pre-bend", 1.25);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue asks for 1.5

@RomanPudashkin RomanPudashkin merged commit 9b07303 into musescore:master Nov 3, 2023
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Finesse engraving for guitar bends
5 participants