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
J. Edward Sanchez f363220a1b Fix #297426: The playback cursor is not repositioned when selecting items other than notes, rests or measures
Improved the functionality of the playhead (a.k.a. the playback cursor) so that whenever the user selects an element, the playhead is automatically repositioned to the element's time position. Previously, this worked only for noteheads and rests, but it now works for note stems, beams, augmentation dots, accidentals, ties, slurs, articulations, time signatures, key signatures, clefs, tempo changes, dynamics, lines, barlines, breaks, spacers, measure numbers, text, and so on.

Special cases handled:

* Barlines. The playhead is moved to the start of the measure to the right of the barline, unless it's the last barline in either the entire score or the system, in which case the playhead is moved to the start of the measure to the left of the barline.

* Brackets always have a time position of zero, so the playhead is moved to the start of the first measure in the system that the bracket belongs to.

* Instrument names always have a time position of zero, so the playhead is moved to the start of the first measure in the system that the instrument name belongs to.
2020-04-14 05:15:05 -07:00
.github add missing ccache package for CI compilation 2020-04-01 19:31:06 +02:00
.tx Make tours translatable 2018-12-21 23:23:17 +01:00
.vscode add debug configuration for VSCode 2020-02-08 10:06:15 +00:00
aeolus Update aeolus to the latest Synthesizer interface. 2020-01-15 16:48:13 -07:00
assets remove the Unix executable attribute from the new assets 2019-08-29 17:40:12 +02:00
audiofile fixed some issues from PVS-Studio report (step1) 2020-03-20 12:18:07 +02:00
avsomr fix typos 2020-04-08 14:32:44 +02:00
awl fixed some issues from PVS-Studio report (step1) 2020-03-20 12:18:07 +02:00
build fix CI builds 2020-04-12 18:12:55 +02:00
bww2mxml moved all imports/exports to importexport module 2020-04-10 11:30:48 +02:00
crashreporter fix #284988: Remove "Restart MuseScore" option from crash reporter 2020-02-05 15:42:40 +02:00
demos update demo 2019-04-19 11:22:13 +01:00
doc Update and add 1.x plugin documentation pages to Doxygen-based docs 2019-12-25 11:10:25 +02:00
effects fixed some issues from PVS-Studio report (step1) 2020-03-20 12:18:07 +02:00
fluid fixed some issues from PVS-Studio report (step1) 2020-03-20 12:18:07 +02:00
fonts Update Bravura and BravuraText to latest Steinberg version 1.32 2020-03-12 10:17:46 +01:00
fonttools eliminate debug artifacts 2018-12-18 14:55:54 +01:00
global Merge pull request #5788 from agusterol/master 2020-04-14 14:13:13 +03:00
importexport moved all imports/exports to importexport module 2020-04-10 11:30:48 +02:00
libmscore Fix #297426: The playback cursor is not repositioned when selecting items other than notes, rests or measures 2020-04-14 05:15:05 -07:00
main added audiveris import 2020-03-18 11:23:46 +02:00
manual Remove the existing offline plugins documentation 2019-03-22 18:14:54 +02:00
midi fixed some issues from PVS-Studio report (step1) 2020-03-20 12:18:07 +02:00
miditools Add single-note dynamics 2019-03-02 18:18:12 +00:00
mscore Merge pull request #5788 from agusterol/master 2020-04-14 14:13:13 +03:00
mtest fix #285434 : Certain 2.x frame texts imported with no style 2020-04-13 22:57:19 +02:00
omr fix compiler error in importpdf 2019-02-18 08:47:21 -05:00
rdoc remove file artifacts from rdoc folder 2015-02-09 11:02:14 +01:00
share Merge pull request #5901 from Jojo-Schmitz/metric-modulation 2020-04-10 00:08:11 +03:00
synthesizer Fix audio export of scores with incorrect synthesizer settings in non-GUI mode 2020-03-21 00:18:16 +02:00
telemetry fixed some issues from PVS-Studio report (step1) 2020-03-20 12:18:07 +02:00
test fix #11014 Ove import: import of chordnames is wrong 2016-08-01 18:35:41 +02:00
thirdparty fix compiler warnings 2020-03-19 19:48:12 +01:00
vtest fix #294298 : Diagonal line: End hook can disappear or elongate when Begin hook is set to None 2020-04-09 16:59:54 +02:00
zerberus fixed issues from PVS-Studio report (step2) 2020-03-20 16:52:52 +02:00
.appveyor.yml Add the changes that are not used in dev builds, but needed for releases 2019-11-11 10:21:52 +02:00
.gitignore Run vtests on PRs and commits to master branch and compare to parent commit vtest results; output a comment and upload a report when differences are found 2020-02-27 09:34:13 +01:00
.gitmodules Add libcrashreporter-qt 2019-02-25 12:08:14 +03:00
.travis.yml do shortest job first 2019-12-12 08:50:09 +01:00
all.cpp remove RCS IDs from (almost) all files 2018-11-02 23:53:21 +01:00
all.h added audiveris import 2020-03-18 11:23:46 +02:00
CMakeLists.txt moved all imports/exports to importexport module 2020-04-10 11:30:48 +02:00
CMakeSettings.json Fix #303483: CMake creates Microsoft Visual Studio projects with incorrect settings 2020-04-06 13:04:30 -07:00
Compatibility enhanced 1.2 import 2012-08-23 12:28:27 +02:00
config.cmake Simplify version-specific configuration in build scripts 2020-02-07 13:31:24 +02:00
Doxyfile.plugins Update and add 1.x plugin documentation pages to Doxygen-based docs 2019-12-25 11:10:25 +02:00
LICENSE.GPL Update copyright 2020-01-15 00:13:54 +08:00
LICENSE.rtf Update copyright 2020-01-15 00:13:54 +08:00
Makefile Merge pull request #5621 from dmitrio95/build-version-config 2020-04-07 21:43:45 +02:00
Makefile.mingw fix CI builds 2020-04-12 18:12:55 +02:00
Makefile.osx fix CI builds 2020-04-12 18:12:55 +02:00
mscore3.txt fix various typos 2019-12-19 06:13:30 -05:00
msvc_build.bat Simplify version-specific configuration in build scripts 2020-02-07 13:31:24 +02:00
README.md update and perfect format for README.md 2019-12-19 23:03:34 +08:00

MuseScore
Music notation and composition software

Travis CI Appveyor License: GPL v2

MuseScore is an open source and free music notation software. For support, contribution, and bug reports visit MuseScore.org. Fork and make pull requests!

Features

  • WYSIWYG design, notes are entered on a "virtual notepaper"
  • TrueType font(s) for printing & display allows for high quality scaling to all sizes
  • Easy & fast note entry
  • Many editing functions
  • MusicXML import/export
  • MIDI (SMF) import/export
  • MuseData import
  • MIDI input for note entry
  • Integrated sequencer and software synthesizer to play the score
  • Print or create pdf files

More info

License

MuseScore is licensed under GPL version 2.0. See LICENSE.GPL in the same directory.

Packages

  • aeolus: Clone of Aeolus. Disabled by default in the stable releases. See http://dev-list.musescore.org/Aeolus-Organ-Synth-td7578364.html. Kept as an example of how to integrate with a complex synthesizer.

  • assets: Graphical assets, use them if you need a MuseScore icon. For logo, color, etc., see https://musescore.org/en/about/logos-and-graphics.

  • 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@sourceforge, ported to C++ and customized. Code now at fluidsynth@github.

  • fonts: Contains fontforge source (sfd) + ttf/otf fonts. MuseScore includes the "Emmentaler" font from the Lilypond project.

  • libmscore: Data model of MuseScore.

  • mscore: Main code for the MuseScore UI.

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

  • vtest: Visual tests. Compare reference images with current implementation.

  • thirdparty: Contains projects which are included for convenience, usually to integrate them into the build system to make them available for all supported platforms.

Building

Read the developer handbook for a complete build walkthrough and a list of dependencies.

Getting sources

If using git to download repo of entire code history, type:

git clone https://github.com/musescore/MuseScore.git
cd MuseScore

Otherwise, you can just download the latest source release tarball from the Releases page, and then from your download directory type:

tar xzf MuseScore-x.x.x.tar.gz
cd MuseScore-x.x.x

Release Build

To compile MuseScore, type:

make release

If something goes wrong, then remove the whole build subdirectory with make clean and start new with make release.

Running

To start MuseScore, type:

./build.release/mscore/mscore

The Start Center window will appear on every invocation until you disable that setting via the "Preferences" dialog.

Installing

To install to default prefix using root user, type:

sudo make install

Debug Build

A debug version can be built by doing make debug instead of make release.

To run the debug version, type:

./build.debug/mscore/mscore

Testing

See mtest/README.md or the developer handbook for instructions on how to run the test suite.

The new script testing facility is also available to create your own automated tests. Please try it out!