Class NotationDirective
Base type for notation directives (tempo, section, part markers, etc.). Directives don't produce sound - they annotate the musical timeline.
public abstract record NotationDirective : IEquatable<NotationDirective>
- Inheritance
-
NotationDirective
- Implements
- Derived
- Inherited Members
Properties
Time
Position in the timeline where this directive occurs (in whole-note units).
public required Rational Time { get; init; }