Returns a FoscSchemeMoment.
Scheme moment
| duration | Duration of scheme moment. |
Example
a = FoscSchemeMoment(1, 64);
a.format;#(ly:make-moment 1 64)Example
a = FoscSchemeMoment([1, 64]);
a.format;#(ly:make-moment 1 64)Example
a = FoscSchemeMoment();
a.format;#(ly:make-moment 1 4)Duration of scheme moment.
Example
a = FoscSchemeMoment(7, 8);
a.duration.format;7/8