musescore:3.5

Last commit made on 2020-08-05
Get this branch:
git clone -b 3.5 https://git.launchpad.net/musescore

Branch merges

Branch information

Name:
3.5
Repository:
lp:musescore

Recent commits

43c5553... by pereverzev_v <email address hidden>

Fixed a missing QTURL for appveyor builds

6261bc1... by pereverzev_v <email address hidden>

Fix MSVC builds / update to Qt 5.9.9 (patched)

884dbcf... by pereverzev_v <email address hidden>

Updated translations

6890862... by pereverzev_v <email address hidden>

Preparation for 3.5 MuseScore release

aabf881... by anatoly-os <email address hidden>

Merge pull request #6391 from MarcSabatella/308371-tab-stems

fix #308371: wrong stem directions on tab staves with multiple voices

4f2a0c9... by Marc Sabatella

fix #308371: wrong stem directions on tab staves with multiple voices

Resolves: https://musescore.org/en/node/308371

For 3.5 we changes the hasVoices() algorithm,
used to determine default stem direction and other things,
to look at partial measures rather than full measures.
Overall, that's a good thing, but there are cases where it isn't.
While there will probably always be deabte on some corner cases
and there probably is no good algorithmic way of differentiating them,
one thing that seems clear is the rules for using voices on tab staves
is totally different, and this partial method does not work well.
You end up with notes having down stem
even though they are in voice 1 and there is also content in voice 2,
which just does not make sense in that context.
So this change simply checks for tab and makes sure
to look at the full measure in that case.

5fca8ef... by anatoly-os <email address hidden>

Merge pull request #6378 from AntonioBL/macqtwebengine

fix #308281 : Blank upload dialog on MacOS Catalina + collect_artifacts

8b1f545... by anatoly-os <email address hidden>

Merge pull request #6360 from MarcSabatella/308145-timeline-colors

fix #308145: missing grid for non-visible measures in timeline

97b80bc... by anatoly-os <email address hidden>

Merge pull request #6350 from njvdberg/issue-307946-slashes-and-rests

Fix #307946 Fix #307945 - Strange behavior with chord alignment.

a8c4e00... by anatoly-os <email address hidden>

Merge pull request #6348 from MarcSabatella/realize-cmd

fix #308023: realize chord symbol menu command inactive