mx icon indicating copy to clipboard operation
mx copied to clipboard

MeasureNumbering might be dead code

Open webern opened this issue 5 years ago • 0 comments

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 avatar Jun 13 '20 03:06 webern