"Copy lyrics to clipboard" drops syllables if there is none at that spot in the previous verse
Reported version
3.2
Type
Functional
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project
Any SATB score where any instrument have got more than 2 voices and a specific group of notes. I attach my example.
The function involved is the "Copy lyrics to clipboard"
Wherever the score contains instances of notes group like in picture Capture1.JPG, the lyrics of and around that group of notes copied into the clipboard by the above function are messed-up.
(See also https://musescore.org/en/node/329998)
Attachment | Size |
---|---|
Capture1.JPG | 22.87 KB |
a.mscz | 20.63 KB |
Comments
Strangly this happens to that score only, at least so far I couldn't find any that behaves the same bogus way?
Another intersting (and possibly related) bug: If a score (or part of it) doesn't have a 1st stanza, but starts with the 2nd (often done in MuseScore 2 for layout purposes, not needed for that in MuseScore 3 anymore), that doesn't make it into the clipboard at all.
Here's one I found, missing the first part (see above) and also missing a single syllable in the 4st stanza (here added back in bold)
Here too after the previous stanza has a (mid-word) melisma, this does seem to be related to the bug.
So I strongly suspect that a syllable gets lost if the previous verse doesn't have one at that spot, that'd explain both problems outlined above.
I've verified that theory with some other scores of mine, like one that has ony 2 verses (and the Refrain in verse 2, without a verse 1).
It also misses all lyrics that are not attached to voice 1 notes!
This though seems pretty easy to fix (in 3.x, but I assume master to be very similar):
Need to check for unwanted side effercs though
Edit: Hmm, no, seems too simple, with that change voice 2 lyrics are placed at the end, rather than intermixed with voice 1 lyrics. Might still be better than getting ignored alltogether though?
Also it ignores lyrics above stave (a known issue though, marked as TODO), might be easy to fix (in 3.x, but I assume master to be very similar):
Again, need to check for unwanted side effects
Hmm, no such method exists, so would need to get added (in 3.x, but I assume master to be very similar):
See https://github.com/musescore/MuseScore/pull/10709 on this particular 'side track', for the master branch (I've added it to https://github.com/musescore/MuseScore/pull/9000 for 3,x too)
Had (partially?) come up before in #298504: some lyrics syllables do not get copied over to clipboard, but I'd rather keep this issue here open, so marked the other as a duplicate. That other issue also has a sample score.
Reported as early as 3.2, but probably existing earlier, like since 3.0, when that function got added
The issue with ignoring lyrics above stave is now fixed for 4.1
The remaining original issue should rather get reported on GitHub, as this issue tracker here is being discontinued