Skip to content

Commit

Permalink
update MuseJazz and MuseJazzText
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Nov 4, 2016
1 parent 221f20b commit 86b27e5
Show file tree
Hide file tree
Showing 22 changed files with 1,458 additions and 15,624 deletions.
Binary file modified fonts/musejazz/MuseJazz.otf
Binary file not shown.
Binary file added fonts/musejazz/MuseJazzText.otf
Binary file not shown.
15,542 changes: 0 additions & 15,542 deletions fonts/musejazz/MuseJazzText.sfd

This file was deleted.

Binary file removed fonts/musejazz/MuseJazzText.ttf
Binary file not shown.
1,534 changes: 1,455 additions & 79 deletions fonts/musejazz/metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libmscore/mscore.cpp
Expand Up @@ -271,7 +271,7 @@ void MScore::init()
//
#if !defined(Q_OS_MAC) && !defined(Q_OS_IOS)
static const char* fonts[] = {
":/fonts/musejazz/MuseJazzText.ttf",
":/fonts/musejazz/MuseJazzText.otf",
":/fonts/FreeSans.ttf",
":/fonts/FreeSerif.ttf",
":/fonts/FreeSerifBold.ttf",
Expand Down
2 changes: 1 addition & 1 deletion mscore/CMakeLists.txt
Expand Up @@ -590,7 +590,7 @@ if (APPLE)
install (FILES
../fonts/gootville/GootvilleText.otf
../fonts/mscore/MScoreText.ttf
../fonts/musejazz/MuseJazzText.ttf
../fonts/musejazz/MuseJazzText.otf
../fonts/FreeSerif.ttf
../fonts/FreeSerifBold.ttf
../fonts/FreeSerifItalic.ttf
Expand Down
2 changes: 1 addition & 1 deletion mscore/musescorefonts-MuseJazz.qrc
@@ -1,6 +1,6 @@
<RCC>
<qresource prefix="/">
<file alias="fonts/musejazz/MuseJazz.otf">../fonts/musejazz/MuseJazz.otf</file>
<file alias="fonts/musejazz/MuseJazzText.ttf">../fonts/musejazz/MuseJazzText.ttf</file>
<file alias="fonts/musejazz/MuseJazzText.otf">../fonts/musejazz/MuseJazzText.otf</file>
</qresource>
</RCC>
Binary file modified vtest/musejazz-1-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-10-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-11-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-2-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-3-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-4-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-5-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-6-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-7-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-8-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-9-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-text-1-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-text-2-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vtest/musejazz-text-3-ref.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

3 comments on commit 86b27e5

@mirabilos
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lasconic in this commit you deleted the source code of MuseJazzText fonts/musejazz/MuseJazzText.sfd

Would you please restore it, otherwise we cannot ship the new version of MuseJazzText in Debian.

@mirabilos
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The source code of the MuseJazz font (MuseJazz.sfd, present in 2.x) is also missing.

Please do ensure that the .sfd font source code files for all fonts are present.

@mirabilos
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.