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
2013-03-13 14:45:53 +01:00
aeolus Add include of stdint.h for int32_t 2013-02-15 21:10:12 +00:00
awl add tuplet properties to inspector 2013-03-11 14:16:03 +01:00
build remove unused cmake module 2013-03-13 10:57:59 +01:00
bww2mxml travis-ci: fix multi cpus build 2013-03-11 11:00:33 +01:00
demos fix #19148: Distortion in sound playback after several measures of play 2013-02-12 20:17:36 +01:00
fluid small changes to synth control 2013-02-21 12:21:09 +01:00
fonts TAB: improvements to fonts and presets 2013-03-11 20:21:04 +01:00
libmscore remove artifact from property type list 2013-03-13 14:45:53 +01:00
manual Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
mscore inspector fixes 2013-03-13 12:19:53 +01:00
mstyle fix inspector geometry management 2013-03-11 12:01:10 +01:00
msynth Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
mtest fix mtest 2013-03-05 20:46:25 +01:00
omr disable palette operations for readOnly workspaces 2013-02-11 19:23:25 +01:00
share enable initialization of concert & transposing clef from instruments.xml 2013-03-08 19:33:30 +01:00
test fix #20174 2013-02-26 22:17:58 +01:00
thirdparty clean up cmake files 2013-03-12 11:42:10 +01:00
.gitignore Improved handling of mscore/revision.h 2013-01-19 22:15:39 +00:00
.travis.yml travis-ci: fix multi cpus build 2013-03-11 11:00:33 +01:00
admin extend admin script 2012-07-22 17:57:55 +02:00
all.h simplify all.h in preparation for qt5 2013-02-04 16:56:14 +01:00
CMakeLists.txt clean up cmake files 2013-03-12 11:42:10 +01: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
Makefile small build update 2013-02-06 16:23:27 +01:00
Makefile.mingw clean Makefile.mingw a bit 2013-03-10 18:50:39 +01:00
Makefile.osx Improve handling of mscore/revision.h 2013-01-29 16:26:07 +00:00
README Corrected the typed commands in the Test section, 2013-01-19 15:58:58 +00:00
README.md Update README.md 2013-01-24 15:08:09 +01:00

Links

Packages

  • 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 (sfd) + ttf/otf fonts

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