Returns a FoscStopTrillSpan.
End a trill.
| context | Gets context. Returns Voice. |
| leak | Is true when stop beam leaks LilyPond ‘<>’’ empty chord |
| parameter | Gets parameter. Returns TRILL. |
| persistent | Is true. |
| rightBroken | Is true when stop trill spanner is right-broken. |
| spannerStop | Is true. |
| asCompileString | !!!TODO |
Gets context. Returns Voice.
Example
a = FoscStopTrillSpan();
a.context.postln;'Voice'Is true when stop beam leaks LilyPond ‘<>’’ empty chord
Example
a = FoscStopTrillSpan();
a.leak.postln;falseGets parameter. Returns TRILL.
Example
a = FoscStopTrillSpan();
a.parameter.postln;'TRILL'Is true.
Example
a = FoscStopTrillSpan();
a.persistent.postln;trueIs true when stop trill spanner is right-broken.
Example
a = FoscStopTrillSpan();
a.rightBroken.postln;falseIs true.
Example
a = FoscStopTrillSpan();
a.spannerStop.postln;true!!!TODO
Gets interpreter representation.