Returns a FoscRest.
A rest
| asCompileString |
Example
a = FoscRest(3/16);
a.show;
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;
Example
a = FoscRest(1/4);
a.cs;FoscRest(1/4)