PrintAttributes: {
    blank-page: number | null;
    id: string | null;
    new-page: "yes" | "no" | null;
    new-system: "yes" | "no" | null;
    page-number: string | null;
    staff-spacing: number | null;
}

Type declaration

  • blank-page: number | null

    The number of blank pages to insert before the current measure. It is ignored if new-page is not "yes". These blank pages have no music, but may have text or images specified by the credit element. This is used to allow a combination of pages that are all text, or all text and images, together with pages of music.

  • id: string | null

    Specifies an ID that is unique to the entire document.

  • new-page: "yes" | "no" | null

    Indicates whether to force a page break, or to force the current music onto the same page as the preceding music. Normally this is the first music data within a measure. If used in multi-part music, the attributes should be placed in the same positions within each part, or the results are undefined.

  • new-system: "yes" | "no" | null

    Indicates whether to force a system break, or to force the current music onto the same system as the preceding music. Normally this is the first music data within a measure. If used in multi-part music, the attributes should be placed in the same positions within each part, or the results are undefined.

  • page-number: string | null

    Sets the number of a new page. It is ignored if new-page is not "yes".

  • staff-spacing: number | null

    Specifies spacing between multiple staves in tenths of staff space. Deprecated as of Version 1.1; the staff-layout element should be used instead. If both are present, the staff-layout values take priority.

Generated using TypeDoc