FoscStartTrillSpan

Returns a FoscStartTrillSpan.


Description

Start a trill span.


Attributes Summary

Instance Properties

context Gets context. Returns Voice.
interval Gets interval.
parameter Gets parameter. Returns TRILL.
persistent Is true.
pitch Gets pitch.
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 = FoscStartTrillSpan();
    a.context.postln;
    'Voice'


interval

Gets interval.

  1. Example

    a = FoscStartTrillSpan();
    a.interval.postln;


parameter

Gets parameter. Returns TRILL.

  1. Example

    a = FoscStartTrillSpan();
    a.parameter.postln;
    'TRILL'


persistent

Is true.

  1. Example

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


pitch

Gets pitch.

  1. Example

    a = FoscStartTrillSpan();
    a.pitch.postln;


spannerStart

Is true.

  1. Example

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


tweaks

Gets tweaks.

  1. Example

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