File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -1623,6 +1623,11 @@ static void readStyle(MStyle* style, XmlReader& e)
1623
1623
else if (tag == " ChordList" ) {
1624
1624
style->chordList ()->clear ();
1625
1625
style->chordList ()->read (e);
1626
+ for (ChordFont f : style->chordList ()->fonts ) {
1627
+ if (f.family == " MuseJazz" ) {
1628
+ f.family = " MuseJazz Text" ;
1629
+ }
1630
+ }
1626
1631
style->setCustomChordList (true );
1627
1632
chordListTag = true ;
1628
1633
}
Original file line number Diff line number Diff line change @@ -1169,6 +1169,11 @@ static void readStyle(MStyle* style, XmlReader& e)
1169
1169
style->chordList ()->clear ();
1170
1170
style->chordList ()->read (e);
1171
1171
style->setCustomChordList (true );
1172
+ for (ChordFont f : style->chordList ()->fonts ) {
1173
+ if (f.family == " MuseJazz" ) {
1174
+ f.family = " MuseJazz Text" ;
1175
+ }
1176
+ }
1172
1177
chordListTag = true ;
1173
1178
}
1174
1179
else {
Original file line number Diff line number Diff line change 27
27
=====================================================================
28
28
-->
29
29
30
- <!-- MuseJazz extensions are already superscripted; this is how much to move them back down -->
30
+ <!-- MuseJazz Text extensions are already superscripted; this is how much to move them back down -->
31
31
<!ENTITY ext " 2.5" >
32
- <!-- MuseJazz modifier digits are already superscripted; this is how much to move everything else up to match -->
32
+ <!-- MuseJazz Text modifier digits are already superscripted; this is how much to move everything else up to match -->
33
33
<!ENTITY mod " 4.5" >
34
34
<!-- this is additional superscripting to apply to modifier digits -->
35
35
<!ENTITY modn " 1" >
45
45
configured text style font family is used.
46
46
-->
47
47
48
- <font family =" MuseJazz" >
48
+ <font family =" MuseJazz Text " >
49
49
50
50
<sym code =" 0xe180" name =" ma" />
51
51
<sym code =" 0xe181" name =" mi" />
96
96
97
97
</font >
98
98
99
- <font family =" MuseJazz" >
99
+ <font family =" MuseJazz Text " >
100
100
<mag >0.85</mag >
101
101
102
102
<sym name =" (" />
122
122
123
123
</font >
124
124
125
- <font family =" MuseJazz" >
125
+ <font family =" MuseJazz Text " >
126
126
<mag >1.3</mag >
127
127
128
128
<sym code =" 0xe190" name =" e0" />
141
141
142
142
</font >
143
143
144
- <font family =" MuseJazz" >
144
+ <font family =" MuseJazz Text " >
145
145
<mag >0.75</mag >
146
146
147
147
<sym value =" (" name =" s(" />
You can’t perform that action at this time.
0 commit comments