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.

Clone this wiki locally