FoscLaissezVibrer

Returns a FoscLaissezVibrer.


Description

A laissez vibrer tie


Attributes Summary

Instance Properties

tweaks Gets tweaks.

Instance Methods: Special Methods

str Gets string representation of laissez vibrer indicator.


Usage

  1. Laissez vibrer.

    a = FoscChord(#[60,64,67,72], 1/4);
    m = FoscLaissezVibrer();
    a.attach(m);
    a.show;

  2. Laissez vibrer can be tweaked.

    a = FoscChord(#[60,64,67,72], 1/4);
    m = FoscLaissezVibrer(tweaks: #[['color', 'blue']]);
    a.attach(m);
    a.show;


Instance Properties


tweaks

Gets tweaks.

  1. Example

    m = FoscLaissezVibrer(tweaks: #[['color', 'blue']]);
    m.tweaks.postcs;
    FoscLilypondTweakManager().prSetState(('color': blue))


Instance Methods: Special Methods


str

Gets string representation of laissez vibrer indicator.

  1. Example

    m = FoscLaissezVibrer();
    m.str;
    \laissezVibrer