MuseScore/fonts
Marc Sabatella f5f8423eb9 update to Campania font version 2.005
Previous version allowed "t" as alias for triangle,
which breaks "It6" as abbreviation for Italian augmented sixth.
This version retains "^" as the alias triangle
(this was also supported in previous versions).
2019-08-27 08:57:44 -06:00
..
bravura update Bravura to latest version 1.272 2018-11-29 23:15:37 +01:00
campania update to Campania font version 2.005 2019-08-27 08:57:44 -06:00
gootville remove the Unix executable attribute from non-executable files 2018-11-03 15:46:23 +01:00
mscore remove unused fonts 2018-11-27 23:11:55 +01:00
musejazz remove the Unix executable attribute from non-executable files 2018-11-03 15:46:23 +01:00
smufl remove the Unix executable attribute from non-executable files 2018-11-03 15:46:23 +01:00
fonts_figuredbass.xml
fonts_tablature.xml Fix #272241: allow tab to go beyond 24 frets 2018-09-10 14:24:28 +02:00
FreeSans.sfd
FreeSans.ttf
FreeSerif.sfd
FreeSerif.ttf
FreeSerifBold.sfd
FreeSerifBold.ttf
FreeSerifBoldItalic.sfd
FreeSerifBoldItalic.ttf
FreeSerifItalic.sfd
FreeSerifItalic.ttf
mscore-BC.sfd
mscore-BC.ttf
mscore_tab.sfd
mscoreTab.ttf
README.md add Campania font + collect_artifacts 2019-08-27 08:53:39 -06: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.
  • musejazz The MuseJazz and MuseJazzText fonts used for notation and text in a handwritten style. These are maintained by the MuseScore project.
  • campania The Campania font for Roman numeral analysis. This font is not maintained by the MuseScore project, but it is open source and contributions from the MuseScore community are encouraged at the main site for the font.

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 Linux and Windows required it to be unchecked. It seems this has changed since then (probably on account of a change within Qt) and now it seems proper to always check "OpenType". But 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, regardless of what we believe should work in theory.