new Articulation()
Represents a single articulation, usually in the .articulations Array
on a music21.note.Note or something like that.
- Source:
Properties:
| Name | Type | Argument | Default | Description |
|---|---|---|---|---|
name |
string | |||
placement |
string |
<optional> |
'above' | |
vexflowModifier |
string | the string code to get this accidental in Vexflow |
||
dynamicScale |
number |
<optional> |
1.0 | multiplier for the dynamic of a note that this is attached to |
lengthScale |
number |
<optional> |
1.0 | multiplier for the length of a note that this is attached to. |
Extends
Methods
-
<static> Articulation#vexflow() → {Vex.Flow.Articulation}
-
Generates a Vex.Flow.Articulation for this articulation.
- Source:
Returns:
- Type
- Vex.Flow.Articulation