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-10-31 11:48:12 +01:00
aeolus Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
awl extend debugger 2012-09-15 17:12:26 +02:00
build Adding Serbian language 2012-10-17 11:10:41 +02:00
bww2mxml Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
demos move adeste.mscx to demos and update it to new format 2012-06-08 19:56:50 +02:00
fluid extend debugger 2012-09-15 17:12:26 +02:00
fonts backported violin clef and bracket tips from lilypont emmentaler font 2012-10-21 11:25:58 +02:00
libmscore fix StaffType change regression 2012-10-29 17:48:09 +01:00
manual Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
mscore remove special characters from filename when saving for the first time 2012-10-31 00:38:49 +01:00
mstyle Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
msynth Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
mtest update compat regression test 2012-10-31 11:48:12 +01:00
omr Initial commit 2012-05-26 14:49:10 +02:00
share updated one line drumsets in instrument description 2012-10-17 16:53:12 +02:00
test fixed testLines1 and testLines2 2012-09-04 21:54:46 +02:00
thirdparty Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
.gitignore Ignored Eclipse metadata 2012-10-17 00:52:56 +02:00
.travis.yml update travis configuration file for Ubuntu 12.04 2012-09-20 16:07:42 +02:00
admin extend admin script 2012-07-22 17:57:55 +02:00
all.h remove config.h from all.h 2012-07-16 15:36:30 +02:00
CMakeLists.txt fix #17688: plugin manual missing on Windows nightly build 2012-09-12 12:13:48 +02: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 build fixes for plugin manual 2012-08-08 11:16:55 +02:00
Makefile.mingw align Makefile.mingw with linux one 2012-07-20 18:32:35 +02:00
Makefile.osx align Makefile.osx with linux one 2012-07-20 18:37: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.