MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
Go to file
2012-05-29 22:44:06 +02:00
aeolus Initial commit 2012-05-26 14:49:10 +02:00
awl Initial commit 2012-05-26 14:49:10 +02:00
build remove temporary files added by accident 2012-05-29 22:43:48 +02:00
bww2mxml Initial commit 2012-05-26 14:49:10 +02:00
demos Initial commit 2012-05-26 14:49:10 +02:00
fluid Initial commit 2012-05-26 14:49:10 +02:00
fonts Initial commit 2012-05-26 14:49:10 +02:00
libmscore remove FiguredBass font 2012-05-27 15:20:20 +02:00
mscore remove temporary files added by accident 2012-05-29 22:43:48 +02:00
mstyle Initial commit 2012-05-26 14:49:10 +02:00
msynth Initial commit 2012-05-26 14:49:10 +02:00
mtest Initial commit 2012-05-26 14:49:10 +02:00
omr Initial commit 2012-05-26 14:49:10 +02:00
share remove temporary files added by accident 2012-05-29 22:43:48 +02:00
test Initial commit 2012-05-26 14:49:10 +02:00
thirdparty Initial commit 2012-05-26 14:49:10 +02:00
zarchive Initial commit 2012-05-26 14:49:10 +02:00
.gitignore add gitignore 2012-05-29 22:44:06 +02:00
admin Initial commit 2012-05-26 14:49:10 +02:00
all.h Initial commit 2012-05-26 14:49:10 +02:00
ChangeLog Initial commit 2012-05-26 14:49:10 +02:00
CMakeLists.txt Initial commit 2012-05-26 14:49:10 +02:00
Doxyfile.in Initial commit 2012-05-26 14:49:10 +02:00
LICENSE.GPL Initial commit 2012-05-26 14:49:10 +02:00
Makefile Fix make revision on windows and linux 2012-05-28 16:14:15 +02:00
Makefile.mingw Fix make revision on windows and linux 2012-05-28 16:14:15 +02:00
Makefile.osx Fix make -f Makefile.osx revision on osx 2012-05-28 11:55:28 +02:00
README Initial commit 2012-05-26 14:49:10 +02:00
README.md make README.md more beautiful for github 2012-05-28 11:04:58 +02:00

MuseScore

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

  • zarchive zip library

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