Skip to content

Commit 3855d61

Browse files
committed
Merge pull request #54 from mgavioli/Small_accidental_layout
Take into account _small flag for accidental layout
2 parents 6426665 + 4727589 commit 3855d61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libmscore/accidental.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ void Accidental::layout()
288288
}
289289

290290
qreal m = magS();
291+
if (_small)
292+
m *= score()->styleD(ST_smallNoteMag);
291293
QPointF pos;
292294
if (_hasBracket) {
293295
SymElement e(leftparenSym, 0.0);

0 commit comments

Comments
 (0)