diff --git a/libmscore/chord.cpp b/libmscore/chord.cpp index bf886ceab1..07dc8cd83c 100644 --- a/libmscore/chord.cpp +++ b/libmscore/chord.cpp @@ -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(); } //---------------------------------------------------------