View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/musescore

See all merge proposals.

Import details

Import Status: Failed

This repository is an import of the Git repository at https://github.com/musescore/MuseScore.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 1 hour — see the log
Import started on izar and finished taking 1 hour — see the log
Import started on juju-1e3bde-prod-lp-code-import-13 and finished taking 1 hour — see the log
Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 1 hour — see the log

Branches

Name Last Modified Last Commit
master 2021-06-24 20:25:44 UTC
Merge pull request #8419 from Eism/update_instruments_panel_fix

Author: RomanPudashkin
Author Date: 2021-06-24 20:25:44 UTC

Merge pull request #8419 from Eism/update_instruments_panel_fix

[MU4] Fixed updating instruments panel

3.6.2_backend 2021-06-23 21:02:13 UTC
Add inferencing for incorrect part names

Author: iveshenry18
Author Date: 2021-06-16 01:06:58 UTC

Add inferencing for incorrect part names

Sibelius seems to export part names as "P#" rather than specifying
print-object="no". This commit adds handling of this case, omitting
part names of the (regex) form "$P[0-9]+^".

3.x 2021-06-13 10:05:01 UTC
Merge pull request #8009 from Jojo-Schmitz/instrument.xml-cleanup

Author: RomanPudashkin
Author Date: 2021-06-13 10:05:01 UTC

Merge pull request #8009 from Jojo-Schmitz/instrument.xml-cleanup

[MU3] Clean up instruments.xml

mu4/ci/fix_macos_sign 2021-04-29 07:53:51 UTC
fixed macos sign on CI

Author: Igor Korsukov
Author Date: 2021-04-28 07:14:27 UTC

fixed macos sign on CI

thirdparty_dependencies_clean_up 2021-04-14 11:19:09 UTC
Got rid of openssl sources from 3rdparty

Author: vpereverzev
Author Date: 2021-04-14 11:19:09 UTC

Got rid of openssl sources from 3rdparty

3.6.2 2021-02-08 12:16:37 UTC
Updated .ts files

Author: pereverzev_v
Author Date: 2021-02-08 12:05:17 UTC

Updated .ts files

3.6.1 2021-01-27 17:12:14 UTC
fix #315636: no space between barline and note with invisible signature

Author: Marc Sabatella
Author Date: 2021-01-25 23:16:42 UTC

fix #315636: no space between barline and note with invisible signature

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

When code was added to better handle invisible key or time signatures
at the beginning of a score,
this inadvertently affected spacing between barline and first note
if there were invisible key or time signature changes later.
The spacing was never actually *correct* here -
it was controlled by the key or time signature margin -
but it more or less worked and scores depended on it.

The problem is that the changes made involved
setitng the width of these invisible segments to 0
and skipping them.
Whereas previously, they got processed enough
to yield some space betwene the barline and first note.
The firx here is just to limit the effect of the previous change
so not *all* segments with all elements invisible,
but only those in system header measures,
or segments after the beginning of the measure.
Thus we continue to handle beginnings of scores and systems well,
and also courtesies at the end of measures.
But we revert to the previous behavior for key or time signatures
at the beginning of measures that are *not* headers.
Again, it wasn't ideal, but it basically worked,
nand now works again the same way.

I left TODO's in the code to indicate something
of what would need to happen to fix this "for real",
with the space controlled by barNoteDistance as the user expects,
rather than depending on the key or time signature margins.
A quick attempt to implement this led to problems
that convinced me to put it off until a larger scale rewrite
of the spacing algorithms as a whole.

3.6 2021-01-15 12:36:02 UTC
added windows portable app sign on CI

Author: Igor Korsukov
Author Date: 2021-01-15 11:28:24 UTC

added windows portable app sign on CI

3.5.2_backend 2021-01-11 20:11:55 UTC
added previousSource to the score metadata for saving backward compatibility ...

Author: Roman Pudashkin
Author Date: 2021-01-11 13:10:05 UTC

added previousSource to the score metadata for saving backward compatibility with musescore.com

3.6_release_candidate 2020-12-29 19:51:44 UTC
Removed an accidental marking a score as "dirty"

Author: pereverzev_v
Author Date: 2020-12-29 19:51:44 UTC

Removed an accidental marking a score as "dirty"

3.6_public_beta 2020-12-15 16:34:44 UTC
fix wandering systems after edit to second or subsequent systems

Author: Marc Sabatella
Author Date: 2020-12-15 15:39:13 UTC

fix wandering systems after edit to second or subsequent systems

WHen editing the second or later system on a page,
we don't relayout the previous systems on the page.
Thus, the already-spread value is used as a starting point
causing it to spread further and further with each edit,
and also the calculation of the restHeight for spread of systems
is also off.

Fix is to called the new restoreLayout2() for all those initial systems.

3.6beta 2020-12-01 10:46:52 UTC
Updated Leland font on the latest version

Author: pereverzev_v
Author Date: 2020-12-01 10:46:52 UTC

Updated Leland font on the latest version

3.5beta 2020-11-30 20:00:38 UTC
Implemented "migration dialog" v2.0

Author: pereverzev_v
Author Date: 2020-11-27 20:03:30 UTC

Implemented "migration dialog" v2.0

3.6alpha 2020-11-17 10:35:44 UTC
Strip down Leland.mss to just those settings that...

Author: Joachim Schmitz
Author Date: 2020-11-16 16:48:50 UTC

Strip down Leland.mss to just those settings that...

are different from the (pre-3.6) builtin default settings

3.5.2 2020-10-16 21:14:42 UTC
Set up proper version number and fixed set build config

Author: pereverzev_v
Author Date: 2020-10-16 11:38:20 UTC

Set up proper version number and fixed set build config

3.5_backend 2020-10-15 17:37:04 UTC
need reinit audio effects after reinit synth because ZitaReverb can broke aud...

Author: Roman Pudashkin
Author Date: 2020-10-15 09:36:33 UTC

need reinit audio effects after reinit synth because ZitaReverb can broke audio data

3.5.1 2020-10-09 08:15:56 UTC
fix #311405 Save new workspaces by translatable name if it possible, otherwis...

Author: Eism
Author Date: 2020-10-08 09:13:07 UTC

fix #311405 Save new workspaces by translatable name if it possible, otherwise by name

3.5 2020-08-05 12:39:52 UTC
Fixed a missing QTURL for appveyor builds

Author: pereverzev_v
Author Date: 2020-08-05 09:51:21 UTC

Fixed a missing QTURL for appveyor builds

port_pr6090 2020-07-30 12:47:54 UTC
Manually merged #6090 to master

Author: anatoly-os
Author Date: 2020-07-30 12:27:35 UTC

Manually merged #6090 to master

3.4.2_backend 2020-07-29 09:52:17 UTC
performance optimization

Author: Roman Pudashkin
Author Date: 2020-07-28 15:22:14 UTC

performance optimization

3.5rc 2020-07-15 14:08:54 UTC
fix #307005: chord playback default not consistent

Author: Marc Sabatella
Author Date: 2020-06-22 21:00:29 UTC

fix #307005: chord playback default not consistent

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

Currently chord symbols playback is off by default
controlled by a global program preference.
This means a given user has to learn the feature exists before using it,
which is not how we handle playback of dynamics, ornaments, etc.
And worse, it means a user might turn it on, hear the chord playback,
save and share a score that relies on it,
but the people he sahres it with (including musescore.com)
will not hear the chords unless they happen to have enabled the option.
And musescore.com won't play it no matter what
(or else, it will always play chords symbols for everyone,
which isn't good either).

This commit removes the preference and enables chord sytmbol playback
according to the style setting and property on the chord symbol itself,
which is exactly how it is done for ornaments etc.
The style setting and property already existed,
they were just being overridden by the program preference.

3.5alpha2 2020-05-06 13:46:00 UTC
fix alpha release

Author: anatoly-os
Author Date: 2020-05-06 13:45:53 UTC

fix alpha release

Alpha release installer replaced public stable release on Windows

3.5alpha 2020-05-04 17:01:07 UTC
update translations

Author: anatoly-os
Author Date: 2020-05-04 17:01:07 UTC

update translations

3.4.2 2020-02-06 21:10:58 UTC
Merge pull request #5677 from AntonioBL/libcups

Author: anatoly-os
Author Date: 2020-02-06 16:01:35 UTC

Merge pull request #5677 from AntonioBL/libcups

fix AppImage deploy step

3.4.1 2020-01-25 12:18:16 UTC
fix version to 3.4.1 in macOS's package script

Author: anatoly-os
Author Date: 2020-01-25 12:17:50 UTC

fix version to 3.4.1 in macOS's package script

3.4_backend 2020-01-25 11:54:24 UTC
fix #300107: crash after closing a menu bar pop-up window if no score is loaded

Author: Howard-C
Author Date: 2020-01-25 08:04:43 UTC

fix #300107: crash after closing a menu bar pop-up window if no score is loaded

3.4 2020-01-23 14:37:43 UTC
Wrap telemetry permission dialog title if necessary

Author: Dmitri Ovodok
Author Date: 2020-01-23 14:35:57 UTC

Wrap telemetry permission dialog title if necessary

musescore_232_go_backend 2020-01-22 09:40:24 UTC
Export svg and png with white background on score media generation

Author: Dmitri Ovodok
Author Date: 2020-01-22 09:13:09 UTC

Export svg and png with white background on score media generation

In master branch see:
 - 7a63e7f0cd67b46aec67483770cc84dedac28c81
 - 042303c7eb080d5f49a62485dff8da8b6dfaa314

3.4rc 2020-01-18 13:49:25 UTC
Don't show grips on brackets on single click

Author: Dmitri Ovodok
Author Date: 2020-01-18 13:33:41 UTC

Don't show grips on brackets on single click

Currently this leads to a crash on trying to adjust bracket column
in Inspector so revert this change for now.

3.4beta 2019-12-26 11:46:33 UTC
prepare 3.4 Beta release

Author: anatoly-os
Author Date: 2019-12-24 09:30:04 UTC

prepare 3.4 Beta release

3.3.4_backend 2019-12-05 09:00:23 UTC
Add a command-line option for transposing a score

Author: Dmitri Ovodok
Author Date: 2019-11-26 09:49:20 UTC

Add a command-line option for transposing a score

3.3.4 2019-12-04 08:11:41 UTC
fix #298061: fix a crash on "set as style" if score ends with a frame

Author: Dmitri Ovodok
Author Date: 2019-12-04 00:22:55 UTC

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.

3.3.3_backend 2019-11-27 07:55:23 UTC
Add a command-line option for transposing a score

Author: Dmitri Ovodok
Author Date: 2019-11-26 09:49:20 UTC

Add a command-line option for transposing a score

3.3.3 2019-11-26 07:56:47 UTC
fix version in make files

Author: anatoly-os
Author Date: 2019-11-26 07:56:47 UTC

fix version in make files

3.3.2 2019-11-14 07:45:52 UTC
Merge pull request #5470 from mattmcclinch/296960-percent-sign

Author: Dmitri Ovodok
Author Date: 2019-11-14 07:44:53 UTC

Merge pull request #5470 from mattmcclinch/296960-percent-sign

fix #296960: Percent sign cannot be entered into text.

3.3.1 2019-11-13 11:36:03 UTC
fix #296995: use a more reliable way to prevent layout from altering CmdState

Author: Dmitri Ovodok
Author Date: 2019-11-13 10:23:30 UTC

fix #296995: use a more reliable way to prevent layout from altering CmdState

3.3 2019-10-31 10:27:44 UTC
remove "Release Candidate 3" from macOS package name

Author: anatoly-os
Author Date: 2019-10-31 10:11:56 UTC

remove "Release Candidate 3" from macOS package name

+ update translations

3.3rc3 2019-10-26 10:38:14 UTC
Fix single-note dynamics on rendering scores via a command line

Author: Dmitri Ovodok
Author Date: 2019-10-26 09:17:48 UTC

Fix single-note dynamics on rendering scores via a command line

3.3rc2 2019-10-22 16:52:57 UTC
update translations

Author: anatoly-os
Author Date: 2019-10-22 16:52:57 UTC

update translations

3.3rc 2019-10-02 17:56:27 UTC
update translations

Author: anatoly-os
Author Date: 2019-10-02 17:56:27 UTC

update translations

3.3beta2 2019-09-17 17:44:10 UTC
Merge pull request #5326 from MarcSabatella/293228-palette-search

Author: anatoly-os
Author Date: 2019-09-17 17:43:42 UTC

Merge pull request #5326 from MarcSabatella/293228-palette-search

fix #293228: accessibility for QML palettes

3.3beta 2019-08-31 19:31:52 UTC
add more modules to make qml palettes work

Author: anatoly-os
Author Date: 2019-08-31 19:31:52 UTC

add more modules to make qml palettes work

3.2.3_backend 2019-07-19 08:56:54 UTC
Preserve line breaks and space characters on score metadata export

Author: Dmitri Ovodok
Author Date: 2019-07-19 08:37:35 UTC

Preserve line breaks and space characters on score metadata export

3.2.3_MS_Store 2019-07-09 11:09:06 UTC
Build MStore Win packages

Author: anatoly-os
Author Date: 2019-07-08 14:40:09 UTC

Build MStore Win packages

For the MS Store packaging workflow only!
+ Fix workspaces read/write issue in the Store package environment

3.2.3 2019-07-06 09:44:00 UTC
build AppImage with Ubuntu 14.04 and Qt 5.9.3

Author: anatoly-os
Author Date: 2019-07-06 08:40:36 UTC

build AppImage with Ubuntu 14.04 and Qt 5.9.3

Revert all experimental changes

3.2.2 2019-06-30 05:13:08 UTC
update translations

Author: anatoly-os
Author Date: 2019-06-30 05:13:08 UTC

update translations

3.2.1_backend 2019-06-28 14:35:49 UTC
Fix single-note dynamics on rendering scores via a command line

Author: Dmitri Ovodok
Author Date: 2019-05-30 08:45:16 UTC

Fix single-note dynamics on rendering scores via a command line

3.2.1 2019-06-28 11:09:53 UTC
Revert changes to build AppImage with Qt 5.9.8

Author: anatoly-os
Author Date: 2019-06-28 10:32:24 UTC

Revert changes to build AppImage with Qt 5.9.8

3.2_backend 2019-06-25 10:26:38 UTC
Fix single-note dynamics on rendering scores via a command line

Author: Dmitri Ovodok
Author Date: 2019-05-30 08:45:16 UTC

Fix single-note dynamics on rendering scores via a command line

3.2 2019-06-25 07:52:59 UTC
Update version to 3.2 in plugins documentation

Author: Dmitri Ovodok
Author Date: 2019-06-25 07:47:40 UTC

Update version to 3.2 in plugins documentation

3.1_com_backend 2019-06-06 08:46:42 UTC
Fix .mpos measure height metadata for scores with single one-line staff

Author: Dmitri Ovodok
Author Date: 2019-06-06 08:46:42 UTC

Fix .mpos measure height metadata for scores with single one-line staff

3.1 2019-05-28 09:31:28 UTC
fix .yml syntax

Author: anatoly-os
Author Date: 2019-05-28 09:31:28 UTC

fix .yml syntax

3.1rc 2019-05-23 07:44:11 UTC
Merge pull request #5056 from MarcSabatella/289548-articulation-direction

Author: anatoly-os
Author Date: 2019-05-23 07:20:58 UTC

Merge pull request #5056 from MarcSabatella/289548-articulation-direction

fix #289548: incorrect initial layout of added articulations

3.1beta2 2019-05-05 03:19:24 UTC
fix cmake syntax

Author: anatoly-os
Author Date: 2019-05-05 03:19:24 UTC

fix cmake syntax

3.0.5_backend 2019-04-27 09:23:25 UTC
Fix Clef::symId field initialization and assignments

Author: Dmitri Ovodok
Author Date: 2019-04-26 23:01:00 UTC

Fix Clef::symId field initialization and assignments

This helps to avoid crashes on SVG export of some scores.
Also remove redundant user-defined copy constructor for Clef

3.1beta 2019-04-12 07:49:07 UTC
update translations

Author: anatoly-os
Author Date: 2019-04-12 07:49:07 UTC

update translations

3.0.5 2019-03-12 11:19:53 UTC
make stable release 3.0.5

Author: anatoly-os
Author Date: 2019-03-12 11:19:53 UTC

make stable release 3.0.5

Stop pushing strings to Transifex

3.0.4 2019-02-28 11:31:10 UTC
update translations

Author: anatoly-os
Author Date: 2019-02-28 11:31:10 UTC

update translations

3.0.3 2019-02-26 12:42:41 UTC
update translations

Author: anatoly-os
Author Date: 2019-02-26 12:42:41 UTC

update translations

3.0.x 2019-02-25 13:20:19 UTC
Merge pull request #4719 from MarcSabatella/284503-concert-pitch-style

Author: anatoly-os
Author Date: 2019-02-24 12:41:02 UTC

Merge pull request #4719 from MarcSabatella/284503-concert-pitch-style

fix #284503: bad concert pitch toggle in style dialog

3.0.2_YouTube_Export 2019-02-20 11:24:04 UTC
fix mxl export for musescore.com services

Author: anatoly-os
Author Date: 2019-02-20 09:02:58 UTC

fix mxl export for musescore.com services

Raw .musicxml files with .mxl extension were generated instead of real compressed .mxl ones.

3.0.2 2019-01-30 12:34:27 UTC
fix #283046: add permisions to workspaces

Author: anatoly-os
Author Date: 2019-01-30 12:34:27 UTC

fix #283046: add permisions to workspaces

3.0.1 2019-01-15 09:20:49 UTC
update year in the license

Author: anatoly-os
Author Date: 2019-01-15 09:20:49 UTC

update year in the license

3.0 2018-12-24 13:24:00 UTC
update translations

Author: anatoly-os
Author Date: 2018-12-24 13:24:00 UTC

update translations

Change .msi installer GUID to prevent collisions with Beta installer

3.0rc 2018-12-22 09:07:42 UTC
update translation

Author: anatoly-os
Author Date: 2018-12-22 09:07:42 UTC

update translation

3.0beta3 2018-12-14 14:23:36 UTC
update translations

Author: anatoly-os
Author Date: 2018-12-14 14:23:36 UTC

update translations

3.0beta2 2018-12-11 11:22:16 UTC
fix #278772: quick fix which prevents the crash

Author: anatoly-os
Author Date: 2018-12-11 11:21:01 UTC

fix #278772: quick fix which prevents the crash

Didn't dive deeper yet. The real reason of the crash could lie deeper.

3.0beta1 2018-12-03 08:38:24 UTC
enable Save Online

Author: anatoly-os
Author Date: 2018-12-03 08:38:24 UTC

enable Save Online

winsparkle 2018-11-25 02:08:48 UTC
remove debug artifact

Author: anatoly-os
Author Date: 2018-11-25 02:08:48 UTC

remove debug artifact

To make Mac and Linux builds work

3.0alpha2 2018-10-31 11:50:14 UTC
build alpha2 on AppVeyor

Author: anatoly-os
Author Date: 2018-10-31 11:50:14 UTC

build alpha2 on AppVeyor

sparkle-mac 2018-10-29 13:29:17 UTC
fix #267644: Add auto updater to MuseScore development versions

Author: lasconic
Author Date: 2018-09-25 09:24:37 UTC

fix #267644: Add auto updater to MuseScore development versions

3.0alpha 2018-09-11 14:06:06 UTC
fix update checking

Author: anatoly-os
Author Date: 2018-09-11 14:06:06 UTC

fix update checking

2.3.2 2018-07-30 15:56:09 UTC
Merge pull request #3839 from lasconic/fix-208006-mac

Author: lasconic
Author Date: 2018-07-30 15:56:09 UTC

Merge pull request #3839 from lasconic/fix-208006-mac

fix #208006: Embed MP3 support by default on macOS

musescore_backend_231 2018-07-11 14:34:34 UTC
fix #12971: restriking in audio export

Author: lasconic
Author Date: 2018-07-11 14:34:34 UTC

fix #12971: restriking in audio export

2.3.1 2018-07-06 09:20:58 UTC
Manually merge pull request #3786 from mattmcclinch/273973-current-view to 2...

Author: anatoly-os
Author Date: 2018-07-06 09:20:58 UTC

Manually merge pull request #3786 from mattmcclinch/273973-current-view to 2.3.1

fix #273973: Playback cursor disappears after splitting then restoring the display

2.3 2018-06-29 22:04:27 UTC
Merge pull request #3774 from MarcSabatella/synti

Author: anatoly-os
Author Date: 2018-06-29 22:04:27 UTC

Merge pull request #3774 from MarcSabatella/synti

fix #273823: wrong bank for zerberus channel

musescore_backend_22 2018-04-24 13:15:45 UTC
fix #271707: MusicXML export: crash when exporting hairpins

Author: anatoly-os
Author Date: 2018-04-24 13:15:45 UTC

fix #271707: MusicXML export: crash when exporting hairpins

Cherry-picked changes from https://github.com/musescore/MuseScore/pull/3643

2.2.1 2018-04-03 13:22:48 UTC
update translations

Author: lasconic
Author Date: 2018-04-03 13:22:48 UTC

update translations

2.2 2018-03-26 11:27:26 UTC
fix quotes for CPACK_WIX_PRODUCT_GUID

Author: lasconic
Author Date: 2018-03-26 11:27:26 UTC

fix quotes for CPACK_WIX_PRODUCT_GUID

musescore-backend 2017-11-13 08:50:04 UTC
fix potential endless loop when generating midi with arpeggio

Author: lasconic
Author Date: 2017-11-13 08:49:05 UTC

fix potential endless loop when generating midi with arpeggio

imeta 2017-09-18 07:20:28 UTC
fixes for edata output

Author: Werner Schweer
Author Date: 2017-09-18 07:20:28 UTC

fixes for edata output

2.1 2017-04-27 13:14:23 UTC
fix typo

Author: lasconic
Author Date: 2017-04-27 13:14:23 UTC

fix typo

2.0.4 2016-12-09 16:06:40 UTC
Travis, use MuseScore Docker account for the AppImage dependencies

Author: lasconic
Author Date: 2016-12-09 15:51:57 UTC

Travis, use MuseScore Docker account for the AppImage dependencies

2.0.3.1 2016-10-03 18:06:29 UTC
change version to 2.0.3.1

Author: lasconic
Author Date: 2016-10-03 18:06:29 UTC

change version to 2.0.3.1

2.0.3-1 2016-08-29 12:30:43 UTC
fix crash when undoing transposition after changing spatium

Author: lasconic
Author Date: 2016-08-29 12:30:43 UTC

fix crash when undoing transposition after changing spatium

2.0.3 2016-05-12 13:35:51 UTC
Merge pull request #2524 from ericfont/104936-atomic-sfPath-update

Author: lasconic
Author Date: 2016-05-12 13:35:51 UTC

Merge pull request #2524 from ericfont/104936-atomic-sfPath-update

fix #104936 atomic update sfPath->mySoundfontsPath

2.0.2 2015-07-16 21:02:34 UTC
update product id for windows

Author: lasconic
Author Date: 2015-07-16 21:02:34 UTC

update product id for windows

2.0 2015-05-04 16:50:37 UTC
change version to 2.0.1 for mac packaging

Author: lasconic
Author Date: 2015-05-04 16:50:37 UTC

change version to 2.0.1 for mac packaging

2.0beta1 2014-08-26 18:01:25 UTC
change app name to MuseScore 2 on Mac OSX

Author: lasconic
Author Date: 2014-08-26 18:01:25 UTC

change app name to MuseScore 2 on Mac OSX

189 of 89 results

Other repositories

Name Last Modified
lp:~mscore-ubuntu/musescore/+git/qt5 10 hours ago
lp:musescore 2021-06-26
lp:~mscore-ubuntu/musescore/+git/debian-package 2017-11-17
lp:~mscore-ubuntu/musescore/+git/ppa-package 2016-12-18
14 of 4 results
You can't create new repositories for MuseScore.