NeumeComponent class

Representa a componente individual de neuma (MEI <nc> — neume component).

A neume component is a unidade mínima de a figure de neuma, equivalente aproximadamente a a note in CMN. Can ter height (if adiastemático with lines guia, or in noteção quadrada with staff).

NeumeComponent(
  pitchName: 'G',
  octave: 3,
  form: NcForm.punctum,
)

Constructors

NeumeComponent({String? pitchName, int? octave, NcForm form = NcForm.punctum, NeumeInterval? interval, bool isLiquescent = false, bool connected = false, bool episema = false, bool ictus = false, bool ictusAbove = false, int morae = 0, NeumeAccidental accidental = NeumeAccidental.none})
const

Properties

accidental NeumeAccidental
Acidente cromático nesta posição. Quando diferente de NeumeAccidental.none, o componente representa um sinal de acidente autônomo (sem cabeça de note), no estilo GABC — o sinal precede e governa as notes seguintes da mesma altura.
final
connected bool
Indicates conexão with o next componente (ligature graphique).
final
episema bool
Horizontal episema (small bar over/under the note — slight broadening).
final
form NcForm
Forma gráfica of the componente.
final
hashCode int
The hash code for this object.
no setterinherited
ictus bool
Vertical episema / ictus (rhythmic touch-point). When true, drawn below by default unless ictusAbove is set.
final
ictusAbove bool
Whether the ictus is drawn above the note (default: below).
final
interval NeumeInterval?
Direction of the intervalo in relação to the componente previous.
final
isLiquescent bool
Indicates if this componente is liquescente.
final
morae int
Number of mora (augmentum) dots after the note — the lengthening dot(s).
final
octave int?
Oitava of the note.
final
pitchName String?
Name of the note (C–B), if a noteção is diastema (with height definida).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited