new RenderStack()
Represents a stack of objects that need to be rendered together.
An intermediary state for showing created by music21.vfShow.Renderer.
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
voices |
Array.<Vex.Flow.Voice> | Vex.Flow.Voice objects |
streams |
Array.<music21.stream.Stream> |
|
textVoices |
Array | Vex.Flow.Voice objects for the text. |
Methods
-
<static> RenderStack#allTickables() → {Array}
-
- Source:
Returns:
this.voices and this.textVoices as one array
- Type
- Array
-
<static> RenderStack#tickablesByStave() → {Array.<Array>}
-
- Source:
Returns:
each array represents one staff....
where this.voices and this.textVoices are all in that staff...- Type
- Array.<Array>