-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
breakingfixes or implementation that require breaking changesfixes or implementation that require breaking changes
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breakingfixes or implementation that require breaking changesfixes or implementation that require breaking changes