FoscSchemeMoment

Returns a FoscSchemeMoment.


Description

Scheme moment


Attributes Summary

Instance Methods

duration Duration of scheme moment.


Usage

  1. Example

    a = FoscSchemeMoment(1, 64);
    a.format;
    #(ly:make-moment 1 64)
  2. Example

    a = FoscSchemeMoment([1, 64]);
    a.format;
    #(ly:make-moment 1 64)
  3. Example

    a = FoscSchemeMoment();
    a.format;
    #(ly:make-moment 1 4)


Instance Methods


duration

Duration of scheme moment.

  1. Example

    a = FoscSchemeMoment(7, 8);
    a.duration.format;
    7/8