FoscStopBeam

Returns a FoscStopBeam.


Description

End a beam


Attributes Summary

Instance Properties

context Gets context. Returns Voice.
leak Is true when stop beam leaks LilyPond <> empty chord
parameter Gets parameter. Returns BEAM.
persistent Is true.
spannerStop Is true.

Instance Methods: Special Methods

asCompileString !!!TODO


Instance Properties


context

Gets context. Returns Voice.

  1. Example

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


leak

Is true when stop beam leaks LilyPond <> empty chord

  1. Example

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


parameter

Gets parameter. Returns BEAM.

  1. Example

    a = FoscStopBeam();
    a.parameter.postln;
    'BEAM'


persistent

Is true.

  1. Example

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


spannerStop

Is true.

  1. Example

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


Instance Methods: Special Methods


asCompileString

!!!TODO

Gets interpreter representation.