Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dinput.h51 NoteType _noteType { NoteType::NORMAL };
95 NoteType noteType() const { return _noteType; } in noteType()
96 void setNoteType(NoteType t) { _noteType = t; } in setNoteType()
H A Dchord.h70 NoteType _noteType; ///< mark grace notes: acciaccatura and appoggiatura variable
178 NoteType noteType() const { return _noteType; } in noteType()
179 void setNoteType(NoteType t) { _noteType = t; } in setNoteType()
180 bool isGrace() const { return _noteType != NoteType::NORMAL; } in isGrace()
H A Dchord.cpp223 _noteType = NoteType::NORMAL; in Chord()
267 _noteType = c._noteType; in Chord()
369 if (_noteType != NoteType::NORMAL) in noteHeadWidth()
904 else if (_noteType != NoteType::NORMAL) { in computeUp()
986 switch (_noteType) { in write()
1080 _noteType = NoteType::APPOGGIATURA; in readProperties()
1088 _noteType = NoteType::GRACE4; in readProperties()
1092 _noteType = NoteType::GRACE16; in readProperties()
1096 _noteType = NoteType::GRACE32; in readProperties()
1634 if (_noteType == NoteType::NORMAL) in underBeam()
[all …]