[music_data/print image]
music_data/print
music_data record, music_data_type print.
The measure-layout and measure-numbering types, and the print-attributes attributeGroup are unique to the print complexType, and so their values are folded into the print record, and included in the music_data table, rather than using separate tables using table joins.
These values are handled as follows:
  • measure-layout element's measure-distance subelement text: field measure_distance
  • measure-numbering element text: field measure_numbering_value
  • measure-numbering element's display attributes: display table, foreign key display_id
  • print-attributes attributeGroup values: fields staff_spacing, new_system, new_page, blank_page, page_number
layout group values in layout table, foreign key layout_id.
part-name-display and part-abbreviation-display element data are in table name_display, foreign keys name_display_id and abbreviation_display_id.