Returns a FoscStartPhrasingSlur.
Start a phrasing slur
| context | Gets context. Returns Voice. |
| direction | Gets direction. |
| parameter | Gets parameter. Returns Beam. |
| persistent | Is true. |
| spannerStart | Is true. |
| tweaks | Gets tweaks. |
| == | !!!TODO |
| asCompileString | !!!TODO |
| hash | !!!TODO |
Gets context. Returns Voice.
Example
a = FoscStartPhrasingSlur();
a.context.postln;'Voice'Gets direction.
Example
a = FoscStartPhrasingSlur();
a.direction.postln;Gets parameter. Returns Beam.
Example
a = FoscStartPhrasingSlur();
a.parameter.postln;'PHRASING_SLUR'Is true.
Example
a = FoscStartPhrasingSlur();
a.persistent.postln;trueIs true.
Example
a = FoscStartPhrasingSlur();
a.spannerStart.postln;trueGets tweaks.
Example
a = FoscStartPhrasingSlur();
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.