We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5bcd3 commit 905e64bCopy full SHA for 905e64b
libmscore/chord.cpp
@@ -1477,7 +1477,7 @@ qreal Chord::minAbsStemLength() const
1477
1478
// two-note tremolo
1479
else {
1480
- if (_tremolo->chord1()->up() == _tremolo->chord2()->up()) {
+ if (_tremolo->chord2() && _tremolo->chord1()->up() == _tremolo->chord2()->up()) {
1481
const qreal tremoloMinHeight = _tremolo->minHeight() * spatium();
1482
return tremoloMinHeight + beamLvl * beamDist + 2 * td * spatium();
1483
}
0 commit comments