Table of Contents

Enum GraceNoteType

Namespace
Celeritas.Core.Ornamentation
Assembly
Celeritas.dll

Type of grace note.

public enum GraceNoteType

Fields

Acciaccatura = 0

Acciaccatura (slashed grace note, very short).

Appoggiatura = 1

Appoggiatura (unslashed grace note, takes time from main note).

Multiple = 2

Multiple grace notes before the main note.

How many there are comes from Intervals, not from this value — one interval gives one grace note whichever type is chosen, and three give three. What this value selects is the timing, and it is the same as Appoggiatura's: the run takes DurationRatio of the main note, where Acciaccatura takes an absolute 1/32 per note. Choose it to say that a run is intended; the expansion is the appoggiatura's.