Support for entering 256th, 512th and 1024th notes/rests
Type
Functional
Frequency
Few
Severity
S5 - Suggestion
Status
closed
Regression
No
Workaround
Yes
Project
Whenever making a 128th triplet in 4/4 time the according rests don't get shown (256th rests). Also the only time 256th's flags are shown is when the triplets are filled with notes not when you put note, rest, note in that order in the triplet. I first click the 128th note and then the ctrl+3 keys and I get some visual corruption as well.
OS: Arch Linux
Release: Musescore 2.0 rev. 7771.68600ec (built from the aur with qt5).
Attachment | Size |
---|---|
128th triplet broken rests.png | 23.02 KB |
Fix version
3.5.0
Comments
Here Is The Score Example
For the record, we don't support 256th notes, but of course we should not create corruption either. We should simply disable creation of tuplets with 256th's as the value.
There's a somewhat related PR pending since quite a while, https://github.com/musescore/MuseScore/pull/544
Yes, thanks for the link, I had remembered that there was talk of this at one time but didn't know the status.
PR looks good for what it is, but tuplets would need to be handled differently. It's not enough to disable the tuplets commands for 128th notes; we would also need to disable certain tuplets for *any* note value (eg, Ctrl+9 on a 32nd note).
I've been looking for an excuse to deal with the issues raised in http://musescore.org/en/node/39296, and having already looked at that, I know it's the exact same chunk of code where we'd want to be testing the results. I will look at all of these when I can, if no one else does first.
In Bravura the 256th flags are shown, but with too short a stem. 256th rest works in Bravura
see https://github.com/musescore/MuseScore/pull/2665, which would disable 128th triplets (on top of making the Q/W shortcuts to half/double durations work over the entire rand, 128th to longa)
https://github.com/musescore/MuseScore/pull/2665 will temporarily cut off access to 256ths or smaller across the board. A PR I'm working on coming soon (will reference when ready) will hopefully introduce full support for values up to 1024ths in all 3 fonts, inside and outside of tuplet context.
see https://github.com/musescore/MuseScore/pull/2677
Still actual for 3.0, unfortunately.
PR got closed, such short notes are possible (in 3.1 at least), but there's no direkt method to enter them. Only method is to enter a 128th and half its duration (if needed several times) by use the corresponding shortcut, Q
Well spotted!
Came up again in https://musescore.org/en/node/302103
The above mentioned workaround is now mentioned in the handbook, see https://musescore.org/en/handbook/note-input#additional-durations
See https://github.com/musescore/MuseScore/pull/5795
Fixed in branch master, commit 4b93e91b04
fix #43906: completing support of 256th, 512th and 1024th durations
Fixed in branch master, commit 4c317ac6c9
_Merge pull request #5795 from Jojo-Schmitz/256th-1024th
Fix #43906: Completing support for 256th, 512th and 1024th durations_
additional fix needed, see https://github.com/musescore/MuseScore/pull/5974
Fixed in branch master, commit edc9872a02
fix #43906: completing support of 256th, 512th and 1024th durations, followup
Fixed in branch master, commit 106c3c286d
_Merge pull request #5974 from Jojo-Schmitz/256th-1024th
fix #43906: completing support of 256th, 512th and 1024th durations, followup_
Automatically closed -- issue fixed for 2 weeks with no activity.