Home
last modified time | relevance | path

Searched refs:fretConflict (Results 1 – 2 of 2) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnote.h403 bool fretConflict() const { return _fretConflict; } in fretConflict() function
H A Dnote.cpp1229 if (!tab->linesThrough() || fretConflict()) { in draw()
1241 …if (fretConflict() && !score()->printing() && score()->showUnprintable()) { //on fret con… in draw()