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