FoscRest

Returns a FoscRest.


Description

A rest


Attributes Summary

Instance Methods: Special Methods

asCompileString


Usage

  1. Example

    a = FoscRest(3/16);
    a.show;

  2. Implicit conversion of type when another leaf is passed as initialization argument; indicators are preserved

    n = FoscNote(60, 3/16);
    n.attach(FoscArticulation('>'));
    a = FoscRest(n);
    a.show;


Instance Methods: Special Methods


asCompileString

  1. Example

    a = FoscRest(1/4);
    a.cs;
    FoscRest(1/4)