Skip to content

Commit

Permalink
remove Petaluma Script at places that ask for a musical text fonts
Browse files Browse the repository at this point in the history
and fix a typo
  • Loading branch information
Jojo-Schmitz committed Oct 13, 2019
1 parent b9d653e commit 9ed0f2a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion libmscore/sym.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5859,7 +5859,6 @@ void initScoreFonts()
QFont::insertSubstitution("ScoreFont", "Bravura Text");
QFont::insertSubstitution("MuseJazz Text", "Bravura Text");
QFont::insertSubstitution("Petaluma Text", "Bravura Text");
QFont::insertSubstitution("Petaluma Script","Bravura Text");
ScoreFont::fallbackFont(); // load fallback font
}

Expand Down
1 change: 0 additions & 1 deletion mscore/editstyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,6 @@ void EditStyle::setValues()
musicalTextFont->addItem("Gonville Text", "Gootville Text");
musicalTextFont->addItem("MuseJazz Text", "MuseJazz Text");
musicalTextFont->addItem("Petaluma Text", "Petaluma Text");
musicalTextFont->addItem("Petaluma Script", "Petaluma Script");
QString tfont(lstyle.value(Sid::MusicalTextFont).toString());
idx = musicalTextFont->findData(tfont);
musicalTextFont->setCurrentIndex(idx);
Expand Down
10 changes: 0 additions & 10 deletions mscore/editstyle.ui
Original file line number Diff line number Diff line change
Expand Up @@ -357,16 +357,6 @@
<string notr="true">Petaluma Text</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Petaluma Script</string>
</property>
</item>
<item>
<property name="text">
<string/>
</property>
</item>
</widget>
</item>
<item row="0" column="3">
Expand Down
2 changes: 1 addition & 1 deletion mscore/musescorefonts-Mac.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<file alias="fonts/gootville/Gootville.otf">../fonts/gootville/Gootville.otf</file>
<file alias="fonts/bravura/Bravura.otf">../fonts/bravura/Bravura.otf</file>
<file alias="fonts/musejazz/MuseJazz.otf">../fonts/musejazz/MuseJazz.otf</file>
<file alias="fonts/petaluma/Petaluma.otf">../fonts/petalume/Petaluma.otf</file>
<file alias="fonts/petaluma/Petaluma.otf">../fonts/petaluma/Petaluma.otf</file>
</qresource>
</RCC>

0 comments on commit 9ed0f2a

Please sign in to comment.