Skip to content
MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
C++ CMake Shell QML Objective-C CartoCSS Other
Branch: master
Clone or download

Latest commit

anatoly-os Merge pull request #6035 from njvdberg/issue-282670-rename-parts
Fix #282670 - rename parts -> missing GUI refresh in tabbar
Latest commit 9283379 May 12, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github add missing ccache package for CI compilation Apr 1, 2020
.tx Make tours translatable Dec 21, 2018
.vscode add debug configuration for VSCode Feb 8, 2020
aeolus Update aeolus to the latest Synthesizer interface. Jan 15, 2020
assets remove the Unix executable attribute from the new assets Aug 29, 2019
audio Moved midi, synthesizers, drives, exports to audio module Apr 16, 2020
audiofile Moved midi, synthesizers, drives, exports to audio module Apr 16, 2020
avsomr fix typos Apr 8, 2020
awl color label, setColor emits colorChanged Apr 28, 2020
build stop pushing strings to transifex May 4, 2020
bww2mxml moved all imports/exports to importexport module Apr 10, 2020
crashreporter fix #284988: Remove "Restart MuseScore" option from crash reporter Feb 5, 2020
demos update demo Apr 19, 2019
doc Update and add 1.x plugin documentation pages to Doxygen-based docs Dec 25, 2019
effects fixed some issues from PVS-Studio report (step1) Mar 20, 2020
fonts regenerate “our” fonts with genttf Apr 15, 2020
fonttools fix #43906: completing support of 256th, 512th and 1024th durations Apr 19, 2020
global Merge pull request #5808 from blackears/278988-paste-non-contigious-n… May 2, 2020
importexport Merge pull request #6011 from lvinken/299759-nested-tuplet-export May 2, 2020
libmscore Merge pull request #5969 from AntonioBL/readtextstyle2 May 12, 2020
main Remove manual (helpbrowser) from the plugin creator. Apr 10, 2020
miditools Add single-note dynamics Mar 2, 2019
mscore Merge pull request #6035 from njvdberg/issue-282670-rename-parts May 12, 2020
mtest Merge pull request #6071 from Jojo-Schmitz/harmony-name May 12, 2020
omr fix compiler error in importpdf Feb 18, 2019
rdoc remove file artifacts from rdoc folder Feb 9, 2015
share Merge pull request #6074 from Jojo-Schmitz/instruments May 12, 2020
telemetry Disable sending all events to telemetry, but the ones responsible for… Apr 24, 2020
test fix #11014 Ove import: import of chordnames is wrong Aug 1, 2016
thirdparty Fix #304725: Remove “using namespace std” directive May 1, 2020
vtest update vtest ref file generation script Apr 29, 2020
.appveyor.yml Switch to Microsoft Visual Studio 2019 Apr 14, 2020
.gitignore Run vtests on PRs and commits to master branch and compare to parent … Feb 27, 2020
.gitmodules Add libcrashreporter-qt Feb 25, 2019
.travis.yml do shortest job first Dec 12, 2019
CMakeLists.txt Merge pull request #5628 from Marr11317/plugindoc Apr 21, 2020
CMakeSettings.json Switch to Microsoft Visual Studio 2019 Apr 14, 2020
Compatibility enhanced 1.2 import Aug 23, 2012
Doxyfile.plugins Update and add 1.x plugin documentation pages to Doxygen-based docs Dec 25, 2019
LICENSE.GPL Update copyright Jan 14, 2020
LICENSE.rtf Update copyright Jan 14, 2020
Makefile Change Linux Makefile to match the Windows and Mac ones Apr 20, 2020
Makefile.mingw Change Linux Makefile to match the Windows and Mac ones Apr 20, 2020
Makefile.osx Change Linux Makefile to match the Windows and Mac ones Apr 20, 2020
README.md update and perfect format for README.md Dec 19, 2019
all.cpp remove RCS IDs from (almost) all files Nov 2, 2018
all.h added audiveris import Mar 18, 2020
config.cmake switch master branch to MuseScore 4 May 4, 2020
mscore3.txt fix various typos Dec 19, 2019
msvc_build.bat Fix #303864: Support command-line building using Visual Studio 2019 Apr 14, 2020

README.md

MuseScore
Music notation and composition software

Travis CI Appveyor License: GPL v2

MuseScore is an open source and free music notation software. For support, contribution, and bug reports visit MuseScore.org. Fork and make pull requests!

Features

  • WYSIWYG design, notes are entered on a "virtual notepaper"
  • TrueType font(s) for printing & display allows for high quality scaling to all sizes
  • Easy & fast note entry
  • Many editing functions
  • MusicXML import/export
  • MIDI (SMF) import/export
  • MuseData import
  • MIDI input for note entry
  • Integrated sequencer and software synthesizer to play the score
  • Print or create pdf files

More info

License

MuseScore is licensed under GPL version 2.0. See LICENSE.GPL in the same directory.

Packages

  • aeolus: Clone of Aeolus. Disabled by default in the stable releases. See http://dev-list.musescore.org/Aeolus-Organ-Synth-td7578364.html. Kept as an example of how to integrate with a complex synthesizer.

  • assets: Graphical assets, use them if you need a MuseScore icon. For logo, color, etc., see https://musescore.org/en/about/logos-and-graphics.

  • awl: Audio Widget Library, from the MusE project.

  • build: Utility files for build.

  • bww2mxml: Command line tool to convert BWW files to MusicXML. BWW parser is used by MuseScore to import BWW files.

  • demos: A few MuseScore files to demonstrate what can be done.

  • fluid: Clone of FluidSynth@sourceforge, ported to C++ and customized. Code now at fluidsynth@github.

  • fonts: Contains fontforge source (sfd) + ttf/otf fonts. MuseScore includes the "Emmentaler" font from the Lilypond project.

  • libmscore: Data model of MuseScore.

  • mscore: Main code for the MuseScore UI.

  • msynth: Abstract interface to Fluid + Aeolus.

  • mtest: Unit testing using QTest.

  • omr: Optical music recognition.

  • share: Files moved to /usr/share/... on install.

  • test: Old tests. Should move to mtest.

  • vtest: Visual tests. Compare reference images with current implementation.

  • thirdparty: Contains projects which are included for convenience, usually to integrate them into the build system to make them available for all supported platforms.

Building

Read the developer handbook for a complete build walkthrough and a list of dependencies.

Getting sources

If using git to download repo of entire code history, type:

git clone https://github.com/musescore/MuseScore.git
cd MuseScore

Otherwise, you can just download the latest source release tarball from the Releases page, and then from your download directory type:

tar xzf MuseScore-x.x.x.tar.gz
cd MuseScore-x.x.x

Release Build

To compile MuseScore, type:

make release

If something goes wrong, then remove the whole build subdirectory with make clean and start new with make release.

Running

To start MuseScore, type:

./build.release/mscore/mscore

The Start Center window will appear on every invocation until you disable that setting via the "Preferences" dialog.

Installing

To install to default prefix using root user, type:

sudo make install

Debug Build

A debug version can be built by doing make debug instead of make release.

To run the debug version, type:

./build.debug/mscore/mscore

Testing

See mtest/README.md or the developer handbook for instructions on how to run the test suite.

The new script testing facility is also available to create your own automated tests. Please try it out!

You can’t perform that action at this time.