Returns a FoscStartBeam.
Start a beam
| 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: not yet implemented |
| hash | !!!TODO: not yet implemented |
Gets context. Returns Voice.
Example
a = FoscStartBeam();
a.context.postln;'Voice'Gets direction.
Example
a = FoscStartBeam();
a.direction.postln;Gets parameter. Returns Beam.
Example
a = FoscStartBeam();
a.parameter.postln;'BEAM'Is true.
Example
a = FoscStartBeam();
a.persistent.postln;trueIs true.
Example
a = FoscStartBeam();
a.spannerStart.postln;trueGets tweaks.
Example
a = FoscStartBeam();
a.tweaks.postcs;!!!TODO
Is true when all initialization values of Abjad value object equal the initialization values of argument.
!!!TODO: not yet implemented
Gets interpreter representation.
!!!TODO: not yet implemented
Hashes Abjad value object.