Note attributes#
Note attributes are defined in the note
attribute space (short name: nt
), that matches only note nodes.
Attributes inherited from the node attribute space:
Attribute name | Short name | Possible values | Examples |
---|---|---|---|
hidden | h |
true , false |
nt.h not nt.h |
name | n |
strings in quotes | nt.n "A" nt.n "L*" |
selected | true , false |
nt.selected not nt.selected |
|
selectionFlag | sf |
true , false |
nt.sf false nt.sf |
visibilityFlag | vf |
true , false |
nt.vf false nt.vf |
visible | v |
true , false |
nt.v not nt.v |
hidden#
Inherited from node.hidden.
name#
Inherited from node.name.
selected#
Inherited from node.selected, but without the short name s
.
selectionFlag#
Inherited from node.selectionFlag.
visibilityFlag#
Inherited from node.visibilityFlag.
visible#
Inherited from node.visible.