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-11 15:23:15 +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 move adeste.mscx to demos and update it to new format 2012-06-08 19:56:50 +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 fix #16317: selecting everything in 1.2 score with crescendo causes crash 2012-06-11 14:45:33 +02:00
mscore mtest fixes 2012-06-11 14:38:33 +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 mtest fixes 2012-06-11 14:38:33 +02:00
omr Initial commit 2012-05-26 14:49:10 +02:00
share fix ukulele tablature instrument definition 2012-06-11 08:18:23 +02:00
test removed core 2012-06-07 09:31:49 +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 fix broken CMakeLists.txt 2012-06-07 10:06:30 +02:00
LICENSE.GPL Initial commit 2012-05-26 14:49:10 +02:00
Makefile Fix make version 2012-06-07 14:51:53 +02:00
Makefile.mingw Fix make version 2012-06-07 14:51:53 +02:00
Makefile.osx Fix make version 2012-06-07 14:51:53 +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.