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
Maurizio M. Gavioli cce7968c3d Merge pull request #217 from mgavioli/figured_bass_extended_contin_lines
Figured bass: extended continuation line
2013-02-12 13:49:50 -08: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 Improve post-checkout hook and README 2013-01-30 16:13:36 +00:00
bww2mxml Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
demos fix #19148: Distortion in sound playback after several measures of play 2013-02-12 20:17:36 +01:00
fluid fix #19148: Distortion in sound playback after several measures of play 2013-02-12 20:17:36 +01:00
fonts remove mscore1 font; change dynamics editing 2013-02-11 20:53:51 +01:00
libmscore Added an extended continuation line, which connects with a matching cont. line in the next F.b. element. 2013-02-12 16:28:55 +01:00
manual Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
mscore Merge remote-tracking branch 'upstream/master' 2013-02-12 19:55:33 +01:00
mstyle fix compilation warning 2013-02-04 17:53:28 +01:00
msynth Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
mtest fix regression tests build 2013-02-11 21:45:48 +01:00
omr disable palette operations for readOnly workspaces 2013-02-11 19:23:25 +01:00
share change sf path to fluid.sf3 2013-02-12 10:44:37 +01:00
test fix #15005 2013-01-17 19:50:53 +01:00
thirdparty disable palette operations for readOnly workspaces 2013-02-11 19:23:25 +01:00
.gitignore Improved handling of mscore/revision.h 2013-01-19 22:15:39 +00: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 simplify all.h in preparation for qt5 2013-02-04 16:56:14 +01:00
CMakeLists.txt small build update 2013-02-06 16:23:27 +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 update windows build to use Qt 4.8.4 2012-12-06 15:11:37 +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.