Skip to content

Add Encoding Supports Hints to ScoreData #98

@webern

Description

@webern

When Finale writes a MusicXML file, it includes this information:

    <encoding>
      <software>Finale v26.2.2 for Mac</software>
      <encoding-date>2020-06-01</encoding-date>
      <supports attribute="new-system" element="print" type="yes" value="yes"/>
      <supports attribute="new-page" element="print" type="yes" value="yes"/>
      <supports element="accidental" type="yes"/>
      <supports element="beam" type="yes"/>
      <supports element="stem" type="yes"/>
    </encoding>

We should add a function to ScoreData that can infer the supported elements and attributes from the data in our score, and add these encoding hints.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurenew feature requestnon-breakingfixes or implementation that do not require breaking changes

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions