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
2012-07-14 15:29:40 +02:00
aeolus move sparm into libmscore 2012-07-06 17:42:20 +02:00
awl remove debug artifacts; install some test plugins 2012-07-09 16:04:46 +02:00
build fix Windows build, include QtSql and QtScript dlls since QtDeclarative depends on them by default. see #17292 2012-07-12 18:45:49 +02:00
bww2mxml Initial commit 2012-05-26 14:49:10 +02:00
demos move adeste.mscx to demos and update it to new format 2012-06-08 19:56:50 +02:00
fluid move sparm into libmscore 2012-07-06 17:42:20 +02:00
fonts Initial commit 2012-05-26 14:49:10 +02:00
libmscore Merge branch 'master' of github.com:musescore/MuseScore 2012-07-13 19:44:19 +02:00
manual more script bindings; enhanced manual 2012-07-13 19:44:03 +02:00
mscore add translation for manual header 2012-07-14 15:29:40 +02:00
mstyle qt5 port 2012-05-31 16:24:35 +02:00
msynth move sparm into libmscore 2012-07-06 17:42:20 +02:00
mtest comment a test under investigation 2012-07-05 15:49:09 +02:00
omr Initial commit 2012-05-26 14:49:10 +02:00
share fix plugin manual deployment 2012-07-14 15:29:08 +02:00
test removed core 2012-06-07 09:31:49 +02:00
thirdparty qt5 port 2012-05-31 16:24:35 +02:00
.gitignore use html and helpBrowser for online/offline help 2012-07-12 18:46:15 +02:00
.travis.yml publish travis ci test results 2012-06-14 16:20:23 +02:00
admin - remove old scripting files 2012-05-28 19:34:13 +02:00
all.h clean some old plugin framework leftovers 2012-07-12 18:47:03 +02:00
CMakeLists.txt fix Windows build, include QtSql and QtScript dlls since QtDeclarative depends on them by default. see #17292 2012-07-12 18:45:49 +02:00
LICENSE.GPL Initial commit 2012-05-26 14:49:10 +02:00
Makefile make debug for Travis CI 2012-06-12 22:54:00 +02:00
Makefile.mingw Fix make version 2012-06-07 14:51:53 +02:00
Makefile.osx add installdebug target in Makefile.osx 2012-06-26 15:58:15 +02:00
README update README 2012-06-07 09:57:04 +02:00
README.md fix README.md 2012-06-11 15:23:15 +02:00

MuseScore

MuseScore Build Status

MuseScore free music notation software. http://musescore.org

  • aeolus Clone of Aeolus

  • 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 + ttf or sfd version (bc. the ttf/sfd can only be created on the linux platform)

  • libmscore Data model of MuseScore. It is a subtree and you can find it standalone on GitHub

  • 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

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