Class TempoCharacterDirective
Musical tempo marking (character/style: Presto, Vivace, Allegro, etc.).
Examples: @tempo presto, @tempo "Presto", @tempo "Allegro con brio".
A value goes unquoted only when it is a lowercase word the notation has not already
reserved, so anything with a capital, a digit or a space is quoted.
public sealed record TempoCharacterDirective : NotationDirective, IEquatable<NotationDirective>, IEquatable<TempoCharacterDirective>
- Inheritance
-
TempoCharacterDirective
- Implements
- Inherited Members
Properties
Character
Tempo marking text (e.g., "Presto", "Allegro", "Andante"). Can be standard Italian terms or custom descriptive text.
public required string Character { get; init; }
Property Value
Methods
ToString()
Returns a readable form such as "@tempo Presto at 0".
public override string ToString()