Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5304 from mattmcclinch/294082-layout-stem
fix #294082: TAB - Mixing mensural value symbols and beaming in historic tablatures is broken.
  • Loading branch information
anatoly-os committed Oct 2, 2019
1 parent b88aa92 commit 0e4c3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/chord.cpp
Expand Up @@ -1671,6 +1671,8 @@ void Chord::layout2()
xOff -= minNoteDist + g->_spaceLw; // move to left by grace note right space and inter-grace distance
}
}
if (_tabDur)
_tabDur->layout2();
}

//---------------------------------------------------------
Expand Down

0 comments on commit 0e4c3cc

Please sign in to comment.