Thank you, both,

Sometimes the scope of functions? is not always clear.

Paul

On 7/1/24 12:19 PM, Valentin Petzel wrote:
Hello Paul,

    \afterGrace ees2~\startTrillSpan ees1 { d16( ees) }
correct would be

ees2~\startTrillSpan \afterGrace ees1 { d16( ees) }

or

\afterGrace { ees2~\startTrillSpan ees1 } { d16( ees) }

(note that the latter one may have weird implications depending on
afterGraceFraction, e.g.:

\afterGrace { 4 4 4 4 } { 16 }

Cheers

Reply via email to