[name_display image]
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 the name_display table by pair of foreign keys, one for the name, one for the abbreviation: name_display_id and abbreviation_display_id
  • A print object in the music_data table, having both a part name display and a part abbreviation display. Foreign keys to name_display are name_display_id and abbreviation_display_id.