Due to XMLCoder #122, choice element cases like Notations.Notation.tuplet(Tuplet), where the associated type (Tuple) has attributes, are not decoded properly.
Essentially all of the Notation cases are currently unsupported, because they use the same construct.
Due to XMLCoder #122, choice element cases like
Notations.Notation.tuplet(Tuplet)
, where the associated type (Tuple
) has attributes, are not decoded properly.Essentially all of the
Notation
cases are currently unsupported, because they use the same construct.