Shift-selecting lyrics doesn't work with last word
Reported version
3.6
Type
Functional
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
I can shift-click to select all of the lyrics between the current selection and the shift-clicked element, but not with the final word of the piece. I can select any other range, but not the last word.
For example, I attached a simple sheet with four notes and the lyrics "this is a test." I can click on 'this' and shift-click 'a' to select 'this is a'. But if I click 'this' then shift-click 'test.', only 'test.' is selected.
Found in version 3.6.2.548021803.
Discussed in forum: https://musescore.org/en/node/319055
Attachment | Size |
---|---|
Test.mscz | 3.42 KB |
Fix version
4.0.0
Comments
Yes, I have noticed this too, but never got around to filing the report, so thanks for that. The feature works by first creating a range selection and then doing a select all similar in range, but apparently the range selection fails.
This would be a pretty easy fix for a prospective GSoC student.
see https://github.com/musescore/MuseScore/pull/7793
Fixed in branch master, commit 7b96c73531
_Fix #319079: Shift Selecting Last Word
Changed condition to only check for s1. s2 might be nullptr which marks end of score._
See https://github.com/musescore/MuseScore/pull/7947 for a correspoing PR for 3.x
Automatically closed -- issue fixed for 2 weeks with no activity.