Skip to content

Commit

Permalink
fix #53761: cross-staff beam too short
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Apr 3, 2015
1 parent e679eda commit 42bdb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/beam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ void Beam::layout2(QList<ChordRest*>crl, SpannerSegmentType, int frag)
else {
if (cr1->up())
x2 -= stemWidth;
else if (!cr2->up())
if (!cr2->up())
x3 += stemWidth;
}
}
Expand Down

0 comments on commit 42bdb5f

Please sign in to comment.