HarmonicLabel constructor
HarmonicLabel({
- String? symbol,
- ScaleDegree? scaleDegree,
- MelodicFunction? melodicFunction,
- MelodicInterval? melodicInterval,
- HarmonicInterval? harmonicInterval,
- String? targetXmlId,
Implementation
HarmonicLabel({
this.symbol,
this.scaleDegree,
this.melodicFunction,
this.melodicInterval,
this.harmonicInterval,
this.targetXmlId,
});