FoscSkip

Returns a FoscSkip.


Description

A skip

[ ]


Usage

  1. Example

    a = FoscSkip(3/16);
    a.format;
    s8.
  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 = FoscSkip(n);
    a.format;
    s8.
    -\accent
  3. With a multiplier

    a = FoscSkip(1/8, multiplier: 5/8);
    a.format;
    s8 * 5/8