Note

inherits Element
Graphic representation of a note.

Properties

subchannelint midi subchannel (for midi articulation) (read only)
lineint notehead position (read only)
fretint fret number in tablature
stringint string number in tablature
tpcint tonal pitch class, as per concert pitch setting
tpc1int tonal pitch class, non transposed
tpc2int tonal pitch class, transposed
pitchint midi pitch
ppitchint actual played midi pitch (honoring ottavas) (read only)
ghostbool ghost note (guitar: death note)
hiddenbool hidden, not played note (read only)
mirrorbool mirror note head on x axis (read only)
smallbool small note head
playbool play note
tuningqreal tuning offset in cent
veloTypeMs::Note::ValueType (OFFSET_VAL, USER_VAL)
veloOffsetint
userMirrorMs::MScore::DirectionH (AUTO, LEFT, RIGHT)
userDotPositionMs::MScore::Direction (AUTO, UP, DOWN)
headGroupMs::NoteHead::Group (HEAD_NORMAL, HEAD_CROSS, HEAD_DIAMOND, HEAD_TRIANGLE, HEAD_MI, HEAD_SLASH, HEAD_XCIRCLE, HEAD_DO, HEAD_RE, HEAD_FA, HEAD_LA, HEAD_TI, HEAD_SOL, HEAD_BREVIS_ALT)
headTypeMs::NoteHead::Type (HEAD_AUTO, HEAD_WHOLE, HEAD_HALF, HEAD_QUARTER, HEAD_BREVIS)
elementsarray[Ms::Element] list of elements attached to note head
accidentalMs::Accidental note accidental (null if none)
accidentalTypeMs::Accidental::Type note accidental type
dotsarray[Ms::NoteDot] list of note dots (some can be null, read only)
dotsCountint number of note dots (read only)
tieForMs::Tie note forward tie (null if none, read only)
tieBackMs::Tie note backward tie (null if none, read only)