Home
last modified time | relevance | path

Searched defs:noteHeadWidth (Results 1 – 3 of 3) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Ddynamic.cpp282 qreal noteHeadWidth = score()->noteHeadWidth() * c->mag(); in layout() local
H A Dscore.h1163 qreal noteHeadWidth() const { return _noteHeadWidth; } in noteHeadWidth() function
H A Dchord.cpp366 qreal Chord::noteHeadWidth() const in noteHeadWidth() function in Ms::Chord