MuseScore/fonts
Joachim Schmitz da8f5366b5 fix #41621: Registration of hooks doesn't follow ...
SMuFL recommendation.
Also added tab clefs and fix problem with older (classic) quarter rest
2014-12-23 10:28:27 +01:00
..
bravura Reverted the bravura font changes 2014-08-15 16:22:35 +01:00
gootville fix #41621: Registration of hooks doesn't follow ... 2014-12-23 10:28:27 +01:00
mscore fix note parenthesis SMuFL way, use proper accidental parenthesis from SMuFL font 2014-11-25 18:01:41 +01:00
fonts_figuredbass.xml Accept '+' as both a prefix and a suffix, to accommodate harmony notation. 2013-02-10 07:01:31 +01:00
fonts_tablature.xml Small cosmetic changes to mscoreTAB fonts 2014-08-15 14:06:10 +02:00
FreeSans.sfd update freefonts to vanilla 20120503, remove freefonts from mtest.qrc because they cause a g++ crash(!) 2014-05-21 12:20:05 +02:00
FreeSans.ttf update freefonts to vanilla 20120503, remove freefonts from mtest.qrc because they cause a g++ crash(!) 2014-05-21 12:20:05 +02:00
FreeSerif.sfd update freefont to 20120503, revert to vanilla fonts. Will help to solve #25076 2014-05-17 15:16:20 +02:00
FreeSerif.ttf update freefonts to vanilla 20120503, remove freefonts from mtest.qrc because they cause a g++ crash(!) 2014-05-21 12:20:05 +02:00
FreeSerifBold.sfd update freefont to 20120503, revert to vanilla fonts. Will help to solve #25076 2014-05-17 15:16:20 +02:00
FreeSerifBold.ttf update freefonts to vanilla 20120503, remove freefonts from mtest.qrc because they cause a g++ crash(!) 2014-05-21 12:20:05 +02:00
mscore-BC.sfd Accept '+' as both a prefix and a suffix, to accommodate harmony notation. 2013-02-10 07:01:31 +01:00
mscore-BC.ttf Accept '+' as both a prefix and a suffix, to accommodate harmony notation. 2013-02-10 07:01:31 +01:00
mscore_tab.sfd Small improvements to TAB font: 2014-10-20 10:15:00 +02:00
mscoreTab.otf Small improvements to TAB font: 2014-10-20 10:15:00 +02:00
mscoreTab.ttf Small improvements to TAB font: 2014-10-20 10:15:00 +02:00
MuseJazz-Mac.ttf restore dot & fix MuseScore for Mac 2014-08-25 22:10:58 -06:00
MuseJazz.sfd fix #40091: double flat/sharp in chord symbols 2014-12-04 13:04:44 -07:00
MuseJazz.ttf add double flat/sharp to MuseJazz 2014-12-04 13:04:44 -07:00
README.md fix #41641: Change Gonville to Gootville 2014-12-19 17:26:41 +01:00

MuseScore Fonts

This directory contains the fonts used internally by MuseScore and the sources used to generate them.

FontForge is used to work on the fonts and the sources are all in the .sfd format used by FontForge.

Sub-directories

  • bravura The Bravura fonts and the documentation for them and for SMuFL. These fonts are not maintained by the MuseScore community, please DO NOT EDIT these fonts.
  • gootville The Gonville font for score musical symbols. This font is modified and maintained by the MuseScore project.
  • mscore The main font used in MuseScore scores for musical symbols (formerly known as Emmentaler), as well its counterpart used for texts.

Other files in the main fonts directories are for collateral fonts used by MuseScore for specific tasks. If an .sfd file is present, the font is maintained/customized by the MuseScore community.

Notes on using FontForge

  1. Version: FontForge version of 2014-05-27 is known to have generated .ttf fonts not working under Windows. Until the actual reason of the failure is understood, please do not use it. Version of 2012-07-31 is known to work.
  2. Font names: In some Fontforge versions and/or under some platforms, Fontforge seems to skip the "FullName" line while saving the font and this makes a .ttf generated from the source unusable under Windows. To ensure that this line is always output, select "Element | Font info...", tab "PS Names" and make sure the string "Name for humans:" is different from the string "Fontname:".
  3. Kern: To ensure fonts are properly kerned under all supported platforms, uncheck the "Old style 'kern'" checkbox in the "Option" subdialog of the "Generate Font" dialog box.
  4. OpenType: For MuseJazz at least but perhaps other fonts, it had at one time been determined that MacOS requires you to check the OpenType box in order for kerning to work, although this box must not be checked on Linux or Windows. However, this may not always be true. Please try to verify that fonts you generate from .sfd sources kern properly on all platforms, and be aware that playing with the Apple / OpenType / Old style kern options may be necessary.