Returns a FoscSkip.
A skip
[ ]
Example
a = FoscSkip(3/16);
a.format;s8.Implicit conversion of type when another leaf is passed as initialization argument. Indicators are preserved.
n = FoscNote(60, 3/16);
n.attach(FoscArticulation('>'));
a = FoscSkip(n);
a.format;s8.
-\accentWith a multiplier
a = FoscSkip(1/8, multiplier: 5/8);
a.format;s8 * 5/8