measure number position is wrong (on the middle line of a 5-line stave rather than above staff)
fc927fa, selfbuilt, Windows 7, QtCreator and MinGW as well as MSVC, Qt 5.12 beta2
Also any different offset cannot get set in the style settings, but can in Inspector, seems to default to -2sp, while -6sp looks about right
Comments
Alignment is
Align:LEFT | Align::BASELINE
, was (the equivalent of)Align::HCENTER | Align::BOTTOM
in 2.x. but there also the reference point was different, so back then the offset of -2sp was right, while now it should be -6spSee https://github.com/musescore/MuseScore/pull/4048
It does not (yet?) add back the functionality to change the measure number offset as a style setting.
Problem with that changed offset is 1-line staves, there the number now is way too high
Seems to be also caused by 30110d2, or probably one before (d77183b; this one isn't available as nightly build)
Fixed in c761892 (y-offset) and 8a42030 (alignment)
Automatically closed -- issue fixed for 2 weeks with no activity.