Options
All
  • Public
  • Public/Protected
  • All
Menu

Stores the bare minimal information related to a full single staff score

Hierarchy

  • StaffInfo

Index

Properties

Optional keySignatures

keySignatures: KeySignatureInfo[]

All key signature changes in a staff. They will get sorted by start q

notes

notes: NoteInfo[]

All notes in a staff. There's no need to be sorted by start q

Optional tempos

tempos: TempoInfo[]

All tempo changes in a staff. They will get sorted by start q

Optional timeSignatures

timeSignatures: TimeSignatureInfo[]

All time signature changes in a staff. They will get sorted by start q

Generated using TypeDoc