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-01-17 12:56:14 +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 update windows build to use Qt 4.8.4 2012-12-06 15:11:37 +01:00
bww2mxml Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
demos update demo files 2012-12-05 08:46:03 +01: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 all regressions detected by mtest 2013-01-17 12:56:14 +01:00
manual Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
mscore enable musicxml support, move needed xml functions to musicxml code 2013-01-17 11:33:11 +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 fix all regressions detected by mtest 2013-01-17 12:56:14 +01:00
omr compilation fixes for omr; update harmony an fret layout 2012-12-16 17:38:48 +01:00
share Merge pull request #144 from dc7kr/master 2013-01-02 23:53:58 -08:00
test #15899: support figured bass extend elements 2013-01-01 16:23:24 +01: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 use QXmlStreamReader for xml parsing 2013-01-11 18:10:18 +01:00
CMakeLists.txt turn OMR feature off by default 2012-12-18 11:59:40 +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 build fixes for plugin manual 2012-08-08 11:16:55 +02:00
Makefile.mingw update windows build to use Qt 4.8.4 2012-12-06 15:11:37 +01:00
Makefile.osx build plugin documentation on mac 2012-11-13 15:55:15 +01:00
README update README 2012-06-07 09:57:04 +02:00
README.md fix fonts directory description 2012-11-09 09:33:19 +01: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 (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.