Skip to content

Commit

Permalink
fixed guitar pro styles for mordents
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpavlov96 committed Mar 10, 2025
1 parent c7dac23 commit 55a742f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engraving/data/styles/gp-style.mss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<rasgueadoShowTabSimple>0</rasgueadoShowTabSimple>
<rasgueadoShowTabCommon>1</rasgueadoShowTabCommon>
<mordentShowTabSimple>0</mordentShowTabSimple>
<mordentShowTabCommon>0</mordentShowTabCommon>
<mordentShowTabCommon>1</mordentShowTabCommon>
<turnShowTabSimple>0</turnShowTabSimple>
<turnShowTabCommon>0</turnShowTabCommon>
<turnShowTabCommon>1</turnShowTabCommon>
<wahShowTabSimple>0</wahShowTabSimple>
<wahShowTabCommon>1</wahShowTabCommon>
<golpeShowTabSimple>0</golpeShowTabSimple>
Expand Down
4 changes: 4 additions & 0 deletions src/engraving/dom/stafftype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ bool StaffType::isSimpleTabStaff() const
case StaffTypes::TAB_4SIMPLE:
case StaffTypes::TAB_5SIMPLE:
case StaffTypes::TAB_6SIMPLE:
case StaffTypes::TAB_7SIMPLE:
case StaffTypes::TAB_8SIMPLE:
case StaffTypes::TAB_9SIMPLE:
case StaffTypes::TAB_10SIMPLE:
case StaffTypes::TAB_ITALIAN:
case StaffTypes::TAB_FRENCH:
return true;
Expand Down

0 comments on commit 55a742f

Please sign in to comment.