Returns a FoscLaissezVibrer.
A laissez vibrer tie
| tweaks | Gets tweaks. |
| str | Gets string representation of laissez vibrer indicator. |
Laissez vibrer.
a = FoscChord(#[60,64,67,72], 1/4);
m = FoscLaissezVibrer();
a.attach(m);
a.show;
Laissez vibrer can be tweaked.
a = FoscChord(#[60,64,67,72], 1/4);
m = FoscLaissezVibrer(tweaks: #[['color', 'blue']]);
a.attach(m);
a.show;
Gets tweaks.
Example
m = FoscLaissezVibrer(tweaks: #[['color', 'blue']]);
m.tweaks.postcs;FoscLilypondTweakManager().prSetState(('color': blue))Gets string representation of laissez vibrer indicator.
Example
m = FoscLaissezVibrer();
m.str;\laissezVibrer