Returns a FoscStartTrillSpan.
Start a trill span.
| 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. |
| == | !!!TODO |
| asCompileString | !!!TODO |
| hash | !!!TODO |
Gets context. Returns Voice.
Example
a = FoscStartTrillSpan();
a.context.postln;'Voice'Gets interval.
Example
a = FoscStartTrillSpan();
a.interval.postln;Gets parameter. Returns TRILL.
Example
a = FoscStartTrillSpan();
a.parameter.postln;'TRILL'Is true.
Example
a = FoscStartTrillSpan();
a.persistent.postln;trueGets pitch.
Example
a = FoscStartTrillSpan();
a.pitch.postln;Is true.
Example
a = FoscStartTrillSpan();
a.spannerStart.postln;trueGets tweaks.
Example
a = FoscStartTrillSpan();
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.