FoscStopSlur

Returns a FoscStopSlur.


Description

End a slur.


Attributes Summary

Instance Properties

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.

Instance Methods: Special Methods

asCompileString !!!TODO


Instance Properties


context

Gets context. Returns Voice.

  1. Example

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


leak

Is true when stop beam leaks LilyPond <> empty chord

  1. Example

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


parameter

Gets parameter. Returns SLUR.

  1. Example

    a = FoscStopSlur();
    a.parameter.postln;
    'SLUR'


persistent

Is true.

  1. Example

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


spannerStop

Is true.

  1. Example

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


Instance Methods: Special Methods


asCompileString

!!!TODO

Gets interpreter representation.