Class SectionDirective
Section/form boundary marker (A, B, Verse, Chorus, Bridge, Coda, etc.).
Examples: @section "A", @section "Verse 1", @section "Chorus", @section intro.
Section letters are quoted because A-G are pitch names and b is a flat.
public sealed record SectionDirective : NotationDirective, IEquatable<NotationDirective>, IEquatable<SectionDirective>
- Inheritance
-
SectionDirective
- Implements
- Inherited Members
Properties
Label
Section label/name.
public required string Label { get; init; }
Property Value
Methods
ToString()
Returns a readable form such as "@section Chorus at 4".
public override string ToString()