Skip to content

Commit

Permalink
Redistributable files for Bravura v1.18, implementing SMuFL v1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Spreadbury committed May 18, 2015
1 parent 7199c3c commit 4775745
Show file tree
Hide file tree
Showing 12 changed files with 2,412 additions and 2,398 deletions.
6 changes: 3 additions & 3 deletions installers/windows/bravura-installer.iss
Expand Up @@ -4,7 +4,7 @@
; This script requires the Inno Setup Preprocessor (ISPP) to be installed.
; Without ISPP installed, these #define statements will not compile.
#define MyAppName "Bravura Font Family"
#define MyAppVersion "1.17"
#define MyAppVersion "1.18"
#define MyAppPublisher "Steinberg Media Technologies GmbH"
#define MyAppURL "http://www.steinberg.net/"

Expand Down Expand Up @@ -40,7 +40,7 @@ Source: "..\..\redist\bravura-text.md"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\redist\FONTLOG.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\redist\OFL.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\redist\OFL-FAQ.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\redist\otf\Bravura.otf"; DestDir: "{fonts}"; FontInstall: "Bravura"; Flags: onlyifdoesntexist uninsneveruninstall fontisnttruetype
Source: "..\..\redist\otf\BravuraText.otf"; DestDir: "{fonts}"; FontInstall: "Bravura Text"; Flags: onlyifdoesntexist uninsneveruninstall fontisnttruetype
Source: "..\..\redist\otf\Bravura.otf"; DestDir: "{fonts}"; FontInstall: "Bravura"; Flags: uninsneveruninstall fontisnttruetype
Source: "..\..\redist\otf\BravuraText.otf"; DestDir: "{fonts}"; FontInstall: "Bravura Text"; Flags: uninsneveruninstall fontisnttruetype
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

9 changes: 7 additions & 2 deletions redist/FONTLOG.txt
Expand Up @@ -10,7 +10,7 @@ Basic font information
----------------------
Bravura is a Unicode typeface designed by Steinberg for its in-development music notation and scoring application.

It is compliant with version 1.12 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.18 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.

More information about Steinberg's scoring application can be found at:

Expand Down Expand Up @@ -301,4 +301,9 @@ Changelog
– Reverted notes in 'Individual notes' range to have 3.5sp stems.
– Added separate glyphs for v, b, a, m, both superscript and on the baseline, to 'Octaves supplement' range.
– Added marcato-tenuto above and below to 'Articulations' range.
– Added 6 with slashed stem (figbass6Raised2) to 'Figured bass' range.
– Added 6 with slashed stem (figbass6Raised2) to 'Figured bass' range.

18 May 2015 (Daniel Spreadbury) Bravura 1.18
– Added side-bearings to figured bass digits, function symbols, and tuplet digits.
– Corrected triangular clefs at U+E06F–U+E072 to match the actual usage by the Polish composer Schäffer.
– Added z-style quarter (crotchet) rest.

0 comments on commit 4775745

Please sign in to comment.