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

fix #19871: no swing on tuplets #2345

Merged
merged 1 commit into from
Jan 20, 2016

Conversation

MarcSabatella
Copy link
Contributor

Disables swing processing for chords within tuplets, which should be more to people's liking. Updated the triplet test to check this.

@@ -1470,7 +1470,7 @@ void Score::createPlayEvents(Chord* chord)
int unit = st.swingUnit;
int ratio = st.swingRatio;
// Check if swing needs to be applied
if (unit) {
if (unit && !chord->tuplet()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I would have put the test in the swingAdjustParams function, just in case we would use it somewhere else. But that will do for now.

lasconic added a commit that referenced this pull request Jan 20, 2016
@lasconic lasconic merged commit a97e828 into musescore:master Jan 20, 2016
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.

None yet

2 participants