Ornament constructor
Ornament({
- required OrnamentType type,
- bool above = true,
- String? text,
- Pitch? alternatePitch,
Implementation
Ornament({
required this.type,
this.above = true,
this.text,
this.alternatePitch,
});