FoscStopPhrasingSlur

Returns a FoscStopPhrasingSlur.


Description

End a phrasing slur.


Attributes Summary

Instance Properties

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.

Instance Methods: Special Methods

asCompileString !!!TODO


Instance Properties


context

Gets context. Returns Voice.

  1. Example

    a = FoscStopPhrasingSlur();
    a.context.postln;
    'Voice'


leak

Is true when stop beam leaks LilyPond <> empty chord

  1. Example

    a = FoscStopPhrasingSlur();
    a.leak.postln;
    false


parameter

Gets parameter. Returns PHRASING_SLUR.

  1. • Example 1

    a = FoscStopPhrasingSlur();
    a.parameter.postln;
    'PHRASING_SLUR'


persistent

Is true.

  1. Example

    a = FoscStopPhrasingSlur();
    a.persistent.postln;
    true


spannerStop

Is true.

  1. Example

    a = FoscStopPhrasingSlur();
    a.spannerStop.postln;
    true


Instance Methods: Special Methods


asCompileString

!!!TODO

Gets interpreter representation.