Swing prevents midi rendering of tied notes
Reported version
3.0
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
This was originally reported in #287028: Some notes don't sound, but apparently that is about a different issue now.
Steps to reproduce:
- Create a new score. It helps if the instrument is a sustaining one, such as Flute.
- From the Text palette, add Swing to the first measure.
- In the first measure, create a series of eighth notes, tied together.
- Play the score from the beginning. The sound will immediately cut off after the first note.
This is due to changes in cf73f52 to fix #77376: Trills and other ornaments play incorrectly on tied notes.
Fix version
3.3.0
Comments
See https://github.com/musescore/MuseScore/pull/5157.
As such it should have been an issue in 3.0 already, so a regression vs. 2.3.2, right?
oops, posts crossed
Yes, that is right. It is a regression vs. 2.3.2.
To make sure I understand correctly, since I've never noticed this problem - it only happens when tying into an offbeat, correct? Which is something one never normally does. Otherwise this would be more critical.
it only happens when tying into an offbeat, correct?
Yes, that is correct. It is because of the note event that lengthens the long note in the long-short pair.
Fixed in branch master, commit 7c3fef8a55
fix #291146: Swing prevents midi rendering of tied notes
Fixed in branch master, commit beb15fabb1
_Merge pull request #5157 from mattmcclinch/291146-should-render-note
fix #291146: Swing prevents midi rendering of tied notes_
Automatically closed -- issue fixed for 2 weeks with no activity.