Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MeasureNumbering might be dead code #102

Open
webern opened this issue Jun 13, 2020 · 0 comments
Open

MeasureNumbering might be dead code #102

webern opened this issue Jun 13, 2020 · 0 comments
Labels
breaking fixes or implementation that require breaking changes

Comments

@webern
Copy link
Owner

webern commented Jun 13, 2020

See if anything is actually implementing MeasureNumbering. If not, remove it.

The enum is in ApiCommon.h

        enum class MeasureNumbering
        {
            unspecified,
            none,
            measure,
            system
        };

It is used in MeasureData and DefaultsData but unclear if anything reads or writes it to/from MusicXML.

@webern webern added the breaking fixes or implementation that require breaking changes label Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking fixes or implementation that require breaking changes
Projects
None yet
Development

No branches or pull requests

1 participant