musescore:3.3.4_backend

Last commit made on 2019-12-05
Get this branch:
git clone -b 3.3.4_backend https://git.launchpad.net/musescore

Branch merges

Branch information

Name:
3.3.4_backend
Repository:
lp:musescore

Recent commits

9c8e777... by Dmitri Ovodok <email address hidden>

Add a command-line option for transposing a score

7684abe... by Dmitri Ovodok <email address hidden>

fix #298061: fix a crash on "set as style" if score ends with a frame

 - Don't pass staff number to adjustCanvasPosition if trying to
   adjust viewport to a frame. This avoids a crash itself.
 - Implement a more robust approach to determine a measure relevant
   to the current edit operation in CmdState. This avoids trying to
   unnecessarily jump to the frame at the end of a score.

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

update translations

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

update version to 3.3.4

431961b... by Dmitri Ovodok <email address hidden>

Merge pull request #5507 from Howard-C/courtesy-accidental

fix #292648: make courtesy accidentals stay if notes are changed using Ctrl+Up/Down

2d140a3... by Dmitri Ovodok <email address hidden>

Sort notes in a chord taking into account unison index of tied notes

Fixup to f6998a40e39930d479fa66401fc4b26135c3c795: needed to avoid
a possibility to tie two different notes to one.
See https://github.com/musescore/MuseScore/pull/5506#issuecomment-560370517

116f3eb... by Dmitri Ovodok <email address hidden>

Merge pull request #5506 from mattmcclinch/297957-search-tie-note

fix #297957: Ties extended in region after time signature change

aedc6cf... by Dmitri Ovodok <email address hidden>

Merge pull request #5509 from lvinken/musicxml-fixes

Fix MusicXML header handling as requested by OpenScore Lieder Corpus project

acd6f78... by Dmitri Ovodok <email address hidden>

Merge pull request #5480 from MarcSabatella/297287-palette-scale

fix #297287: scale palettes with monitor resolution +collect_artifacts

b258c85... by Howard-C <email address hidden>

fix #292648: make courtesy accidentals stay if notes are changed using Ctrl+Up/Down