FoscStemTremolo

Returns a FoscStemTremolo.


Description

Stem tremolo


Attributes Summary

Instance Properties

tremoloFlags Gets tremolo flags of stem tremolo.
tweaks Tweals are not implemented on stem tremolo.

Instance Methods: Special Methods

str Gets string representation of breath mark.


Usage

  1. Sixteenth-note tremolo.

    a = FoscNote(60, 1/4);
    m = FoscStemTremolo(16);
    a.attach(m);
    a.show;

  2. Thirty-second-note tremolo.

    a = FoscNote(60, 1/4);
    m = FoscStemTremolo(32);
    a.attach(m);
    a.show;


Instance Properties


tremoloFlags

Gets tremolo flags of stem tremolo.

  1. Example

    m = FoscStemTremolo(32);
    m.tremoloFlags.postln;
    32


tweaks

Tweals are not implemented on stem tremolo.

The LilyPond : command refuses tweaks.

Override the LilyPond StemTremolo grob instead.


Instance Methods: Special Methods


str

Gets string representation of breath mark.

  1. Example

    m = FoscStemTremolo(32);
    m.str;
    :32