Skip to content

Commit

Permalink
Merge pull request musescore#18568 from mike-spa/fix#18565
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPudashkin committed Jul 13, 2023
2 parents ff86773 + 1447390 commit e784b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/libmscore/chord.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,7 @@ Shape Chord::shape() const
for (LedgerLine* l = m_ledgerLines; l; l = l->next()) {
shape.add(l->shape().translate(l->pos()));
}
if (m_beamlet) {
if (m_beamlet && m_stem) {
double xPos = m_beamlet->line.p1().x() - m_stem->xpos();
if (m_beamlet->isBefore && !m_up) {
xPos -= m_stem->width();
Expand Down

0 comments on commit e784b32

Please sign in to comment.