musescore/musescore

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

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 3rd, 2026
Created on May 26th, 2012
Open Issues & Pull Requests: 4,185 (+0)
GitHub issues: Enabled
Number of forks: 3,282
Total Stargazers: 15,069 (+0)
Total Subscribers: 237 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.1 hours
Mean response time: 17.1 days
90th percentile: 3.8 days
Tracked items: 8,237

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 46% of tracked open issues have had no activity in three months. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3,933
New in 7 days: 30
Closed in 7 days: 20
Avg open age: 737 days
Stale 30+ days: 3,651
Stale 90+ days: 2,830

Recent activity

Opened in 7 days: 27
Closed in 7 days: 19
Comments in 7 days: 2
Events in 7 days: 2

Top labels

  • P2 (1,892)
  • engraving (1,739)
  • UX/interaction (1,504)
  • feature request (1,290)
  • P1 (1,248)
  • regression MS4 (1,077)
  • P3 (1,008)
  • UI (789)

Detailed Description

MuseScore is a free, open source music notation and composition software that provides WYSIWYG editing on a virtual notepaper with high-quality TrueType font rendering.

The tool addresses the need for accessible music notation software by combining fast note entry with comprehensive editing capabilities. It uses a visual design where musicians work directly on a virtual staff, with support for multiple input methods including MIDI input for note entry. The software includes an integrated sequencer and synthesizer for playback, and handles a range of music file formats including MusicXML, MIDI, MEI, and MuseData for both import and export operations.

MuseScore suits musicians, composers, and educators who need to create, edit, and share sheet music without licensing costs. It works well for anyone from casual users to those producing publication-ready scores, since it supports printing and PDF generation. The project is appropriate for contributors interested in music software development, as it welcomes forks and pull requests through its public repository.

The codebase is written in C++ and uses Qt for its interface, with a modular architecture that includes a separate muse_framework submodule. The project maintains organized build infrastructure with CMake-based compilation supporting release, debug, and testing configurations. Code quality is enforced through pre-commit hooks using uncrustify for formatting. Development documentation is centralized in the project wiki, covering compilation setup, code structure, unit testing procedures, and Git workflow guidelines.