FoscBendAfter

Returns a FoscBendAfter.


Description

A fall or doit.


Attributes Summary

Instance Properties

bendAmount Gets amount of bend after.
tweaks Gets tweaks.

Instance Methods: Special Methods

str Gets string representation of bend after.


Usage

  1. A fall.

    a = FoscNote(60, 1/4);
    m = FoscBendAfter(-4);
    a.attach(m);
    a.show;

  2. A doit

    a = FoscNote(60, 1/4);
    m = FoscBendAfter(2);
    a.attach(m);
    a.show;

  3. Bend can be tweaked.

    a = FoscNote(60, 1/4);
    m = FoscBendAfter(-4, tweaks: #[['color', 'blue']]);
    a.attach(m);
    a.show;


Instance Properties


bendAmount

Gets amount of bend after.

  1. Example

    a = FoscBendAfter(-4);
    a.bendAmount.postln;
    -4.0


tweaks

Gets tweaks.

  1. Example

    m = FoscBendAfter(-4);
    tweak(m).color = 'blue';
    m.tweaks.postcs;
    FoscLilypondTweakManager().prSetState(('color': blue))


Instance Methods: Special Methods


str

Gets string representation of bend after.

  1. Example

    a = FoscBendAfter(-4);
    a.str;
    - \bendAfter #'-4.0