Slur/Tie in Inspector should expose Direction (to allow reset to Auto)
Windows 7, GIT commit: f243191
1) create or open any score with slurs or ties
2) select one of more slurs or ties
3) view Inspector
Result: Direction property is not exposed
This is fairly important, as there is otherwise no way of restoring the "Auto" direction ("X" only alternates between "Up" and "Down").
Comments
Debugger shows only above/below. But via a Plugin it should be possible to set to AUTO
Also I would have thought that selecting a slur/tie and hitting Ctrl-R would do the trick, but that doesn't seem to be the case
Agreed, Ctrl+R should probably do this, and that would make me care less about seeing it in Inspector. But ideally, we'd get both.
Came up again in https://musescore.org/en/node/101416
I have an Inspector UI working for this.
But not yet the Ctrl+R part of the story, so far got that to work for slurs only, not for ties, and only if the slur is part of a larger selection, not if the slur is the only selected element, looking for ideas why that is, I've just added a
score()->undoChangeProperty(this, P_ID::SLUR_DIRECTION, int(MScore::Direction::AUTO));
to SlurTie::reset(), the method that does reset the user offsets.
Should Ctrl+R also reset the line type back to solid?
Or is Ctrl-R only about positions?
See https://github.com/musescore/MuseScore/pull/2442 (so far without Ctrl+R handling)
If "Reset (Ctrl+R)" really means reset positions only, we should probably name it that way in the menu?
See also the discussion in #100481: "Reset Beam Mode" work on all staves of the selected measures, not just the selected ones, comment #6, #14ff
It was named "Reset Positions" in MuseScore 1, but I think it was changed because in reality it also resets the size and shape of some elements. I'd argue that shape is an aspect of position, and calling it "Reset Size and Position" would be nice.
"Size"? I don't think it changes small notes/chords to normal ones. More "Shape" maybe, "Reset Shape and Position"?
I'd be very happy with "Reset Shape and Position."
Fixed in branch master, commit da49625af5
fix #25734: Slur/Tie in Inspector should expose Direction
to allow reset to Auto
Fixed in branch master, commit 6a75586451
Merge pull request #2442 from Jojo-Schmitz/slur-tie
fix #25734: Slur/Tie in Inspector should expose Direction
Fixed in branch 2.0.3, commit deb0e8dfc2
fix #25734: Slur/Tie in Inspector should expose Direction
to allow reset to Auto
Automatically closed -- issue fixed for 2 weeks with no activity.