subchannel | int | midi subchannel (for midi articulation) (read only)
|
line | int | notehead position (read only)
|
fret | int | fret number in tablature
|
string | int | string number in tablature
|
tpc | int | tonal pitch class, as per concert pitch setting
|
tpc1 | int | tonal pitch class, non transposed
|
tpc2 | int | tonal pitch class, transposed
|
pitch | int | midi pitch
|
ppitch | int | actual played midi pitch (honoring ottavas) (read only)
|
ghost | bool | ghost note (guitar: death note)
|
hidden | bool | hidden, not played note (read only)
|
mirror | bool | mirror note head on x axis (read only)
|
small | bool | small note head
|
play | bool | play note
|
tuning | qreal | tuning offset in cent
|
veloType | Ms::Note::ValueType | (OFFSET_VAL, USER_VAL)
|
veloOffset | int |
|
userMirror | Ms::MScore::DirectionH | (AUTO, LEFT, RIGHT)
|
userDotPosition | Ms::MScore::Direction | (AUTO, UP, DOWN)
|
headGroup | Ms::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)
|
headType | Ms::NoteHead::Type | (HEAD_AUTO, HEAD_WHOLE, HEAD_HALF, HEAD_QUARTER, HEAD_BREVIS)
|
elements | array[Ms::Element] | list of elements attached to note head
|
accidental | Ms::Accidental | note accidental (null if none)
|
dots | array[Ms::NoteDot] | list of note dots (empty if none)
|
tieFor | Ms::Tie | note forward tie (null if none, read only)
|
tieBack | Ms::Tie | note backward tie (null if none, read only)
|