Table of Contents

Class PartDirective

Namespace
Celeritas.Core
Assembly
Celeritas.dll

Part/voice assignment marker (for multi-part scores). Examples: @part soprano, @part "Violin I", @part "Bass". A capitalised name is quoted; @part Bass would be read as the pitch B.

public sealed record PartDirective : NotationDirective, IEquatable<NotationDirective>, IEquatable<PartDirective>
Inheritance
PartDirective
Implements
Inherited Members

Properties

Name

Part/voice name.

public required string Name { get; init; }

Property Value

string

Methods

ToString()

Returns a readable form such as "@part Soprano at 0".

public override string ToString()

Returns

string