Skip to content

Commit

Permalink
Tempo Popup
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharth-anand committed Aug 15, 2021
1 parent df87742 commit 7909795
Show file tree
Hide file tree
Showing 40 changed files with 2,709 additions and 1,919 deletions.
43 changes: 42 additions & 1 deletion fonts/leland/FONTLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Basic font information

Leland is a Unicode typeface designed by MuseScore BVBA for its music notation and scoring applications.

It is compliant with version 1.2 of the Standard Music Font Layout (SMuFL), a community-driven standard for how music symbols should be laid out in the Unicode Private Use Area (PUA) in the Basic Multilingual Plane (BMP) for compatibility between different scoring applications.
It is compliant with version 1.4 of the Standard Music Font Layout (SMuFL), a community-driven standard for how music symbols should be laid out in the Unicode Private Use Area (PUA) in the Basic Multilingual Plane (BMP) for compatibility between different scoring applications.

The latest version of the SMuFL specification can be found at:

Expand All @@ -32,6 +32,47 @@ https://musescore.com/contact

Change log
----------
08 July 2021 (Martin Keary & Simon Smith) Leland Version 0.61)
- Added missing points at extrema throughout

05 July 2021 (Martin Keary & Simon Smith) Leland Version 0.6
- Leland
- Added:
- Notehead parentheses (E0F5, E0F6)
- Noteheads:
- square white/black (E0B8, E0B9)
- triangle up white/black (E0BD, E0BE)
- triangle left white/black (E0BF, E0C0)
- moon white/black (E0CA, E0CB)
- triangle-round down white/black (E0CC, E0CD)
- slashed (E0CF-E0D6)
- diamond double whole and whole (E0D7, E0D8)
- round double-slashed black/white (E11C, E11D)
- Straight flags (stylistic alternates for E240-E24D)
- Metronome mark double whole note, whole note, 32nd note (ECA0, ECA2, ECAB)
- Z-style quarter rest (E4F6)
- Modified:
- Treble clefs (E050-E057, E07A)
- Whole note and double whole note (E0A0, E0A2)
- Diamond half and whole noteheads (E0D9, E0DB)
- Flags (E240-E251)
- Some quartertones with arrows (E274-E278)
- Laissez vibrer ties (E4BA, E4BB)
- Maxima, longa and double whole rests (E4E0-E4E2)
- Metronome mark notes (ECA3, ECA5, ECA7, ECA9) and dot (ECB7)
- Leland Text
- Added:
- Chord symbols (E870-E87C)
- Metronome mark double whole note, whole note, 32nd note (ECA0, ECA2, ECAB)
- Standard accidentals for chord symbols (ED60-ED66)
- Modified:
- Metronome mark notes (ECA3, ECA5, ECA7, ECA9) and dot (ECB7)
- Added metadata for glyphsWithAlternates and ligatures
- Added metadata for preferred text fonts, in engravingDefaults

04 February 2021 (Martin Keary & Simon Smith) Leland Version 0.52
- Packaged with MuseScore 3.6.2
- Added kerning for fz pairs in dynamics

25 January 2021 (Martin Keary & Simon Smith) Leland Version 0.51
- Packaged with MuseScore 3.6.1
Expand Down
Binary file modified fonts/leland/Leland.otf
Binary file not shown.
Binary file modified fonts/leland/LelandText.otf
Binary file not shown.
10 changes: 6 additions & 4 deletions fonts/leland/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Leland music fonts

This repository contains the **Leland music fonts, Version 0.51**.
This repository contains the **Leland music fonts, Version 0.61**.

## About the fonts

The Leland music fonts (Leland & Leland Text), Version 0.51 are available in Type 1, OpenType-CFF format. They are distributed under the [SIL Open Font License (OFL), Version 1.1](./LICENSE.txt).
The Leland music fonts (Leland & Leland Text), Version 0.61 are available in Type 1, OpenType-CFF format. They are distributed under the [SIL Open Font License (OFL), Version 1.1](./LICENSE.txt).

The fonts have been initially developed for MuseScore (https://www.musescore.org) music composition software.

Expand All @@ -16,10 +16,12 @@ The font is named after [Leland Smith](https://en.wikipedia.org/wiki/Leland_Smit

Leland is included with MuseScore 3.6 and later, so no further installation is required to use it in MuseScore.

To use the font in Dorico (1.0.20 and later), the `metadata.json` file needs to be copied to the following location:
To use the font with other applications, install the .otf font files in your OS in the usual way. Note that this font does **not** yet work in Sibelius or Finale as they do not have support for SMuFL fonts. (A Sibelius-specific version is in development.)

To use the font in Dorico (1.0.20 and later), the `leland_metadata.json` file needs to be copied to the following location:

__Windows__: `C:\Program Files\Common Files\SMuFL\Fonts\Leland\Leland.json`
__Mac__: `/Library/Application Support/SMuFL/Fonts/Leland/Leland.json`
__Linux__: `/usr/share/SMuFL/Fonts/Leland/Leland.json`

To use the font with other applications, install the .otf font files in your OS in the usual way. Note that this font does **not** yet work in Sibelius or Finale as they do not have support for SMuFL fonts. (A Sibelius-specific version is in development.)
Note that you will need to create a Leland folder inside the `SMuFL/Fonts` folder manually, as well as renaming the `leland_metadata.json` file to `Leland.json`.
Loading

0 comments on commit 7909795

Please sign in to comment.