Returns a FoscSlotContributions.
Slot contributions
| articulations | |
| comments | |
| commands | |
| hasContributions | |
| indicators | |
| leaks | Gets leaks. |
| markup | |
| spanners | |
| spannerStarts | |
| spannerStops | |
| stemTremolos | |
| tag | |
| trillSpannerStarts |
| alphabetize | |
| get | |
| makeImmutable | |
| update |
Example
a = FoscSlotContributions();
a.hasContributions;falseExample
a = FoscSlotContributions();
a.articulations;List[ ]Example
a = FoscSlotContributions();
a.comments;List[ ]Example
a = FoscSlotContributions();
a.hasContributions;falseExample
a = FoscSlotContributions();
a.indicators;List[ ]Gets leaks.
Example
a = FoscSlotContributions();
a.markup;List[ ]Example
a = FoscSlotContributions();
a.spanners;List[ ]Example
a = FoscSlotContributions();
a.spannerStarts;List[ ]Example
a = FoscSlotContributions();
a.spannerStops;List[ ]Example
a = FoscSlotContributions();
a.stemTremolos;List[ ]Example
a = FoscSlotContributions();
a.tag;Example
a = FoscSlotContributions();
a.trillSpannerStarts;List[ ]Example
a = FoscSlotContributions();
a.alphabetize;`List[ ]Example
a = FoscSlotContributions();
a.get('indicators');List[ ]Example
a = FoscDuration(1);
b = FoscDuration(2);
c = FoscDuration(3);
x = [c, b, a];
x.sort.collect { |e| e.pair };[ [ 1, 1 ], [ 2, 1 ], [ 3, 1 ] ]Example
a = FoscSlotContributions();
a.update(a.copy);FoscSlotContributions.new