![[metronome_note image]](images/table_reference/metronome_note.png)
metronome_note
The
metronome_note table represents the data structure of the second xs:sequence of the xs:choice in the
metronome complexType definition in the MusicXML schema.
This sequence includes the metronome-arrows, metronome-note, and
metronome-relation elements.
The sequence as a whole defines a note metronome.
A note metronome is a direction type in table
direction_type, direction_type_type note
metronome, and persists as follows:
- The presence or absence of the
metronome-arrowselement in boolean fieldmetronome_arrows. - The text value of element
metronome-relationin fieldmetronome_relation. -
Two lists of
metronome_noterecords, corresponding to the two lists ofmetronome-noteelements that are separated by themetronome-relationelement. Ametronome_noterecord in the first list joins to the note metronome in thedirection_typetable using foreign keynote_metronome_1_id. Ametronome_noterecord in the second list joins to the note metronome in thedirection_typetable using foreign keynote_metronome_2_id.
A
metronome_note record persists as follows:
- The text value of subelement
metronome-typein fieldmetronome_type. - The count of
metronome-dotsubelements in fieldmetronome_dots. - The list of
metronome-beatsubelements in tablemetronome_beam, foreign keymetronome_note_id. - The
typeattribute value of subelementmetronome-tiedin fieldmetronome_tied. - The
metronome-tupletsubelement in tablemetronome_tuplet.