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