Returns a FoscStartSlur.
Start a slur.
| context | Gets context. Returns Voice. |
| direction | Gets direction. |
| parameter | Gets parameter. Returns SLUR. |
| persistent | Is true. |
| spannerStart | Is true. |
| tweaks | Gets tweaks. |
| == | !!!TODO |
| asCompileString | !!!TODO |
| hash | !!!TODO |
Gets context. Returns Voice.
Example
a = FoscStartSlur();
a.context.postln;'Voice'Gets direction.
Example
a = FoscStartSlur();
a.direction.postln;Gets parameter. Returns SLUR.
Example
a = FoscStartSlur();
a.parameter.postln;'SLUR'Is true.
Example
a = FoscStartSlur();
a.persistent.postln;trueIs true.
Example
a = FoscStartSlur();
a.spannerStart.postln;trueGets tweaks.
Example
a = FoscStartSlur();
a.tweaks.postcs;!!!TODO
Is true when all initialization values of Abjad value object equal the initialization values of argument.
!!!TODO
Gets interpreter representation.
!!!TODO
Hashes Abjad value object.