MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
Find a file
2015-05-13 08:54:17 +02:00
.tx add ability to translate instruments.xml 2014-08-07 10:28:13 +02:00
aeolus more cmake cleanups 2015-01-27 15:23:20 +01:00
assets add graphical assets 2015-03-21 10:21:22 +01:00
audiofile whitespace cleanup 2014-05-30 13:37:44 +02:00
awl Scale values for screen reader to be from 0 to 100 for sliders in awl. 2015-02-06 23:00:36 +02:00
build fix compilation on Windows 2015-05-06 15:20:01 +02:00
bww2mxml fix some compiler warnings on Mac 2015-01-28 14:44:55 +01:00
demos automatic to create unique rehearsal marks 2014-11-15 16:44:14 +01:00
effects fix #47811: Crash when showing Synthesizer panel in fullscreen 2015-03-03 23:02:44 +01:00
fluid fix #57976: MuseScore doesn't support soundfonts with 24 bit samples 2015-04-28 14:42:49 +02:00
fonts fix #53481: FreeSerif font included with MuseScore is missing italic 2015-04-15 14:10:07 +02:00
fonttools Updates to tremolo bar support, merge fixes 2014-08-15 16:22:34 +01:00
libmscore small ScoreView interface changes 2015-05-13 08:54:17 +02:00
manual update helpBrowser 2015-02-18 12:26:26 +01:00
midi Fix wrong track order in respect to MIDI channels 2015-05-02 11:41:51 +03:00
miditools whitespace cleanup 2014-05-30 13:37:44 +02:00
mscore use qfont for print, not freetype rendering 2015-05-11 09:37:23 +02:00
mstyle fix some more compilation warnings with gcc5 2015-05-07 14:42:58 +02:00
mtest Merge pull request #2001 from MarcSabatella/mtest-breaks 2015-05-10 11:00:05 +02:00
omr more cmake cleanups 2015-01-27 15:23:20 +01:00
rdoc remove file artifacts from rdoc folder 2015-02-09 11:02:14 +01:00
share update Getting Started score 2015-05-07 14:43:18 +02:00
synthesizer implement fallback to default configuration in export audio if one of the soundfont cannot be loading 2015-04-15 19:19:16 +02:00
test more ove fixes and tests 2015-04-29 17:43:39 +02:00
thirdparty fix all warnings on Mac OSX. Hopefully without side effects on other platforms. 2015-05-05 18:28:39 +02:00
vtest fix arpeggio and glissando lines 2015-05-08 08:59:34 +02:00
zerberus implement fallback to default configuration in export audio if one of the soundfont cannot be loading 2015-04-15 19:19:16 +02:00
.gitignore use AUTOMOC in cmake files 2015-01-27 15:23:20 +01:00
.travis.yml enable ccache on travis 2015-04-15 10:55:14 +02:00
admin add new sfz sample player: zerberus 2013-03-26 20:00:19 +01:00
all.h update to the local help system 2015-02-09 10:24:09 +01:00
CMakeLists.txt fix compilation on Windows 2015-05-06 15:20:01 +02:00
Compatibility enhanced 1.2 import 2012-08-23 12:28:27 +02:00
LICENSE.GPL Initial commit 2012-05-26 14:49:10 +02:00
LICENSE.rtf initial work for packaging on Windows 2014-08-19 21:07:21 +02:00
Makefile go back to development mode 2015-03-24 23:11:13 +01:00
Makefile.mingw fully back to develoment and for Windows too 2015-03-26 17:12:44 +01:00
Makefile.osx go back to development mode 2015-03-24 23:11:13 +01:00
README.md add graphical assets 2015-03-21 10:21:22 +01:00

MuseScore: Music notation and composition software

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 http://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, ported to C++ and customized

  • 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

  • mstyle Clone of KDE4 style Oxygen

  • 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.

Installation

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

  • unpack source distribution

      tar xvofj mscore-x.x.x.tar.bz2
    
  • make

      cd mscore-x.x.x
      make release
    

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

  • install as root user

      sudo make install
    

Program Documentation

To generate the program documentation with DoxyGen, type

cd build
make doxy

Browse the documentation with your favourite html browser at build/Doc/html/index.html

Run

cd build.release/mscore
./mscore

to start MuseScore. On first invocation a demofile is shown. You probably want to change that in the "Preferences" dialog.

Debug

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

To test the debug version, type

cd build.debug/mscore
./mscore