FoscStartSlur

Returns a FoscStartSlur.


Description

Start a slur.


Attributes Summary

Instance Properties

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

Instance Methods: Special Methods

== !!!TODO
asCompileString !!!TODO
hash !!!TODO


Instance Properties


context

Gets context. Returns Voice.

  1. Example

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


direction

Gets direction.

  1. Example

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


parameter

Gets parameter. Returns SLUR.

  1. Example

    a = FoscStartSlur();
    a.parameter.postln;
    'SLUR'


persistent

Is true.

  1. Example

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


spannerStart

Is true.

  1. Example

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


tweaks

Gets tweaks.

  1. Example

    a = FoscStartSlur();
    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

Gets interpreter representation.


hash

!!!TODO

Hashes Abjad value object.