Returns a FoscOttava.
Attaches ottava indicators.
| formatSlot | |
| n | |
| persistent | Is true. |
| tweaks | Gets tweaks. |
| == | !!!TODO |
| asCompileString | !!!TODO |
| hash | !!!TODO |
Example
a = FoscStaff(FoscLeafMaker().(#[60,62,64,65], [1/8]));
a[0..].ottava;
a.show;
Example
a = FoscOttava();
a.formatSlot.postln;'before'Example
a = FoscOttava();
a.n.postln;0Is true.
Example
a = FoscOttava();
a.persistent.postln;trueGets tweaks.
Example
a = FoscOttava();
a.tweaks.postcs;!!!TODO
Is true when all initialization values of Abjad value object equal the initialization values of argument.
!!!TODO
Gets interpreter representation.
!!!TODO
Hashes Abjad value object.