Alexander Pavlov
Alexander Pavlov
@boryskuzmenko there is 2 regressions from MU3: - Not possible to change cross notehead IN BOTH NOTATIONS after opening gp file - Parenthesis instead of cross in tab notation in...
@abariska it wasn't regression, but good catch! Will be fixed in https://github.com/musescore/MuseScore/pull/15893
> How about fixing the last remaining own like this? > > ```c++ > double fract = (double)tick.numerator() / tick.denominator() * measureDenom; > > if (muse::RealIsEqual(std::nearbyint(fract), fract) && beat->beamMode() !=...