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.
2 parents 64e2301 + 135f421 commit df15eb5Copy full SHA for df15eb5
src/engraving/dom/textbase.cpp
@@ -927,6 +927,9 @@ Font TextFragment::font(const TextBase* t) const
927
family = t->style().styleSt(Sid::musicalTextFont);
928
fontType = Font::Type::MusicSymbolText;
929
m = t->getProperty(Pid::MARKER_SYMBOL_SIZE).toDouble();
930
+ if (t->sizeIsSpatiumDependent()) {
931
+ m *= spatiumScaling;
932
+ }
933
} else {
934
935
vtest/scores/marker-4.mscz
19.2 KB
0 commit comments