Returns a FoscStemTremolo.
Stem tremolo
| tremoloFlags | Gets tremolo flags of stem tremolo. |
| tweaks | Tweals are not implemented on stem tremolo. |
| str | Gets string representation of breath mark. |
Sixteenth-note tremolo.
a = FoscNote(60, 1/4);
m = FoscStemTremolo(16);
a.attach(m);
a.show;
Thirty-second-note tremolo.
a = FoscNote(60, 1/4);
m = FoscStemTremolo(32);
a.attach(m);
a.show;
Gets tremolo flags of stem tremolo.
Example
m = FoscStemTremolo(32);
m.tremoloFlags.postln;32Tweals are not implemented on stem tremolo.
The LilyPond : command refuses tweaks.
Override the LilyPond StemTremolo grob instead.
Gets string representation of breath mark.
Example
m = FoscStemTremolo(32);
m.str;:32