Home
last modified time | relevance | path

Searched refs:hasAccidental (Results 1 – 3 of 3) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dxml.h116 …bool hasAccidental { false }; // used for userAccidental backward compatibility
H A Dread114.cpp602 e.hasAccidental = false; // used for userAccidental backward compatibility in readNote()
618 if (e.hasAccidental) // if the other tag has already been read, in readNote()
626 … if (!e.hasAccidental) // only the new accidental, if it has been added previously in readNote()
628 e.hasAccidental = true; // we now have an accidental in readNote()
668 if (!e.hasAccidental) { in readNote()
713 e.hasAccidental = true; // we now have an accidental in readNote()
H A Dmeasure.cpp4386 static bool hasAccidental(Segment* s) in hasAccidental() function
4564 … x += score()->styleP(hasAccidental(s) ? Sid::barAccidentalDistance : Sid::barNoteDistance); in computeMinWidth()