Pedro Acebes
Pedro Acebes
Hi I'm trying to understand what this is issue is about or if it is now obsolete and https://github.com/musescore/MuseScore/issues/24721 should be implemented instead. Sorry if I ask silly questions. Is...
> When I first filed this issue, the default nudge step was 0.5 sp, but it does seem like it changed to 0.1 at some point? Or maybe it is...
Ok. You are right According to https://new.musescore.org/en/handbook/4/adjusting-elements-directly > Use Edit mode. > > To enter Edit mode, either > > Right-click → Edit element on an element on a score,...
You are right Some elements (notes, articulations) move 5 times the space others move. I am trying to figure out why.
Hi @MarcSabatella There is some code within notationinteraction.cpp to ensure there is a minimum distance to move notes or articulations (notations...) : ``` static qreal nudgeDistance(const mu::engraving::EditData& editData, qreal raster)...
HI I'll take a look at it!
It seems that "Properties-Appearance-Configure to Grid-Edit grid" is only taken into account when you open the "Edit grid" dialog and Press "OK" as you say. You can check that the...
There is a way to restore the previously saved values within "_NotationConfiguration::init()_". I think it's the best way to change the code. The patch would be: ``` diff --git a/src/notation/internal/notationconfiguration.cpp...
Hi I will create a PR and we can iterate over it .