Skip to content
Igor Korsukov edited this page Jan 26, 2021 · 6 revisions

Code structure

Root

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

  • build: Tools, scripts, and resources files for a build.

  • demos: A few MuseScore files to demonstrate what can be done.

  • fonts: Contains fontforge source (sfd) + ttf/otf fonts.

  • share: Files moved to /usr/share/... on install.

  • src: Source files.

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

  • tools: Different tools.

  • vtest: Visual test scripts and resources. Compare reference with the current implementation.

Testing

Translation

Compilation

  1. Set up developer environment
  2. Install Qt and Qt Creator
  3. Get MuseScore's source code
  4. Install dependencies
  5. Compile on the command line
  6. Compile in Qt Creator

Beyond compiling

  1. Find your way around the code
  2. Submit a Pull Request
  3. Fix the CI checks

Misc. development

Architecture general

Audio

Engraving

Extensions

Google Summer of Code

References

Clone this wiki locally