FoscStartBeam

Returns a FoscStartBeam.


Description

Start a beam


Attributes Summary

Instance Properties

context Gets context. Returns Voice.
direction Gets direction.
parameter Gets parameter. Returns Beam.
persistent Is true.
spannerStart Is true.
tweaks Gets tweaks.

Instance Methods: Special Methods

== !!!TODO
asCompileString !!!TODO: not yet implemented
hash !!!TODO: not yet implemented


Instance Properties


context

Gets context. Returns Voice.

  1. Example

    a = FoscStartBeam();
    a.context.postln;
    'Voice'


direction

Gets direction.

  1. Example

    a = FoscStartBeam();
    a.direction.postln;


parameter

Gets parameter. Returns Beam.

  1. Example

    a = FoscStartBeam();
    a.parameter.postln;
    'BEAM'


persistent

Is true.

  1. Example

    a = FoscStartBeam();
    a.persistent.postln;
    true


spannerStart

Is true.

  1. Example

    a = FoscStartBeam();
    a.spannerStart.postln;
    true


tweaks

Gets tweaks.

  1. Example

    a = FoscStartBeam();
    a.tweaks.postcs;


Instance Methods: Special Methods


==

!!!TODO

Is true when all initialization values of Abjad value object equal the initialization values of argument.


asCompileString

!!!TODO: not yet implemented

Gets interpreter representation.


hash

!!!TODO: not yet implemented

Hashes Abjad value object.