![[name_display image]](images/table_reference/name_display.png)
name_display
A name display contains a list of text display objects: the list of
display-text and accidental-text elements defined in the xs:choice block in complexType
name-display.
Foreign key to name_display is name_display_id.
Name display objects are found in:
-
A score part or part group in table
part_list_item, each of which has both a name and an abbreviation display, joined to thename_displaytable by pair of foreign keys, one for the name, one for the abbreviation:name_display_idandabbreviation_display_id -
A print object in the
music_datatable, having both a part name display and a part abbreviation display. Foreign keys toname_displayarename_display_idandabbreviation_display_id.