FoscOttava

Returns a FoscOttava.


Description

Attaches ottava indicators.


Attributes Summary

Instance Properties

formatSlot
n
persistent Is true.
tweaks Gets tweaks.

Instance Methods: Special Methods

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


Usage

  1. Example

    a = FoscStaff(FoscLeafMaker().(#[60,62,64,65], [1/8]));
    a[0..].ottava;
    a.show;


Instance Properties


formatSlot

  1. Example

    a = FoscOttava();
    a.formatSlot.postln;
    'before'


n

  1. Example

    a = FoscOttava();
    a.n.postln;
    0


persistent

Is true.

  1. Example

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


tweaks

Gets tweaks.

  1. Example

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