MusicXML icon indicating copy to clipboard operation
MusicXML copied to clipboard

Improve Note initializers

Open jsbean opened this issue 5 years ago • 0 comments

Note has a complex structure. In order to create one, you need to dive down a couple enums deep.

Let's provide convenience initializers for each of these different Kinds. Though it expands combinatorially, it may be nice to provide a convenience initializer for each PitchUnpitchedOrRest variant of each Kind.

jsbean avatar Oct 01 '19 23:10 jsbean