CreditAttributes: {
    id: string | null;
    page: number | null;
}

Type declaration

  • id: string | null

    Specifies an ID that is unique to the entire document.

  • page: number | null

    Specifies the page number where the <credit> should appear. This is an integer value that starts with 1 for the first page. Its value is 1 if not specified. Since credits occur before the music, these page numbers do not refer to the page numbering specified by the <print> element's page-number attribute.

Generated using TypeDoc