Skip to content

Commit 89f127a

Browse files
authored
Merge pull request #27018 from alexpavlov96/gp_styles_fix
fixed guitar pro styles for mordents
2 parents c7dac23 + 55a742f commit 89f127a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/engraving/data/styles/gp-style.mss

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<rasgueadoShowTabSimple>0</rasgueadoShowTabSimple>
2323
<rasgueadoShowTabCommon>1</rasgueadoShowTabCommon>
2424
<mordentShowTabSimple>0</mordentShowTabSimple>
25-
<mordentShowTabCommon>0</mordentShowTabCommon>
25+
<mordentShowTabCommon>1</mordentShowTabCommon>
2626
<turnShowTabSimple>0</turnShowTabSimple>
27-
<turnShowTabCommon>0</turnShowTabCommon>
27+
<turnShowTabCommon>1</turnShowTabCommon>
2828
<wahShowTabSimple>0</wahShowTabSimple>
2929
<wahShowTabCommon>1</wahShowTabCommon>
3030
<golpeShowTabSimple>0</golpeShowTabSimple>

src/engraving/dom/stafftype.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@ bool StaffType::isSimpleTabStaff() const
267267
case StaffTypes::TAB_4SIMPLE:
268268
case StaffTypes::TAB_5SIMPLE:
269269
case StaffTypes::TAB_6SIMPLE:
270+
case StaffTypes::TAB_7SIMPLE:
271+
case StaffTypes::TAB_8SIMPLE:
272+
case StaffTypes::TAB_9SIMPLE:
273+
case StaffTypes::TAB_10SIMPLE:
270274
case StaffTypes::TAB_ITALIAN:
271275
case StaffTypes::TAB_FRENCH:
272276
return true;

0 commit comments

Comments
 (0)