inheritance tree
ChordStartMixin
class definition
[abstract class] A mixin class to add the parameter isStartingWithChord to a Score.item subclass. The parameter allows to constrain whether or not self starts with a chord (e.g. to denote chord changes). The parameter value is an 0/1-integer.
NB: This class does not apply any implicit constraints on the score. Please constrain explicitly using, e.g., MkChordsStartWithItems, MkChordsStartWithItems2, or StartChordWithMarker.
class ChordStartMixin (Inheritance-free)
attr isStartingWithChord
- chordStartInit(isStartingWithChord:IsStartingWithChord)
- getIsStartingWithChordParameter(X)
- isStartingWithChord(X)
end