Closed jsbean closed 5 years ago
A Normal note may have 0, 1, or 2 <tie> elements.
Normal
0
1
2
<tie>
We should represent this as a struct with two optional fields:
struct Ties { let start: Tie? let stop: Tie? }
and add a ties property to Note.Normal.
ties
Note.Normal
Can we close this?
Sure thing!
A
Normal
note may have0
,1
, or2
<tie>
elements.We should represent this as a struct with two optional fields:
and add a
ties
property toNote.Normal
.