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-06-06 14:35:59 +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 fix build system (TargetDoc.cmake) 2012-06-05 11:30:07 +02:00
bww2mxml Initial commit 2012-05-26 14:49:10 +02:00
demos add demo files 2012-06-05 11:12:11 +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 zarchive, replace with qt implementation 2012-06-04 21:06:12 +02:00
mscore remove zarchive, replace with qt implementation 2012-06-04 21:06:12 +02:00
mstyle Initial commit 2012-05-26 14:49:10 +02:00
msynth fix pulseaudio integration 2012-05-30 12:09:03 +02:00
mtest remove zarchive from mtest linking 2012-06-05 14:51:35 +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
.gitignore add applebuild to gitignore 2012-06-01 20:56:00 +02:00
.travis.yml add .travis.yml to run tests on Travis CI 2012-06-06 14:35:59 +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
CMakeLists.txt simplify CMakeLists.txt a bit 2012-06-05 16:34:14 +02:00
LICENSE.GPL Initial commit 2012-05-26 14:49:10 +02:00
Makefile new beam code, fixes a cross beam problem 2012-06-03 11:55:08 +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 remove zarchive, replace with qt implementation 2012-06-04 21:06:12 +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

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