All Projects → musescore → Musescore

musescore / Musescore

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

Programming Languages

C++
36643 projects - #6 most used programming language
CartoCSS
35 projects
QML
638 projects
CMake
9771 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Musescore

webmscore
MuseScore's core library (libmscore) in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers.
Stars: ✭ 91 (-98.61%)
Mutual labels:  musicxml, sheet-music, musescore
gm
R Package for Music Score and Audio Generation
Stars: ✭ 116 (-98.23%)
Mutual labels:  musicxml, sheet-music, musescore
embed-client
🎼 Sheet Music & Tabs Embed JavaScript Client
Stars: ✭ 43 (-99.34%)
Mutual labels:  music-notation, musicxml, sheet-music
python-blobopera
Toolkit to convert MusicXML files into Blob Opera scores with real lyrics.
Stars: ✭ 24 (-99.63%)
Mutual labels:  musicxml, musescore
canorus
Canorus is a free cross-platform music score editor
Stars: ✭ 25 (-99.62%)
Mutual labels:  music-notation, musicxml
Powertabeditor
A cross-platform guitar tablature editor.
Stars: ✭ 334 (-94.9%)
Mutual labels:  music-notation, qt
Qt.go
Qt binding for Go (Golang) aims get Go's compile speed again.
Stars: ✭ 487 (-92.56%)
Mutual labels:  qt
Vue Nodegui
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀
Stars: ✭ 575 (-91.22%)
Mutual labels:  qt
Taoquick
a cool QtQuick/qml component library and demo(一套酷炫的QtQuick/Qml基础库和示例)
Stars: ✭ 481 (-92.65%)
Mutual labels:  qt
Qview
Practical and minimal image viewer
Stars: ✭ 460 (-92.97%)
Mutual labels:  qt
Qspectrumanalyzer
Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)
Stars: ✭ 677 (-89.66%)
Mutual labels:  qt
Alphatab
alphaTab is a cross platform music notation and guitar tablature rendering library.
Stars: ✭ 647 (-90.12%)
Mutual labels:  music-notation
Olive
Free open-source non-linear video editor
Stars: ✭ 5,682 (-13.2%)
Mutual labels:  qt
Ctk
A set of common support code for medical imaging, surgical navigation, and related purposes.
Stars: ✭ 498 (-92.39%)
Mutual labels:  qt
Ripes
A graphical processor simulator and assembly editor for the RISC-V ISA
Stars: ✭ 584 (-91.08%)
Mutual labels:  qt
Huestacean
Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
Stars: ✭ 484 (-92.61%)
Mutual labels:  qt
Cutelyst
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Stars: ✭ 671 (-89.75%)
Mutual labels:  qt
Qlcplus
Q Light Controller Plus
Stars: ✭ 467 (-92.87%)
Mutual labels:  qt
Qtsharp
Mono/.NET bindings for Qt
Stars: ✭ 532 (-91.87%)
Mutual labels:  qt
Qt Frameless Window Darkstyle
simple MainWindow class implementation with frameless window and custom dark style. It adds also support for titlebar and buttons (minimize, maximize, close)
Stars: ✭ 628 (-90.41%)
Mutual labels:  qt

MuseScore Music notation and composition software

License: GPL v3

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 3.0. See LICENSE.GPL in the same directory.

Packages

See Code Structure on Wiki

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 for release, type:

cmake -P build.cmake -DCMAKE_BUILD_TYPE=Release

If something goes wrong, append the word "clean" to the above command to delete the build subdirectory:

cmake -P build.cmake -DCMAKE_BUILD_TYPE=Release clean

Then try running the first command again.

Running

To start MuseScore, type:

cmake -P build.cmake -DCMAKE_BUILD_TYPE=Release run

Or run the compiled executable directly.

Debug Build

A debug version can be built and run by replacing -DCMAKE_BUILD_TYPE=Release with -DCMAKE_BUILD_TYPE=Debug in the above commands.

If you omit the -DCMAKE_BUILD_TYPE option entirely then RelWithDebInfo is used by default, as it provides a useful compromise between Release and Debug.

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!

Code Formatting

Run ./hooks/install.sh to install a pre-commit hook that will format your staged files. Requires that you install uncrustify.

If you have problems, please report them. To uninstall, run ./hooks/uninstall.sh.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].