Loop Out position can't be set again at the end of the score
On Xubuntu 14.10 (MuseScore commit 5f30234), open a score and enable the loop playback (Shift+L). By default, the Loop Out position is set at the end of the score:
Select the penultimate note and set the Loop Out position (Shift+O):
Now select the last note and the set Loop Out position (Shift+O) to have it again at the end of the score. Bug: nothing happens.
Select the end bar and set the Loop Out position (Shift+O). Bug: the Loop Out position is moved after the first note:
It seems that there's no way to have again the Loop Out position at the end of the score, even if we disable it (Shift+L) and enable it (Shift+L) again (positions are kept).
Attachment | Size |
---|---|
default-loop.png | 6.16 KB |
loop-penultimate-note.png | 6.24 KB |
loop-first-note.png | 6.26 KB |
Comments
Thanks for reporting. Should be fixed in pull request : //github.com/musescore/MuseScore/pull/1331
Though, for now you have to select a note. If you select a bar, it doesn't work. Probably because bars aren't elements the cursor sees. This should be investigated to allow bars to be used for In/Out loop position.
Thanks a lot. About bars, if they're not allowed to be used for In/Out loop position, it may be a good idea to do nothing when the user select them and set a loop position, instead of moving the loop position to the beginning of the score (after the first note).
Fixed. dc2a078b5b
Thanks vgstef. Would be great if you could use "Fix #XXXX" in your commit messaged.
Ok Lasconic, I take note.
Automatically closed -- issue fixed for 2 weeks with no activity.