Returns a slur.
Attaches slur indicators.
[ ]
Example
a = FoscStaff(FoscLeafMaker().(#[60,62,64,65], [1/8]));
a[0..].slur;
a.show;
Phrasing slurs can be tweaked.
a = FoscStaff(FoscLeafMaker().(#[60,62,64,65], [1/8]));
a[0..].slur(tweaks: #[['color', 'blue']]);
a.show;