phrasingSlur

Returns a phrasingSlur.


Description

Attaches phrasing slur indicators.

[ ]


Usage

  1. Example

    a = FoscStaff(FoscLeafMaker().(#[60,62,64,65], [1/8]));
    a[0..].phrasingSlur;
    a.show;

  2. Phrasing slurs can be tweaked.

    a = FoscStaff(FoscLeafMaker().(#[60,62,64,65], [1/8]));
    a[0..].phrasingSlur(tweaks: #[['color', 'blue']]);
    a.show;