Returns a FoscStopSlur.
End a slur.
| context | Gets context. Returns Voice. |
| leak | Is true when stop beam leaks LilyPond <> empty chord |
| parameter | Gets parameter. Returns SLUR. |
| persistent | Is true. |
| spannerStop | Is true. |
| asCompileString | !!!TODO |
Gets context. Returns Voice.
Example
a = FoscStopSlur();
a.context.postln;'Voice'Is true when stop beam leaks LilyPond <> empty chord
Example
a = FoscStopSlur();
a.leak.postln;falseGets parameter. Returns SLUR.
Example
a = FoscStopSlur();
a.parameter.postln;'SLUR'Is true.
Example
a = FoscStopSlur();
a.persistent.postln;trueIs true.
Example
a = FoscStopSlur();
a.spannerStop.postln;true!!!TODO
Gets interpreter representation.